diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-15 11:09:00 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-15 11:09:00 +0000 |
commit | fe3433f08e48b71952c34b6a29e801e9dada00e3 (patch) | |
tree | 2be0ee67800b58434335ac95173e666712b0c9c8 /media-sound/moc | |
parent | Fix sndfiile useflag (should have been sndfile). Bug #122871. (diff) | |
download | gentoo-2-fe3433f08e48b71952c34b6a29e801e9dada00e3.tar.gz gentoo-2-fe3433f08e48b71952c34b6a29e801e9dada00e3.tar.bz2 gentoo-2-fe3433f08e48b71952c34b6a29e801e9dada00e3.zip |
Fix USE flags. Bug #122872.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-sound/moc')
-rw-r--r-- | media-sound/moc/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/moc/moc-2.3.2.ebuild | 7 | ||||
-rw-r--r-- | media-sound/moc/moc-2.3.3.ebuild | 4 |
3 files changed, 11 insertions, 6 deletions
diff --git a/media-sound/moc/ChangeLog b/media-sound/moc/ChangeLog index 6e1e5e212b78..eb7f665f21be 100644 --- a/media-sound/moc/ChangeLog +++ b/media-sound/moc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/moc # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/moc/ChangeLog,v 1.20 2006/01/18 06:00:46 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/moc/ChangeLog,v 1.21 2006/02/15 11:09:00 flameeyes Exp $ + + 15 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> moc-2.3.2.ebuild, + moc-2.3.3.ebuild: + Fix USE flags. Bug #122872. *moc-2.3.3 (18 Jan 2006) diff --git a/media-sound/moc/moc-2.3.2.ebuild b/media-sound/moc/moc-2.3.2.ebuild index 5d8689b23002..26429f977ce8 100644 --- a/media-sound/moc/moc-2.3.2.ebuild +++ b/media-sound/moc/moc-2.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/moc/moc-2.3.2.ebuild,v 1.1 2006/01/01 09:27:00 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/moc/moc-2.3.2.ebuild,v 1.2 2006/02/15 11:09:00 flameeyes Exp $ inherit eutils autotools @@ -11,7 +11,8 @@ SRC_URI="ftp://ftp.daper.net/pub/soft/${PN}/stable/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" KEYWORDS="-* ~x86" -IUSE="flac mad oss vorbis debug alsa speex libsamplerate curl sndfile musepack" +IUSE="flac mad oss vorbis debug alsa speex libsamplerate curl sndfile musepack +jack" # libvorbis is pulled in so the USE flag is vorbis # since upstream apparently assumes ogg is an audio @@ -22,7 +23,7 @@ DEPEND="media-libs/libao sndfile? ( >=media-libs/libsndfile-1.0.0 ) flac? ( media-libs/flac ) mad? ( media-libs/libmad sys-libs/zlib media-libs/libid3tag ) - muse? ( media-libs/libmpcdec >=media-libs/taglib-1.3 ) + musepack? ( media-libs/libmpcdec >=media-libs/taglib-1.3 ) vorbis? ( >=media-libs/libvorbis-1.0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.4 ) speex? ( >=media-libs/speex-1.0.0 ) diff --git a/media-sound/moc/moc-2.3.3.ebuild b/media-sound/moc/moc-2.3.3.ebuild index 398b0a63aa87..bcbcfc49d01c 100644 --- a/media-sound/moc/moc-2.3.3.ebuild +++ b/media-sound/moc/moc-2.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/moc/moc-2.3.3.ebuild,v 1.1 2006/01/18 06:00:46 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/moc/moc-2.3.3.ebuild,v 1.2 2006/02/15 11:09:00 flameeyes Exp $ inherit eutils autotools @@ -22,7 +22,7 @@ DEPEND="media-libs/libao sndfile? ( >=media-libs/libsndfile-1.0.0 ) flac? ( media-libs/flac ) mad? ( media-libs/libmad sys-libs/zlib media-libs/libid3tag ) - muse? ( media-libs/libmpcdec >=media-libs/taglib-1.3 ) + musepack? ( media-libs/libmpcdec >=media-libs/taglib-1.3 ) vorbis? ( >=media-libs/libvorbis-1.0 ) speex? ( >=media-libs/speex-1.0.0 ) libsamplerate? ( >=media-libs/libsamplerate-0.1.0 ) |