diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-13 15:23:07 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-13 15:23:07 +0000 |
commit | fcdb5718352c8ccd9510d69b52f7392f06dfec00 (patch) | |
tree | 1a82e65b932de18b765fba00b5e1e11f10aedf9d /media-sound | |
parent | "Stable x86, bug #147570" (diff) | |
download | historical-fcdb5718352c8ccd9510d69b52f7392f06dfec00.tar.gz historical-fcdb5718352c8ccd9510d69b52f7392f06dfec00.tar.bz2 historical-fcdb5718352c8ccd9510d69b52f7392f06dfec00.zip |
Remove xmms useflag.
Package-Manager: portage-2.1.2_rc1-r6
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/normalize/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/normalize/normalize-0.7.4.ebuild | 9 | ||||
-rw-r--r-- | media-sound/normalize/normalize-0.7.6-r1.ebuild | 9 | ||||
-rw-r--r-- | media-sound/normalize/normalize-0.7.6-r2.ebuild | 9 | ||||
-rw-r--r-- | media-sound/waif/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/waif/files/digest-waif-0.59.7 | 1 | ||||
-rw-r--r-- | media-sound/waif/waif-0.59.7.ebuild | 27 | ||||
-rw-r--r-- | media-sound/xmp/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/xmp/xmp-2.0.5_pre3-r1.ebuild | 13 |
9 files changed, 37 insertions, 52 deletions
diff --git a/media-sound/normalize/ChangeLog b/media-sound/normalize/ChangeLog index 0292fa1b2968..4f83d3aa70d1 100644 --- a/media-sound/normalize/ChangeLog +++ b/media-sound/normalize/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/normalize # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/ChangeLog,v 1.19 2006/11/12 17:00:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/ChangeLog,v 1.20 2006/11/13 15:19:05 flameeyes Exp $ + + 13 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> normalize-0.7.4.ebuild, + normalize-0.7.6-r1.ebuild, normalize-0.7.6-r2.ebuild: + Remove xmms useflag. *normalize-0.7.7 (12 Nov 2006) diff --git a/media-sound/normalize/normalize-0.7.4.ebuild b/media-sound/normalize/normalize-0.7.4.ebuild index 8ecd1b4efc9f..4bc190d95d12 100644 --- a/media-sound/normalize/normalize-0.7.4.ebuild +++ b/media-sound/normalize/normalize-0.7.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/normalize-0.7.4.ebuild,v 1.12 2005/02/05 10:56:45 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/normalize-0.7.4.ebuild,v 1.13 2006/11/13 15:19:05 flameeyes Exp $ -IUSE="xmms" +IUSE="" DESCRIPTION="Audio file volume normalizer" HOMEPAGE="http://www.cs.columbia.edu/~cvaill/normalize" @@ -12,8 +12,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" -RDEPEND="xmms? ( >=media-sound/xmms-1.2.7-r6 ) - >=media-libs/audiofile-0.2.3-r1 +RDEPEND=">=media-libs/audiofile-0.2.3-r1 >=media-sound/madplay-0.14.2b-r1" # NOTE: the "audiofile" and "mad" dependencies are NOT diff --git a/media-sound/normalize/normalize-0.7.6-r1.ebuild b/media-sound/normalize/normalize-0.7.6-r1.ebuild index 0cb6fc05db6a..e1a94967ba3c 100644 --- a/media-sound/normalize/normalize-0.7.6-r1.ebuild +++ b/media-sound/normalize/normalize-0.7.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/normalize-0.7.6-r1.ebuild,v 1.11 2005/02/05 10:56:45 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/normalize-0.7.6-r1.ebuild,v 1.12 2006/11/13 15:19:05 flameeyes Exp $ DESCRIPTION="Audio file volume normalizer" HOMEPAGE="http://www.cs.columbia.edu/~cvaill/normalize" @@ -9,10 +9,9 @@ SRC_URI="http://www1.cs.columbia.edu/~cvaill/normalize/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc sparc amd64" -IUSE="xmms mad" +IUSE="mad" -RDEPEND="xmms? ( >=media-sound/xmms-1.2.7-r6 ) - mad? ( >=media-sound/madplay-0.14.2b ) +RDEPEND="mad? ( >=media-sound/madplay-0.14.2b ) >=media-libs/audiofile-0.2.3-r1" src_compile() { diff --git a/media-sound/normalize/normalize-0.7.6-r2.ebuild b/media-sound/normalize/normalize-0.7.6-r2.ebuild index 2034f2c7ca76..df9542d46c03 100644 --- a/media-sound/normalize/normalize-0.7.6-r2.ebuild +++ b/media-sound/normalize/normalize-0.7.6-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/normalize-0.7.6-r2.ebuild,v 1.9 2006/02/11 08:04:22 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/normalize-0.7.6-r2.ebuild,v 1.10 2006/11/13 15:19:05 flameeyes Exp $ -IUSE="xmms mad audiofile nls" +IUSE="mad audiofile nls" DESCRIPTION="Audio file volume normalizer" HOMEPAGE="http://www.cs.columbia.edu/~cvaill/normalize" @@ -12,8 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86" -RDEPEND="xmms? ( >=media-sound/xmms-1.2.7-r6 ) - mad? ( media-libs/libmad ) +RDEPEND="mad? ( media-libs/libmad ) audiofile? ( >=media-libs/audiofile-0.2.3-r1 )" DEPEND="${RDEPEND} @@ -23,8 +22,8 @@ src_compile() { econf \ `use_enable nls` \ `use_with mad` \ - `use_enable xmms` \ `use_with audiofile` \ + --disable-xmms \ ${myconf} || die emake || die "emake failed" diff --git a/media-sound/waif/ChangeLog b/media-sound/waif/ChangeLog index 6a0df25c77c0..f600dd587946 100644 --- a/media-sound/waif/ChangeLog +++ b/media-sound/waif/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/waif -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/waif/ChangeLog,v 1.21 2005/05/28 17:37:23 luckyduck Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/waif/ChangeLog,v 1.22 2006/11/13 15:21:07 flameeyes Exp $ + + 13 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> waif-0.59.7.ebuild: + Remove xmms useflag. 28 May 2005; Jan Brinkmann <luckyduck@gentoo.org> -files/LICENSE, -waif-0.59.6.ebuild, waif-0.59.7.ebuild: diff --git a/media-sound/waif/files/digest-waif-0.59.7 b/media-sound/waif/files/digest-waif-0.59.7 index c1daec0056ad..860f0de0c31c 100644 --- a/media-sound/waif/files/digest-waif-0.59.7 +++ b/media-sound/waif/files/digest-waif-0.59.7 @@ -1,2 +1 @@ MD5 7d0fa6fcf9cc04157bdf459048782c60 waif-0.59.7.tar.gz 62803 -MD5 563a36a809ff3e422f41ed5cc90c8a69 wfxmms-0.6.tgz 5192 diff --git a/media-sound/waif/waif-0.59.7.ebuild b/media-sound/waif/waif-0.59.7.ebuild index e08c2c88db5f..3e57afd69205 100644 --- a/media-sound/waif/waif-0.59.7.ebuild +++ b/media-sound/waif/waif-0.59.7.ebuild @@ -1,21 +1,19 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/waif/waif-0.59.7.ebuild,v 1.15 2005/05/28 17:37:23 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/waif/waif-0.59.7.ebuild,v 1.16 2006/11/13 15:21:07 flameeyes Exp $ inherit eutils S=${WORKDIR}/${PN} -S2=${WORKDIR}/wfxmms DESCRIPTION="Why Another Infernal Frontend -- console front end for various media-players" HOMEPAGE="http://eds.org/~straycat/waif.html" -SRC_URI="http://www.eds.org/~straycat/${P}.tar.gz - xmms? ( http://www.eds.org/~straycat/wfxmms-0.6.tgz )" +SRC_URI="http://www.eds.org/~straycat/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~ppc x86 sparc amd64" -IUSE="xmms ogg" +IUSE="ogg" DEPEND="dev-lang/tcl dev-tcltk/expect" @@ -26,18 +24,11 @@ RDEPEND="dev-tcltk/expect media-libs/id3lib media-sound/id3v2 media-sound/id3ed - xmms? ( media-sound/xmms ) ogg? ( media-sound/vorbis-tools )" src_compile() { cd Waif ./mkindex.sh || die - - if use xmms - then - cd ${S2} - make || die - fi } src_install() { @@ -55,14 +46,4 @@ src_install() { dodoc CHANGES FAQ INSTALL README* TODO WHATSNEW docinto Documentation dodoc Documentation/* - - if use xmms - then - cd ${S2} - into /usr - dobin wfxmms - - docinto wfxmms - dodoc BUGS CHANGES README - fi } diff --git a/media-sound/xmp/ChangeLog b/media-sound/xmp/ChangeLog index 5d4c5a9b0cdb..0c3dd8a516b9 100644 --- a/media-sound/xmp/ChangeLog +++ b/media-sound/xmp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/xmp -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmp/ChangeLog,v 1.10 2005/09/10 15:50:36 flameeyes Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmp/ChangeLog,v 1.11 2006/11/13 15:23:07 flameeyes Exp $ + + 13 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> + xmp-2.0.5_pre3-r1.ebuild: + Remove xmms useflag. 10 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> xmp-2.0.5_pre3-r1.ebuild: diff --git a/media-sound/xmp/xmp-2.0.5_pre3-r1.ebuild b/media-sound/xmp/xmp-2.0.5_pre3-r1.ebuild index bf9770f6faaa..34be25410a2e 100644 --- a/media-sound/xmp/xmp-2.0.5_pre3-r1.ebuild +++ b/media-sound/xmp/xmp-2.0.5_pre3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xmp/xmp-2.0.5_pre3-r1.ebuild,v 1.7 2005/09/10 15:50:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmp/xmp-2.0.5_pre3-r1.ebuild,v 1.8 2006/11/13 15:23:07 flameeyes Exp $ -IUSE="xmms arts esd nas X oss" +IUSE="arts esd nas X oss" inherit eutils @@ -21,8 +21,7 @@ KEYWORDS="-amd64 x86 -sparc" DEPEND="X? ( virtual/x11 ) esd? ( media-sound/esound ) nas? ( media-libs/nas ) - arts? ( kde-base/arts ) - xmms? ( media-sound/xmms )" + arts? ( kde-base/arts )" # Nobody uses alsa5, but if they do, they can hand edit this... # alsa? ( =media-libs/alsa-lib-0.5* ) @@ -56,9 +55,7 @@ src_compile() { && myconf="${myconf} --enable-oss" \ || myconf="${myconf} --disable-oss" - use xmms \ - && myconf="${myconf} --enable-xmms" \ - || myconf="${myconf} --disable-xmms" + myconf="${myconf} --disable-xmms" use X \ && myconf="${myconf} --with-x" \ |