diff options
author | 2005-12-26 15:09:42 +0000 | |
---|---|---|
committer | 2005-12-26 15:09:42 +0000 | |
commit | 50057e85757db014af597389bca3140041a225ac (patch) | |
tree | bacaa624930ff1815f685590455b20c43fd2fbe8 /media-sound/glame | |
parent | ~alpha keyword. (diff) | |
download | historical-50057e85757db014af597389bca3140041a225ac.tar.gz historical-50057e85757db014af597389bca3140041a225ac.tar.bz2 historical-50057e85757db014af597389bca3140041a225ac.zip |
oggvorbis Cleanup
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'media-sound/glame')
-rw-r--r-- | media-sound/glame/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/glame/glame-1.0.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
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 )" |