Has anyone successfully installed xmms in Lucid? I am not a nubie to Linux but I'll be danged if I can get xmms2 to be user-friendly. I know xmms is not supported anymore but it doesn't need upgrading, it works fine and has lots of cool plugins.
Announcement
Collapse
No announcement yet.
Has anyone successfully installed xmms in Lucid?
Collapse
This topic is closed.
X
X
-
Has anyone successfully installed xmms in Lucid?
Thanks
Alvin ARS ka9qlq
Kubuntu 12.04 on a AMD X2 6000+ Asus M3A78-CM 4 GB RAM ATI Radeon 3100 256MB & 2 TB SATA HD
Just believing there IS a God won't get you to Heaven.
Accepting Jesus as your Lord and master is the only way!
http://www.4laws.com/laws/languages.html
http://www.godssimpleplanTags: None
- Top
- Bottom
-
Re: Has anyone successfully installed xmms in Lucid?
Earlier (Kubuntu 10.04 Lucid Lynx (LTS) [CLOSED] Pre-Release Testing) > Topic: xmms2 (and the xmms with the Lucid)
PPA search /1/ now > Packages in “foreports”:
Publishing details
* Published on 2010-07-17
Changelog
xmms (1.2.11-1ubuntu1+ppa3) lucid; urgency=high
...
Built packages
* xmms The X Multimedia System
/1/ > FAQ: RepositoriesBefore you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
-
Re: Has anyone successfully installed xmms in Lucid?
Well I added ppa:ibid-ag/oldgtk1 and ppa:falk-t-j/lucid but it still says
xmms:
Depends: libglib1.2ldbl (>=1.2.10-18) but 1.2.10-0ubuntu0+ppa2 is to be installed
Depends: libgtk1.2 (>=1.2.10-4) but 1.2.10-0ubuntu0+ppa6 is to be installed
Ideas?Thanks
Alvin ARS ka9qlq
Kubuntu 12.04 on a AMD X2 6000+ Asus M3A78-CM 4 GB RAM ATI Radeon 3100 256MB & 2 TB SATA HD
Just believing there IS a God won't get you to Heaven.
Accepting Jesus as your Lord and master is the only way!
http://www.4laws.com/laws/languages.html
http://www.godssimpleplan
- Top
- Bottom
Comment
-
Re: Has anyone successfully installed xmms in Lucid?
A Simulation
Code:sudo add-apt-repository ppa:ibid-ag/oldgtk1
Code:sudo apt-get update
Code:sudo apt-get -s install xmms
The following packages have unmet dependencies:
xmms: Depends: libglib1.2ldbl (>= 1.2.10-18) but it is not installable
Depends: libgtk1.2 (>= 1.2.10-4) but it is not installable
E: Broken packages
Code:sudo add-apt-repository ppa:adamkoczur/gtk1.2
Code:sudo apt-get update
Code:sudo apt-get -s install xmms
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libglib1.2ldbl libgtk1.2 libgtk1.2-common libmikmod2
The following NEW packages will be installed:
libglib1.2ldbl libgtk1.2 libgtk1.2-common libmikmod2 xmms
0 upgraded, 5 newly installed, 0 to remove and 35 not upgraded.
Inst libgtk1.2-common (1.2.10-18.1build2ak1 gtk1.2:10.04/lucid)
Inst libglib1.2ldbl (1.2.10-19build1ak1 gtk1.2:10.04/lucid)
Inst libgtk1.2 (1.2.10-18.1build2ak1 gtk1.2:10.04/lucid)
Inst libmikmod2 (3.1.11-a-6.1ubuntu0.1 Ubuntu:10.04/lucid-security)
Inst xmms (1.2.11-1ubuntu1+ppa3 foreports:10.04/lucid)
Conf libgtk1.2-common (1.2.10-18.1build2ak1 gtk1.2:10.04/lucid)
Conf libglib1.2ldbl (1.2.10-19build1ak1 gtk1.2:10.04/lucid)
Conf libgtk1.2 (1.2.10-18.1build2ak1 gtk1.2:10.04/lucid)
Conf libmikmod2 (3.1.11-a-6.1ubuntu0.1 Ubuntu:10.04/lucid-security)
Conf xmms (1.2.11-1ubuntu1+ppa3 foreports:10.04/lucid)Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
Comment
-
Re: Has anyone successfully installed xmms in Lucid?
That dude it thanks!!!! Love you guys even if you have stinky feet
Now I tried installing xmms-goodnight plugin and it wants libglib1.2 not libglib1.2ldbl I don't guess anyone knows where I could get a new goodnight plugin?Thanks
Alvin ARS ka9qlq
Kubuntu 12.04 on a AMD X2 6000+ Asus M3A78-CM 4 GB RAM ATI Radeon 3100 256MB & 2 TB SATA HD
Just believing there IS a God won't get you to Heaven.
Accepting Jesus as your Lord and master is the only way!
http://www.4laws.com/laws/languages.html
http://www.godssimpleplan
- Top
- Bottom
Comment
-
Re: Has anyone successfully installed xmms in Lucid?
man ln
NAME
ln - make links between files
SYNOPSIS
ln [OPTION]... [-T] TARGET LINK_NAME (1st form)
-s, --symbolic
make symbolic links instead of hard links
Where (path) is the path to libglib1.2ldbl which may be /lib
BUT, you will need to add the appropriate extension to the library name. I don't have that library. Mine is:
/lib/libglib-2.0.so.0
/lib/libglib-2.0.so.0.2400.1
/lib32/libglib-2.0.so
/lib32/libglib-2.0.so.0
/lib32/libglib-2.0.so.0.2400.1
sudo ln - s /lib/libglib1.2ldbl.so.0 /lib/libglib1.2.so.0
Ditto for the lib32 library.
This may work because the shared library vector address table may be identical up to the point where the new functions where added. If it doesn't just rm the LINK, not the real library!"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
Re: Has anyone successfully installed xmms in Lucid?
Funny that occured to me at lunch. Here's the thing though when I looked I found libglib-1.2.so.0 which links to libglib-1.2.so.0.0.10 already
ls libglib* shows
libglib-1.2.so.0 libglib-2.0.a libglib-2.0.so libglibmm-2.4.so.1.3.0 libglibmm_generate_extra_defs-2.4.so.1.3.0 libglib-1.2.so.0.0.10 libglib-2.0.la libglibmm-2.4.so.1 libglibmm_generate_extra_defs-2.4.so.1
The plugin even works, but apt-get calls it broken and keeps trying to uninstall it confusing
Thanks
Alvin ARS ka9qlq
Kubuntu 12.04 on a AMD X2 6000+ Asus M3A78-CM 4 GB RAM ATI Radeon 3100 256MB & 2 TB SATA HD
Just believing there IS a God won't get you to Heaven.
Accepting Jesus as your Lord and master is the only way!
http://www.4laws.com/laws/languages.html
http://www.godssimpleplan
- Top
- Bottom
Comment
Comment