diff options
author | 2002-07-22 00:48:14 +0000 | |
---|---|---|
committer | 2002-07-22 00:48:14 +0000 | |
commit | 7c91dde497bda99dbac3dba85e7d66cfdc350758 (patch) | |
tree | 1d3986d3eef32144576f6dd41cdacd1b3647981b /media-sound/xmms-arts | |
parent | Initial release (diff) | |
download | gentoo-2-7c91dde497bda99dbac3dba85e7d66cfdc350758.tar.gz gentoo-2-7c91dde497bda99dbac3dba85e7d66cfdc350758.tar.bz2 gentoo-2-7c91dde497bda99dbac3dba85e7d66cfdc350758.zip |
repoman'd
Diffstat (limited to 'media-sound/xmms-arts')
-rw-r--r-- | media-sound/xmms-arts/xmms-arts-0.4-r3.ebuild | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/media-sound/xmms-arts/xmms-arts-0.4-r3.ebuild b/media-sound/xmms-arts/xmms-arts-0.4-r3.ebuild index 4c6adf8d8eba..7a0ae60b03f3 100644 --- a/media-sound/xmms-arts/xmms-arts-0.4-r3.ebuild +++ b/media-sound/xmms-arts/xmms-arts-0.4-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms-arts/xmms-arts-0.4-r3.ebuild,v 1.4 2002/07/11 06:30:42 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms-arts/xmms-arts-0.4-r3.ebuild,v 1.5 2002/07/22 00:48:13 seemant Exp $ inherit kde-base || die @@ -8,14 +8,15 @@ inherit kde-base || die # it only links against arts. So we need set-kdedir, but almost nothing else. So make sure it continues # to override e.g. src_install. -LICENSE="GPL-2" DESCRIPTION="This output plugin allows xmms to work with arts, KDE's sound system" SRC_URI="http://stukach.com/hosted/m.i.a/xmmsarts/xmmsarts-0.4.tar.gz" # HOMEPAGE="http://home.earthlink.net/~bheath/xmms-arts/" #disappeared from the 'net? -newdepend "virtual/glibc - sys-devel/gcc - >=media-sound/xmms-1.2.5-r1" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +newdepend ">=media-sound/xmms-1.2.5-r1" need-kde 3 @@ -23,14 +24,15 @@ src_unpack() { unpack ${A} cd ${S} cp Makefile.am Makefile.orig - sed -e "s:artsc-config:${KDE3DIR}/bin/artsc-config:" Makefile.orig > Makefile.am + sed -e "s:artsc-config:${KDE3DIR}/bin/artsc-config:" \ + Makefile.orig > Makefile.am autoconf } src_compile() { kde_src_compile myconf # calls set-kdedir CFLAGS="$CFLAGS -I/usr/X11R6/include -I/usr/include -I${KDE3DIR}/include -I${KDE3DIR}/include/artsc" - ./configure --prefix=/usr --host=${CHOST} || die + econf || die emake || die } |