xmms2 - lxmusic SOLVED!

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
ikke
Posts: 263
Joined: 5. Feb 2010, 22:47

xmms2 - lxmusic SOLVED!

Post by ikke »

Was able to compile above programs under Salix-LiveCD without any problem.

Have installed Salix3.1 64 bit on hard disk and now run into problems. Could compile xmms2 but with get stuck with lxmusic.

Following error message with ./configure :
"
checking for LXMUSIC... configure: error: Package requirements (gtk+-2.0 >= 2.14.0
gmodule-export-2.0 >= 2.0
xmms2-client >= 0.7
xmms2-client-glib >= 0.7) were not met:

No package 'xmms2-client' found
No package 'xmms2-client-glib' found
"

Any help?

Thank you.
Last edited by ikke on 4. Jul 2010, 16:22, edited 1 time in total.
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: xmms2 - lxmusic

Post by gapan »

Have you actually installed xmms2, or did you only compile it?
Image
Image
ikke
Posts: 263
Joined: 5. Feb 2010, 22:47

Re: xmms2 - lxmusic

Post by ikke »

gapan wrote:Have you actually installed xmms2, or did you only compile it?
Thank you for reaction.

I compiled and installed xmms2. Seems to work fine ...

Only am not able to compile lxmusic.
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: xmms2 - lxmusic

Post by gapan »

How did you compile and install xmms2? I just installed it using the slackbuild from slackbuilds.org and had no trouble compiling lxmusic after that.
Image
Image
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: xmms2 - lxmusic

Post by gapan »

And here's the SLKBUILD file I used for creating the lxmusic package:

Code: Select all

#Packager: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=lxmusic
pkgver=0.4.4
pkgrel=1gv
source=(http://downloads.sourceforge.net/project/lxde/LXMusic%20%28music%20player%29/LXMusic%200.4.4/lxmusic-0.4.4.tar.gz)
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"lxmusic"
)


build() {
        cd $startdir/src/$pkgname-$pkgver
        ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux
        make || return 1
        make install DESTDIR=$startdir/pkg
}
Image
Image
ikke
Posts: 263
Joined: 5. Feb 2010, 22:47

Re: xmms2 - lxmusic

Post by ikke »

Thank you very much for reaction and the SLKBUILD file.
gapan wrote:How did you compile and install xmms2?
I just downloaded the source xmms2-0.7DrNo.tar.bz2, untar and then
[./waf configure; ./waf build; ./waf install
Everything went OK!
gapan wrote: just installed it using the slackbuild from slackbuilds.org and had no trouble compiling lxmusic after that.
Do not have any experience with slackbuild. What I did is add 'arch=x86_64' to your SLKBUILD-file and 'slkbuild' . When running the 'build-lxmusic.sh' script I get the same error message as in my first mail. Anything I did wrong?

Did you compile lxmusic on a 64 bit system?

Thank you for any hint.
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: xmms2 - lxmusic

Post by gapan »

You haven't compiled xmms2 properly. I don't know what's wrong, but that is certainly it. Use the slackbuild and it will work fine.

And yes, I compiled it in a 64bit system.
Image
Image
ikke
Posts: 263
Joined: 5. Feb 2010, 22:47

Re: xmms2 - lxmusic

Post by ikke »

gapan wrote:You haven't compiled xmms2 properly. I don't know what's wrong, but that is certainly it. Use the slackbuild and it will work fine.

And yes, I compiled it in a 64bit system.
Thank you very much. You are right!

Uninstalled my xmms2 and compiled it again with the slackbuild. Then I compiled lxmusic with your script.

Guess all is ok now. Needs some testing. But looks fine. So problem solved.

Wish to thank you again. Was not aware of the usefulness of slackbuilds.
ikke
Posts: 263
Joined: 5. Feb 2010, 22:47

Re: xmms2 - lxmusic SOLVED!

Post by ikke »

Could you please also provide the SLCKBUILD script for lxmusic 32 bit?

Thank you.
User avatar
gapan
Salix Wizard
Posts: 6361
Joined: 6. Jun 2009, 17:40

Re: xmms2 - lxmusic SOLVED!

Post by gapan »

It's exactly the same!
Image
Image
Post Reply