diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-02-09 14:55:36 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-02-09 14:55:36 +0000 |
commit | b97cb79f9d80bc830696d98507d44e916f3c479e (patch) | |
tree | 329d4b62cfee91734150bf02be1a182bf385276c /media-sound | |
parent | Cleanup and revision bumps. (diff) | |
download | gentoo-2-b97cb79f9d80bc830696d98507d44e916f3c479e.tar.gz gentoo-2-b97cb79f9d80bc830696d98507d44e916f3c479e.tar.bz2 gentoo-2-b97cb79f9d80bc830696d98507d44e916f3c479e.zip |
Changed USE mp3 to mad, and added alsa and oss.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/exaile/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/exaile/exaile-0.2.8.ebuild | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/media-sound/exaile/ChangeLog b/media-sound/exaile/ChangeLog index f29b93227f74..bc31212b1655 100644 --- a/media-sound/exaile/ChangeLog +++ b/media-sound/exaile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/exaile # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.3 2007/02/04 11:49:05 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.4 2007/02/09 14:55:36 drac Exp $ + + 09 Feb 2007; Samuli Suominen <drac@gentoo.org> exaile-0.2.8.ebuild: + Changed USE mp3 to mad, and added alsa and oss. 04 Feb 2007; Samuli Suominen <drac@gentoo.org> +files/exaile-0.2.8-strip.patch, exaile-0.2.8.ebuild: diff --git a/media-sound/exaile/exaile-0.2.8.ebuild b/media-sound/exaile/exaile-0.2.8.ebuild index 5e517fb24786..74b981b33fd5 100644 --- a/media-sound/exaile/exaile-0.2.8.ebuild +++ b/media-sound/exaile/exaile-0.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.8.ebuild,v 1.3 2007/02/04 11:49:05 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.8.ebuild,v 1.4 2007/02/09 14:55:36 drac Exp $ inherit eutils toolchain-funcs @@ -13,8 +13,8 @@ SRC_URI="http://www.exaile.org/files/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -IUSE="aac cdaudio fam flac gnome ipod libnotify libsexy mp3 musepack ogg - serpentine streamripper vorbis" +IUSE="aac alsa cdaudio fam flac gnome ipod libnotify libsexy mad musepack ogg + oss serpentine streamripper vorbis" RDEPEND=">=dev-lang/python-2.4 >=dev-python/pygtk-2.8.6 @@ -28,7 +28,9 @@ RDEPEND=">=dev-lang/python-2.4 dev-python/elementtree dev-python/dbus-python fam? ( app-admin/gamin ) - mp3? ( >=media-plugins/gst-plugins-mad-0.10 ) + alsa? ( >=media-plugins/gst-plugins-alsa-0.10 ) + oss? ( >=media-plugins/gst-plugins-oss-0.10 ) + mad? ( >=media-plugins/gst-plugins-mad-0.10 ) ogg? ( >=media-plugins/gst-plugins-ogg-0.10 ) vorbis? ( >=media-plugins/gst-plugins-vorbis-0.10 ) flac? ( >=media-plugins/gst-plugins-flac-0.10 ) |