Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11372 - Xmms modplug plugin not included in portage
Summary: Xmms modplug plugin not included in portage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-29 19:38 UTC by Theofilos Intzoglou
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
modplugxmms-2.03.ebuild (modplugxmms-2.03.ebuild,678 bytes, text/plain)
2002-11-29 20:15 UTC, Theofilos Intzoglou
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Theofilos Intzoglou 2002-11-29 19:38:23 UTC
Ebuild:

S=${WORKDIR}/${P}
DESCRIPTION="XMMS plugin for MOD-like music files"
SRC_URI="mirror://sourceforge/modplug-xmms/${P}.tar.gz"
HOMEPAGE="http://modplug-xmms.sourceforge.net/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"

DEPEND="=x11-libs/gtk+-1.2*
        >=media-sound/xmms-1.2.5-r1"

src_compile() {

        econf || die
        emake || die
}


src_install () {

        make DESTDIR=${D} install || die
        dodoc AUTHORS COPYING ChangeLog INSTALL README TODO
}
Comment 1 Theofilos Intzoglou 2002-11-29 20:15:42 UTC
Created attachment 6050 [details]
modplugxmms-2.03.ebuild
Comment 2 Theofilos Intzoglou 2002-11-30 05:33:13 UTC
There is a small problem with the ebuild :-P It installs everything just fine,
except the libmodplugxmms.la that goes in the /usr/lib/xmms/Input. It says
"/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lmodplug
collect2: ld returned 1 exit status
libtool: install: error: relink `libmodplugxmms.la' with the above command
before installing it". Hope that help in correcting the ebuild
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-12-15 19:19:01 UTC
thanks, added to portage.