diff options
23 files changed, 95 insertions, 65 deletions
diff --git a/media-sound/beep-media-player/ChangeLog b/media-sound/beep-media-player/ChangeLog index 0a18df215c3a..c6b59aac1ae5 100644 --- a/media-sound/beep-media-player/ChangeLog +++ b/media-sound/beep-media-player/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/beep-media-player # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/beep-media-player/ChangeLog,v 1.76 2005/12/18 17:16:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/beep-media-player/ChangeLog,v 1.77 2005/12/26 15:00:04 lu_zero Exp $ + + 26 Dec 2005; Luca Barbato <lu_zero@gentoo.org> + beep-media-player-0.9.7-r6.ebuild, beep-media-player-0.9.7-r8.ebuild: + oggvorbis Cleanup 18 Dec 2005; Markus Rothe <corsair@gentoo.org> beep-media-player-0.9.7-r8.ebuild: diff --git a/media-sound/beep-media-player/beep-media-player-0.9.7-r6.ebuild b/media-sound/beep-media-player/beep-media-player-0.9.7-r6.ebuild index 811241d57b9c..de5ac992c007 100644 --- a/media-sound/beep-media-player/beep-media-player-0.9.7-r6.ebuild +++ b/media-sound/beep-media-player/beep-media-player-0.9.7-r6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/beep-media-player/beep-media-player-0.9.7-r6.ebuild,v 1.9 2005/09/14 07:06:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/beep-media-player/beep-media-player-0.9.7-r6.ebuild,v 1.10 2005/12/26 15:00:04 lu_zero Exp $ -IUSE="nls gnome mp3 oggvorbis alsa oss esd mmx old-eq" +IUSE="nls gnome mp3 vorbis alsa oss esd mmx old-eq" inherit flag-o-matic eutils libtool @@ -26,7 +26,7 @@ RDEPEND="app-arch/unzip >=gnome-base/libglade-2.3.1 >=dev-util/pkgconfig-0.9.0 esd? ( >=media-sound/esound-0.2.30 ) - oggvorbis? ( >=media-libs/libvorbis-1.0 ) + vorbis? ( >=media-libs/libvorbis-1.0 ) alsa? ( >=media-libs/alsa-lib-1.0.9_rc2 ) gnome? ( >=gnome-base/gconf-2.6.0 ) mp3? ( media-libs/id3lib )" @@ -66,7 +66,7 @@ src_compile() { `use_with old-eq xmms-eq` \ `use_enable mmx simd` \ `use_enable gnome gconf` \ - `use_enable oggvorbis vorbis` \ + `use_enable vorbis vorbis` \ `use_enable esd` \ `use_enable mp3` \ `use_enable nls` \ diff --git a/media-sound/beep-media-player/beep-media-player-0.9.7-r8.ebuild b/media-sound/beep-media-player/beep-media-player-0.9.7-r8.ebuild index 486769f565d3..89a9df8cca02 100644 --- a/media-sound/beep-media-player/beep-media-player-0.9.7-r8.ebuild +++ b/media-sound/beep-media-player/beep-media-player-0.9.7-r8.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/beep-media-player/beep-media-player-0.9.7-r8.ebuild,v 1.6 2005/12/18 17:16:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/beep-media-player/beep-media-player-0.9.7-r8.ebuild,v 1.7 2005/12/26 15:00:04 lu_zero Exp $ -IUSE="nls gnome mp3 oggvorbis alsa oss esd mmx old-eq" +IUSE="nls gnome mp3 vorbis alsa oss esd mmx old-eq" inherit flag-o-matic eutils libtool @@ -26,7 +26,7 @@ RDEPEND="app-arch/unzip >=gnome-base/libglade-2.3.1 >=dev-util/pkgconfig-0.9.0 esd? ( >=media-sound/esound-0.2.30 ) - oggvorbis? ( >=media-libs/libvorbis-1.0 ) + vorbis? ( >=media-libs/libvorbis-1.0 ) alsa? ( >=media-libs/alsa-lib-1.0.9_rc2 ) gnome? ( >=gnome-base/gconf-2.6.0 ) mp3? ( media-libs/id3lib )" @@ -73,7 +73,7 @@ src_compile() { `use_with old-eq xmms-eq` \ `use_enable mmx simd` \ `use_enable gnome gconf` \ - `use_enable oggvorbis vorbis` \ + `use_enable vorbis vorbis` \ `use_enable esd` \ `use_enable mp3` \ `use_enable nls` \ diff --git a/media-sound/bossogg/ChangeLog b/media-sound/bossogg/ChangeLog index bc5a5782b16c..49e5618fcf80 100644 --- a/media-sound/bossogg/ChangeLog +++ b/media-sound/bossogg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/bossogg # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/ChangeLog,v 1.16 2005/11/07 10:42:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/ChangeLog,v 1.17 2005/12/26 14:55:15 lu_zero Exp $ + + 26 Dec 2005; Luca Barbato <lu_zero@gentoo.org> bossogg-0.13.5.ebuild, + bossogg-0.13.6.ebuild, bossogg-0.13.6-r2.ebuild: + oggvorbis Cleanup 07 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> bossogg-0.13.5.ebuild, bossogg-0.13.6.ebuild, bossogg-0.13.6-r2.ebuild, bossogg-0.13.6-r3.ebuild: diff --git a/media-sound/bossogg/bossogg-0.13.5.ebuild b/media-sound/bossogg/bossogg-0.13.5.ebuild index a236f84bd661..8563bdecb69b 100644 --- a/media-sound/bossogg/bossogg-0.13.5.ebuild +++ b/media-sound/bossogg/bossogg-0.13.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/bossogg-0.13.5.ebuild,v 1.7 2005/11/07 10:42:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/bossogg-0.13.5.ebuild,v 1.8 2005/12/26 14:55:15 lu_zero Exp $ inherit eutils -IUSE="oggvorbis mad" +IUSE="vorbis mad" DESCRIPTION="Bossogg Music Server" HOMEPAGE="http://bossogg.wishy.org" @@ -16,7 +16,7 @@ SLOT="0" LICENSE="GPL-2" DEPEND=">=media-libs/libao-0.8.3 - oggvorbis? ( media-libs/libvorbis ) + vorbis? ( media-libs/libvorbis ) mad? ( media-sound/madplay media-libs/id3lib )" RDEPEND="${DEPEND} @@ -26,7 +26,7 @@ src_compile() { local myconf myconf="" - use oggvorbis \ + use vorbis \ || myconf="${myconf} --disable-ogg --disable-oggtest \ --disable-vorbistest" use mad || myconf="${myconf} --disable-mp3" diff --git a/media-sound/bossogg/bossogg-0.13.6-r2.ebuild b/media-sound/bossogg/bossogg-0.13.6-r2.ebuild index 0ec026b2c284..3a527144846a 100644 --- a/media-sound/bossogg/bossogg-0.13.6-r2.ebuild +++ b/media-sound/bossogg/bossogg-0.13.6-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/bossogg-0.13.6-r2.ebuild,v 1.2 2005/11/07 10:42:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/bossogg-0.13.6-r2.ebuild,v 1.3 2005/12/26 14:55:15 lu_zero Exp $ inherit eutils -IUSE="oggvorbis mad flac" +IUSE="vorbis mad flac" DESCRIPTION="Bossogg Music Server" HOMEPAGE="http://bossogg.wishy.org" @@ -17,7 +17,7 @@ LICENSE="GPL-2" DEPEND=">=media-libs/libao-0.8.3 media-libs/libshout flac? ( media-libs/flac ) - oggvorbis? ( media-libs/libvorbis ) + vorbis? ( media-libs/libvorbis ) mad? ( media-sound/madplay media-libs/id3lib )" RDEPEND="${DEPEND} @@ -43,7 +43,7 @@ src_unpack() { src_compile() { libtoolize --copy --force # per bug number 83003 econf --enable-shout \ - `use_enable oggvorbis vorbis` \ + `use_enable vorbis` \ `use_enable flac` \ `use_enable mad mp3` \ `use_enable mad id3` || die "could not configure" diff --git a/media-sound/bossogg/bossogg-0.13.6.ebuild b/media-sound/bossogg/bossogg-0.13.6.ebuild index cc7b67df3abd..d48c113b303c 100644 --- a/media-sound/bossogg/bossogg-0.13.6.ebuild +++ b/media-sound/bossogg/bossogg-0.13.6.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/bossogg-0.13.6.ebuild,v 1.12 2005/11/07 10:42:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/bossogg/bossogg-0.13.6.ebuild,v 1.13 2005/12/26 14:55:15 lu_zero Exp $ inherit eutils -IUSE="oggvorbis mad flac" +IUSE="vorbis mad flac" DESCRIPTION="Bossogg Music Server" HOMEPAGE="http://bossogg.wishy.org" @@ -17,7 +17,7 @@ LICENSE="GPL-2" DEPEND=">=media-libs/libao-0.8.3 media-libs/libshout flac? ( media-libs/flac ) - oggvorbis? ( media-libs/libvorbis ) + vorbis? ( media-libs/libvorbis ) mad? ( media-sound/madplay media-libs/id3lib )" RDEPEND="${DEPEND} @@ -43,7 +43,7 @@ src_unpack() { src_compile() { econf --enable-shout \ - `use_enable oggvorbis vorbis` \ + `use_enable vorbis` \ `use_enable flac` \ `use_enable mad mp3` \ `use_enable mad id3` || die "could not configure" diff --git a/media-sound/galan/ChangeLog b/media-sound/galan/ChangeLog index 2782afd0cf8b..ecb5409d67b3 100644 --- a/media-sound/galan/ChangeLog +++ b/media-sound/galan/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/galan # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/galan/ChangeLog,v 1.17 2005/06/12 12:14:10 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/galan/ChangeLog,v 1.18 2005/12/26 14:58:11 lu_zero Exp $ + + 26 Dec 2005; Luca Barbato <lu_zero@gentoo.org> galan-0.2.14.ebuild, + galan-0.3.0_beta6.ebuild: + oggvorbis Cleanup 12 Jun 2005; Sven Wegener <swegener@gentoo.org> galan-0.2.14.ebuild: Removed * postfix from <, <=, >= and > dependencies. diff --git a/media-sound/galan/galan-0.2.14.ebuild b/media-sound/galan/galan-0.2.14.ebuild index be19866196b1..89c01d6dfbf5 100644 --- a/media-sound/galan/galan-0.2.14.ebuild +++ b/media-sound/galan/galan-0.2.14.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/galan/galan-0.2.14.ebuild,v 1.12 2005/06/12 12:14:10 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/galan/galan-0.2.14.ebuild,v 1.13 2005/12/26 14:58:11 lu_zero Exp $ -IUSE="oggvorbis alsa opengl esd" +IUSE="vorbis alsa opengl esd" inherit eutils @@ -16,7 +16,7 @@ KEYWORDS="sparc x86" DEPEND=">=x11-libs/gtk+-1.2 media-libs/gdk-pixbuf - oggvorbis? ( >=media-sound/vorbis-tools-1.0 ) + vorbis? ( >=media-sound/vorbis-tools-1.0 ) alsa? ( >=media-libs/alsa-lib-0.9.0_rc1 ) opengl? ( >=x11-libs/gtkglarea-1.2 ) esd? ( media-sound/esound ) diff --git a/media-sound/galan/galan-0.3.0_beta6.ebuild b/media-sound/galan/galan-0.3.0_beta6.ebuild index 0f2d66074949..0866478310d4 100644 --- a/media-sound/galan/galan-0.3.0_beta6.ebuild +++ b/media-sound/galan/galan-0.3.0_beta6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/galan/galan-0.3.0_beta6.ebuild,v 1.5 2004/12/29 02:53:35 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/galan/galan-0.3.0_beta6.ebuild,v 1.6 2005/12/26 14:58:11 lu_zero Exp $ -IUSE="oggvorbis alsa opengl esd jack" +IUSE="vorbis alsa opengl esd jack" DESCRIPTION="gAlan - Graphical Audio Language" HOMEPAGE="http://galan.sourceforge.net/" @@ -14,7 +14,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~sparc ~x86" DEPEND=">=x11-libs/gtk+-2.0 - oggvorbis? ( >=media-sound/vorbis-tools-1.0 ) + vorbis? ( >=media-sound/vorbis-tools-1.0 ) alsa? ( >=media-libs/alsa-lib-0.9.0_rc1 ) opengl? ( >=x11-libs/gtkglarea-1.99.0 ) esd? ( media-sound/esound ) diff --git a/media-sound/glame/ChangeLog b/media-sound/glame/ChangeLog index 50b70592d5d5..83012d6f0a03 100644 --- a/media-sound/glame/ChangeLog +++ b/media-sound/glame/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/glame # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/ChangeLog,v 1.27 2005/09/10 15:54:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/ChangeLog,v 1.28 2005/12/26 15:03:52 lu_zero Exp $ + + 26 Dec 2005; Luca Barbato <lu_zero@gentoo.org> glame-1.0.2.ebuild: + oggvorbis Cleanup 10 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> glame-1.0.2.ebuild, glame-2.0.1.ebuild: diff --git a/media-sound/glame/glame-1.0.2.ebuild b/media-sound/glame/glame-1.0.2.ebuild index 346cacd39fa8..bd141395f0e6 100644 --- a/media-sound/glame/glame-1.0.2.ebuild +++ b/media-sound/glame/glame-1.0.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-1.0.2.ebuild,v 1.14 2005/09/10 15:54:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-1.0.2.ebuild,v 1.15 2005/12/26 15:03:52 lu_zero Exp $ -IUSE="nls gnome oggvorbis debug alsa" +IUSE="nls gnome vorbis debug alsa" inherit eutils @@ -23,7 +23,7 @@ RDEPEND=">=dev-util/guile-1.4-r3 =sci-libs/fftw-2* media-sound/madplay media-libs/ladspa-sdk - oggvorbis? ( >=media-libs/libvorbis-1.0 ) + vorbis? ( >=media-libs/libvorbis-1.0 ) gnome? ( <gnome-base/libglade-2 gnome-base/gnome-libs ) alsa? ( media-libs/alsa-lib )" diff --git a/media-sound/gnomoradio/ChangeLog b/media-sound/gnomoradio/ChangeLog index ee50f78e6d92..71c4bb29e862 100644 --- a/media-sound/gnomoradio/ChangeLog +++ b/media-sound/gnomoradio/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/gnomoradio -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/ChangeLog,v 1.12 2004/12/23 21:42:15 blubb Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/ChangeLog,v 1.13 2005/12/26 14:51:59 lu_zero Exp $ + + 26 Dec 2005; Luca Barbato <lu_zero@gentoo.org> gnomoradio-0.13.ebuild, + gnomoradio-0.15.1.ebuild: + oggvorbis Cleanup 23 Dec 2004; Simon Stelling <blubb@gentoo.org> gnomoradio-0.15.1.ebuild: added ~amd64 diff --git a/media-sound/gnomoradio/gnomoradio-0.13.ebuild b/media-sound/gnomoradio/gnomoradio-0.13.ebuild index 35289b48f31e..57ec2cae10f4 100644 --- a/media-sound/gnomoradio/gnomoradio-0.13.ebuild +++ b/media-sound/gnomoradio/gnomoradio-0.13.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/gnomoradio-0.13.ebuild,v 1.5 2004/11/14 18:57:11 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/gnomoradio-0.13.ebuild,v 1.6 2005/12/26 14:51:59 lu_zero Exp $ -IUSE="oggvorbis" +IUSE="vorbis" DESCRIPTION="Finds, fetches, shares, and plays freely licensed music." HOMEPAGE="http://gnomoradio.org/" @@ -16,7 +16,7 @@ DEPEND="=dev-cpp/gtkmm-2.2.11 =dev-cpp/gconfmm-2.0.2 =dev-cpp/libxmlpp-1.0* media-sound/esound - oggvorbis? ( media-libs/libvorbis )" + vorbis? ( media-libs/libvorbis )" src_install() { make DESTDIR="${D}" install || die diff --git a/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild b/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild index 4deb711b964c..be9df165a12c 100644 --- a/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild +++ b/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild,v 1.4 2004/12/23 21:42:15 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomoradio/gnomoradio-0.15.1.ebuild,v 1.5 2005/12/26 14:51:59 lu_zero Exp $ -IUSE="oggvorbis" +IUSE="vorbis" DESCRIPTION="Finds, fetches, shares, and plays freely licensed music." HOMEPAGE="http://gnomoradio.org/" @@ -21,7 +21,7 @@ DEPEND=">=dev-cpp/gtkmm-2.4 >=dev-cpp/libxmlpp-2.6 >=dev-libs/libsigc++-2.0 media-libs/libao - oggvorbis? ( media-libs/libvorbis )" + vorbis? ( media-libs/libvorbis )" src_install() { make DESTDIR="${D}" install || die diff --git a/media-sound/grip/ChangeLog b/media-sound/grip/ChangeLog index 150dc0eb903f..1f992421fc9c 100644 --- a/media-sound/grip/ChangeLog +++ b/media-sound/grip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/grip # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/ChangeLog,v 1.61 2005/11/07 10:33:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/ChangeLog,v 1.62 2005/12/26 15:05:10 lu_zero Exp $ + + 26 Dec 2005; Luca Barbato <lu_zero@gentoo.org> grip-3.3.0.ebuild, + grip-3.3.1.ebuild: + oggvorbis Cleanup 07 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> grip-3.3.0.ebuild, grip-3.3.1.ebuild: diff --git a/media-sound/grip/grip-3.3.0.ebuild b/media-sound/grip/grip-3.3.0.ebuild index 13d97fb236ed..fb15ac3362f5 100644 --- a/media-sound/grip/grip-3.3.0.ebuild +++ b/media-sound/grip/grip-3.3.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.3.0.ebuild,v 1.9 2005/11/07 10:33:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.3.0.ebuild,v 1.10 2005/12/26 15:05:10 lu_zero Exp $ inherit gnuconfig flag-o-matic eutils toolchain-funcs -IUSE="nls oggvorbis" +IUSE="nls vorbis" DESCRIPTION="GTK+ based Audio CD Player/Ripper." HOMEPAGE="http://www.nostatic.org/grip" @@ -23,7 +23,7 @@ RDEPEND=">=x11-libs/gtk+-2.2 >=gnome-base/orbit-2 gnome-base/libghttp net-misc/curl - oggvorbis? ( media-sound/vorbis-tools )" + vorbis? ( media-sound/vorbis-tools )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" diff --git a/media-sound/grip/grip-3.3.1.ebuild b/media-sound/grip/grip-3.3.1.ebuild index fdbd79b76b64..10cd54dca9ed 100644 --- a/media-sound/grip/grip-3.3.1.ebuild +++ b/media-sound/grip/grip-3.3.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.3.1.ebuild,v 1.2 2005/11/07 10:33:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.3.1.ebuild,v 1.3 2005/12/26 15:05:10 lu_zero Exp $ inherit gnuconfig flag-o-matic eutils toolchain-funcs -IUSE="nls oggvorbis" +IUSE="nls vorbis" DESCRIPTION="GTK+ based Audio CD Player/Ripper." HOMEPAGE="http://www.nostatic.org/grip" @@ -23,7 +23,7 @@ RDEPEND=">=x11-libs/gtk+-2.2 >=gnome-base/orbit-2 gnome-base/libghttp net-misc/curl - oggvorbis? ( media-sound/vorbis-tools )" + vorbis? ( media-sound/vorbis-tools )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" diff --git a/media-sound/mp3blaster/ChangeLog b/media-sound/mp3blaster/ChangeLog index bfaa1596c986..0d330eeae711 100644 --- a/media-sound/mp3blaster/ChangeLog +++ b/media-sound/mp3blaster/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/mp3blaster # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/ChangeLog,v 1.20 2005/04/08 17:27:25 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/ChangeLog,v 1.21 2005/12/26 15:09:42 lu_zero Exp $ + + 26 Dec 2005; Luca Barbato <lu_zero@gentoo.org> mp3blaster-3.1.3.ebuild, + mp3blaster-3.2.0.ebuild: + oggvorbis Cleanup 08 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> mp3blaster-3.2.0.ebuild: diff --git a/media-sound/mp3blaster/mp3blaster-3.1.3.ebuild b/media-sound/mp3blaster/mp3blaster-3.1.3.ebuild index 4be28082e01a..f78dce499451 100644 --- a/media-sound/mp3blaster/mp3blaster-3.1.3.ebuild +++ b/media-sound/mp3blaster/mp3blaster-3.1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/mp3blaster-3.1.3.ebuild,v 1.12 2004/10/30 10:56:36 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/mp3blaster-3.1.3.ebuild,v 1.13 2005/12/26 15:09:42 lu_zero Exp $ inherit toolchain-funcs @@ -11,11 +11,11 @@ SRC_URI="http://www.stack.nl/~brama/mp3blaster/src/${P}.tar.gz" SLOT="0" KEYWORDS="x86 ppc ~alpha ~sparc amd64" LICENSE="GPL-2" -IUSE="oggvorbis mysql" +IUSE="vorbis mysql" DEPEND=">=sys-libs/ncurses-5.2 mysql? ( >=dev-db/mysql-3.23.36 ) - oggvorbis? ( >=media-libs/libvorbis-1.0_beta1 )" + vorbis? ( >=media-libs/libvorbis-1.0_beta1 )" # nas? ( >=media-libs/nas-1.4.1 ) src_unpack() { @@ -37,7 +37,7 @@ src_compile() { #use nas || myconf="${myconf} --disable-nas" myconf="${myconf} --disable-nas" use mysql && myconf="${myconf} --with-mysql" - use oggvorbis || myconf="${myconf} --without-oggvorbis" + use vorbis || myconf="${myconf} --without-vorbis" econf ${myconf} || die make CC="$(tc-getCC) ${CFLAGS}" CXX="$(tc-getCXX) ${CXXFLAGS}" || die diff --git a/media-sound/mp3blaster/mp3blaster-3.2.0.ebuild b/media-sound/mp3blaster/mp3blaster-3.2.0.ebuild index 163cb90b3744..74eec1048225 100644 --- a/media-sound/mp3blaster/mp3blaster-3.2.0.ebuild +++ b/media-sound/mp3blaster/mp3blaster-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/mp3blaster-3.2.0.ebuild,v 1.10 2005/04/08 17:27:25 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/mp3blaster-3.2.0.ebuild,v 1.11 2005/12/26 15:09:42 lu_zero Exp $ inherit toolchain-funcs @@ -11,12 +11,12 @@ SRC_URI="http://www.stack.nl/~brama/mp3blaster/src/${P}.tar.gz" SLOT="0" KEYWORDS="x86 ppc alpha sparc amd64 ~ppc64" LICENSE="GPL-2" -IUSE="oggvorbis mysql lirc" +IUSE="vorbis mysql lirc" DEPEND=">=sys-libs/ncurses-5.2 mysql? ( >=dev-db/mysql-3.23.36 ) lirc? ( app-misc/lirc ) - oggvorbis? ( >=media-libs/libvorbis-1.0_beta1 )" + vorbis? ( >=media-libs/libvorbis-1.0_beta1 )" # nas? ( >=media-libs/nas-1.4.1 ) src_unpack() { @@ -38,7 +38,7 @@ src_compile() { myconf="${myconf} --without-nas \ `use_with lirc` \ `use_with mysql` \ - `use_with oggvorbis`" + `use_with vorbis`" econf ${myconf} || die make CC="$(tc-getCC) ${CFLAGS}" CXX="$(tc-getCXX) ${CXXFLAGS}" || die diff --git a/media-sound/mp3c/ChangeLog b/media-sound/mp3c/ChangeLog index 76e4bac9a7e7..87bcfb94fa2c 100644 --- a/media-sound/mp3c/ChangeLog +++ b/media-sound/mp3c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mp3c # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3c/ChangeLog,v 1.11 2005/09/04 11:02:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3c/ChangeLog,v 1.12 2005/12/26 15:02:45 lu_zero Exp $ + + 26 Dec 2005; Luca Barbato <lu_zero@gentoo.org> mp3c-0.29.ebuild: + oggvorbis Cleanup 04 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> mp3c-0.27.ebuild, mp3c-0.29.ebuild: diff --git a/media-sound/mp3c/mp3c-0.29.ebuild b/media-sound/mp3c/mp3c-0.29.ebuild index 1174c2a114b7..e9d933733d4d 100644 --- a/media-sound/mp3c/mp3c-0.29.ebuild +++ b/media-sound/mp3c/mp3c-0.29.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3c/mp3c-0.29.ebuild,v 1.7 2005/09/04 11:02:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3c/mp3c-0.29.ebuild,v 1.8 2005/12/26 15:02:45 lu_zero Exp $ -IUSE="oggvorbis" +IUSE="vorbis" DESCRIPTION="console based mp3 ripper, with cddb support" HOMEPAGE="http://mp3c.wspse.de/WSPse/Linux-MP3c.php3?lang=en" @@ -11,7 +11,7 @@ SRC_URI="ftp://excelsior.kullen.rwth-aachen.de/pub/linux/wspse/${P}.tar.gz" DEPEND="media-sound/lame >=media-sound/mp3info-0.8.4-r1 virtual/cdrtools - oggvorbis? ( media-libs/libvorbis )" + vorbis? ( media-libs/libvorbis )" SLOT="0" LICENSE="GPL-2" |