summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-10-19 09:55:31 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-10-19 09:55:31 +0000
commit3b310b493c9b8ec18cc864dd132ca5d826f15238 (patch)
tree918fdc6503c607dc40c747395158d42a216443ef /media-sound/decibel-audio-player
parentx86 has ssse3 even on bsd (diff)
downloadgentoo-2-3b310b493c9b8ec18cc864dd132ca5d826f15238.tar.gz
gentoo-2-3b310b493c9b8ec18cc864dd132ca5d826f15238.tar.bz2
gentoo-2-3b310b493c9b8ec18cc864dd132ca5d826f15238.zip
allow gst-plugins-cdio for cdaudio playback, by Josh, bug #242734
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.6 x86_64)
Diffstat (limited to 'media-sound/decibel-audio-player')
-rw-r--r--media-sound/decibel-audio-player/ChangeLog6
-rw-r--r--media-sound/decibel-audio-player/decibel-audio-player-0.10.ebuild5
-rw-r--r--media-sound/decibel-audio-player/decibel-audio-player-0.11.ebuild5
3 files changed, 11 insertions, 5 deletions
diff --git a/media-sound/decibel-audio-player/ChangeLog b/media-sound/decibel-audio-player/ChangeLog
index daaae63bb086..0b5cd27901d3 100644
--- a/media-sound/decibel-audio-player/ChangeLog
+++ b/media-sound/decibel-audio-player/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/decibel-audio-player
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.5 2008/08/21 09:35:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.6 2008/10/19 09:55:31 aballier Exp $
+
+ 19 Oct 2008; Alexis Ballier <aballier@gentoo.org>
+ decibel-audio-player-0.10.ebuild, decibel-audio-player-0.11.ebuild:
+ allow gst-plugins-cdio for cdaudio playback, by Josh, bug #242734
*decibel-audio-player-0.11 (21 Aug 2008)
diff --git a/media-sound/decibel-audio-player/decibel-audio-player-0.10.ebuild b/media-sound/decibel-audio-player/decibel-audio-player-0.10.ebuild
index 862a1db40dee..c5939eeee781 100644
--- a/media-sound/decibel-audio-player/decibel-audio-player-0.10.ebuild
+++ b/media-sound/decibel-audio-player/decibel-audio-player-0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-0.10.ebuild,v 1.5 2008/08/17 17:15:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-0.10.ebuild,v 1.6 2008/10/19 09:55:31 aballier Exp $
DESCRIPTION="A GTK+ audio player which aims at being very straightforward to use."
HOMEPAGE="http://decibel.silent-blade.org"
@@ -17,7 +17,8 @@ RDEPEND="media-libs/mutagen
dev-python/gst-python
>=media-plugins/gst-plugins-meta-0.10-r2
aac? ( media-plugins/gst-plugins-faad )
- cdaudio? ( media-plugins/gst-plugins-cdparanoia
+ cdaudio? ( || ( media-plugins/gst-plugins-cdio
+ media-plugins/gst-plugins-cdparanoia )
dev-python/cddb-py )
gnome? ( dev-python/gnome-python-desktop )
libnotify? ( dev-python/notify-python )
diff --git a/media-sound/decibel-audio-player/decibel-audio-player-0.11.ebuild b/media-sound/decibel-audio-player/decibel-audio-player-0.11.ebuild
index 5b929c8c3547..cfd641e64413 100644
--- a/media-sound/decibel-audio-player/decibel-audio-player-0.11.ebuild
+++ b/media-sound/decibel-audio-player/decibel-audio-player-0.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-0.11.ebuild,v 1.1 2008/08/21 09:35:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-0.11.ebuild,v 1.2 2008/10/19 09:55:31 aballier Exp $
DESCRIPTION="A GTK+ audio player which aims at being very straightforward to use."
HOMEPAGE="http://decibel.silent-blade.org"
@@ -17,7 +17,8 @@ RDEPEND="media-libs/mutagen
dev-python/gst-python
>=media-plugins/gst-plugins-meta-0.10-r2
aac? ( media-plugins/gst-plugins-faad )
- cdaudio? ( media-plugins/gst-plugins-cdparanoia
+ cdaudio? ( || ( media-plugins/gst-plugins-cdio
+ media-plugins/gst-plugins-cdparanoia )
dev-python/cddb-py )
gnome? ( dev-python/gnome-python-desktop )
libnotify? ( dev-python/notify-python )