diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-26 21:34:38 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-26 21:34:38 +0000 |
commit | c35e5e63249a0cb9b4dc20ac78f321b3e21ec188 (patch) | |
tree | 73860d0a2fbf0408080ef594638a45cf924a7450 /media-sound | |
parent | Cleaned up DEPs, added eutils. Moved to stable x86. (diff) | |
download | historical-c35e5e63249a0cb9b4dc20ac78f321b3e21ec188.tar.gz historical-c35e5e63249a0cb9b4dc20ac78f321b3e21ec188.tar.bz2 historical-c35e5e63249a0cb9b4dc20ac78f321b3e21ec188.zip |
Stable x86.
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/ams/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/ams/ams-1.7.2.ebuild | 11 | ||||
-rw-r--r-- | media-sound/audiocompress/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/audiocompress/audiocompress-1.5.ebuild | 8 |
4 files changed, 19 insertions, 11 deletions
diff --git a/media-sound/ams/ChangeLog b/media-sound/ams/ChangeLog index 63f42c770c87..c8ef9a63717c 100644 --- a/media-sound/ams/ChangeLog +++ b/media-sound/ams/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/ams # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ams/ChangeLog,v 1.4 2004/03/01 05:37:12 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ams/ChangeLog,v 1.5 2004/03/26 21:31:04 eradicator Exp $ + + 26 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> ams-1.7.2.ebuild: + Stable x86. 22 Jan 2004; <torbenh@gentoo.org> ams-1.7.2.ebuild: added fftw dependency diff --git a/media-sound/ams/ams-1.7.2.ebuild b/media-sound/ams/ams-1.7.2.ebuild index 16cb8b43e8d6..184044e0099b 100644 --- a/media-sound/ams/ams-1.7.2.ebuild +++ b/media-sound/ams/ams-1.7.2.ebuild @@ -1,24 +1,26 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ams/ams-1.7.2.ebuild,v 1.2 2004/01/22 12:02:33 torbenh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ams/ams-1.7.2.ebuild,v 1.3 2004/03/26 21:31:04 eradicator Exp $ DESCRIPTION="Alsa Modular Software Synthesizer" HOMEPAGE="http://alsamodular.sourceforge.net" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" -DEPEND=" >=media-libs/alsa-lib-0.9 +RDEPEND=" >=media-libs/alsa-lib-0.9 virtual/jack >=x11-libs/qt-3.0.0 >=dev-libs/fftw-2* media-libs/ladspa-sdk" +DEPEND="${RDEPEND} + sys-apps/sed" + SRC_URI="http://alsamodular.sourceforge.net/${P}.tar.bz2" -S=${WORKDIR}/${P} src_unpack() { unpack ${A} || die @@ -32,7 +34,6 @@ src_compile() { } src_install() { - dobin ams dodoc README INSTALL THANKS LICENSE diff --git a/media-sound/audiocompress/ChangeLog b/media-sound/audiocompress/ChangeLog index 81bc23eba56c..22e09e39536c 100644 --- a/media-sound/audiocompress/ChangeLog +++ b/media-sound/audiocompress/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/audiocompress # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiocompress/ChangeLog,v 1.3 2004/03/01 05:37:12 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audiocompress/ChangeLog,v 1.4 2004/03/26 21:34:37 eradicator Exp $ + + 26 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> + audiocompress-1.5.ebuild: + Stable x86. *audiocompress-1.5 (06 Aug 2003) diff --git a/media-sound/audiocompress/audiocompress-1.5.ebuild b/media-sound/audiocompress/audiocompress-1.5.ebuild index 453b19a7a72b..aadb7defcba8 100644 --- a/media-sound/audiocompress/audiocompress-1.5.ebuild +++ b/media-sound/audiocompress/audiocompress-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiocompress/audiocompress-1.5.ebuild,v 1.3 2004/03/01 05:37:12 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audiocompress/audiocompress-1.5.ebuild,v 1.4 2004/03/26 21:34:38 eradicator Exp $ MY_P="AudioCompress-${PV}" @@ -10,7 +10,7 @@ SRC_URI="http://trikuare.cx/code/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="xmms" DEPEND="xmms? ( media-sound/xmms )" @@ -18,7 +18,7 @@ DEPEND="xmms? ( media-sound/xmms )" S=${WORKDIR}/${MY_P} src_compile() { - if [ -n "`use xmms`" ]; then + if use xmms; then emake || die else emake AudioCompress || die @@ -27,7 +27,7 @@ src_compile() { src_install() { dobin AudioCompress || die - if [ -n "`use xmms`" ]; then + if use xmms; then exeinto "$(xmms-config --effect-plugin-dir)" || die doexe libcompress.so || die fi |