maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   xmms now available (https://talk.maemo.org/showthread.php?t=11892)

terrencegf 2008-08-16 02:30

Re: xmms now available
 
Quote:

Originally Posted by mscdex (Post 214233)
Which skin is that in the screenshot?

"Almond_steel". It's available in the "xmms-skins-others" package.

free 2008-09-13 19:31

Re: xmms now available
 
I've put the few patches on my server
[]
xmms is usable, still there would be a lot of improvements possible for the tablets but I just do not have the time/interest to maintain anything. Unfortunatly.
I will maybe upload it to extras but anybody can also do this, feel free to do it.

XTC 2008-10-05 18:18

Re: xmms now available
 
This would be perfect imho way of getting s3m, mod, it and even umx support - by xmms-modplug module. Unfortunately there is no such one avaliable.
If Free stopped working for xmms adoption on tablets (thank You for Your work Free) maybe someone else could add this plugin.

sol289 2009-03-12 19:01

Re: xmms now available
 
trying to install xmms i get error 403 forbidden on xmms package file:

http://p.quinput.eu/debfarm/pool/xmm...n800_armel.deb

help! :)

terrencegf 2009-03-12 19:18

Re: xmms now available
 
Quote:

Originally Posted by sol289 (Post 271202)
trying to install xmms i get error 403 forbidden on xmms package file:

http://p.quinput.eu/debfarm/pool/xmm...n800_armel.deb

help! :)

Yep, somebody else pointed this out in a recent thread. I installed the previous version (10) from the command line without any major issues.

sol289 2009-03-12 19:19

Re: xmms now available
 
Quote:

Originally Posted by terrencegf (Post 271209)
Yep, somebody else pointed this out in a recent thread. I installed the previous version (10) from the command line without any major issues.

thanks for quick reply, how can i install from command line previous version? i'm not quite familiar with linux way, i'm a bsd guy :)

upd:

it doesn't work either:

# apt-get install xmms=1.2.10+20070601-1-maemo.10.n800
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '1.2.10+20070601-1-maemo.10.n800' for 'xmms' was not found

# apt-cache policy xmms
xmms:
Installed: (none)
Candidate: 1:1.2.10+20070601-1-maemo.11.n800
Version table:
1:1.2.10+20070601-1-maemo.11.n800 0
500 http://p.quinput.eu chinook/user Packages

terrencegf 2009-03-12 19:48

Re: xmms now available
 
Quote:

Originally Posted by sol289 (Post 271210)
thanks for quick reply, how can i install from command line previous version? i'm not quite familiar with linux way, i'm a bsd guy :)

Okay, I'm not positive this will work for you since I already installed xmms and can't remember the exact way I did it. I'm going to assume that you have a way to become root AND you added the "debfarm new" repository to Application Manager. Make sure you are NOT running the Application Manager for the following. Launch xterm and enter these commands.

Code:

sudo gainroot # or whatever method you use to become root
apt-get install xmmsctrl xmms=1:1.2.10+20070601-1-maemo.10.n800 xmms-skins=0.6-1
exit

Hopefully that will get you started, and then you can install other plugins using the Application Manager since I don't think they were updated recently.

terrencegf 2009-03-12 19:51

Re: xmms now available
 
Quote:

Originally Posted by sol289 (Post 271210)
# apt-get install xmms=1.2.10+20070601-1-maemo.10.n800

You were close. The version should be "xmms=1:1.2.10+20070601-1-maemo.10.n800"

sol289 2009-03-12 19:59

Re: xmms now available
 
Quote:

Originally Posted by terrencegf (Post 271222)
You were close. The version should be "xmms=1:1.2.10+20070601-1-maemo.10.n800"


nope :(

# apt-get install xmms=1:1.2.10+20070601-1-maemo.10.n800
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '1:1.2.10+20070601-1-maemo.10.n800' for 'xmms' was not found

terrencegf 2009-03-12 20:09

Re: xmms now available
 
Quote:

Originally Posted by sol289 (Post 271228)
nope :(

# apt-get install xmms=1:1.2.10+20070601-1-maemo.10.n800
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '1:1.2.10+20070601-1-maemo.10.n800' for 'xmms' was not found

Well, now I'm flummoxed. Okay, here's a horribly roundabout method. Download the v.10 .deb and install it with dpkg. You'll probably get a bunch of missing dependency errors, which you can fix with apt-get. So something like this:

Code:

sudo gainroot
wget http://p.quinput.eu/debfarm/pool/xmms_1.2.10+20070601-1-maemo.10.n800_armel.deb
dpkg -i xmms_1.2.10+20070601-1-maemo.10.n800_armel.deb
# Probably lots of missing dependencies
apt-get install # the list of missing dependencies

It's an ugly brute-force method, but should get you started. You'll have to do something similar with the xmms-skins package since I noticed that the latest version is also forbidden.


All times are GMT. The time now is 06:31.

vBulletin® Version 3.8.8