diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2012-12-02 17:00:20 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2012-12-02 17:00:20 +0000 |
commit | 568b38423bcc29c1c9efa0746a795ce5ae38bc19 (patch) | |
tree | 93a0aad130d2b072542e36db43df29a3389dc385 /media-sound/decibel-audio-player | |
parent | Pin gstreamer dependencies. (diff) | |
download | gentoo-2-568b38423bcc29c1c9efa0746a795ce5ae38bc19.tar.gz gentoo-2-568b38423bcc29c1c9efa0746a795ce5ae38bc19.tar.bz2 gentoo-2-568b38423bcc29c1c9efa0746a795ce5ae38bc19.zip |
EAPI bump to pin gstreamer dependencies.
(Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'media-sound/decibel-audio-player')
-rw-r--r-- | media-sound/decibel-audio-player/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild | 20 |
2 files changed, 17 insertions, 11 deletions
diff --git a/media-sound/decibel-audio-player/ChangeLog b/media-sound/decibel-audio-player/ChangeLog index f12c875f623e..3c45113e0000 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.24 2011/11/20 10:18:45 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.25 2012/12/02 17:00:20 eva Exp $ + + 02 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org> + decibel-audio-player-1.04.ebuild: + EAPI bump to pin gstreamer dependencies. 20 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org> -decibel-audio-player-1.00.ebuild, decibel-audio-player-1.04.ebuild: diff --git a/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild b/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild index bec228aba3ee..1f1736371a46 100644 --- a/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild +++ b/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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-1.04.ebuild,v 1.4 2011/11/20 10:18:45 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild,v 1.5 2012/12/02 17:00:20 eva Exp $ + +EAPI="1" DESCRIPTION="A GTK+ audio player which aims at being very straightforward to use." HOMEPAGE="http://decibel.silent-blade.org" @@ -13,18 +15,18 @@ IUSE="aac cdda gnome gnome-keyring libnotify musepack wavpack" RDEPEND="media-libs/mutagen dev-python/dbus-python - dev-python/gst-python + dev-python/gst-python:0.10 dev-python/imaging - >=media-plugins/gst-plugins-meta-0.10-r2 - aac? ( media-plugins/gst-plugins-faad ) - cdda? ( || ( media-plugins/gst-plugins-cdio - media-plugins/gst-plugins-cdparanoia ) + >=media-plugins/gst-plugins-meta-0.10-r2:0.10 + aac? ( media-plugins/gst-plugins-faad:0.10 ) + cdda? ( || ( media-plugins/gst-plugins-cdio:0.10 + media-plugins/gst-plugins-cdparanoia:0.10 ) dev-python/cddb-py ) gnome? ( dev-python/gnome-python-base ) gnome-keyring? ( dev-python/gnome-keyring-python ) libnotify? ( dev-python/notify-python ) - musepack? ( media-plugins/gst-plugins-musepack ) - wavpack? ( media-plugins/gst-plugins-wavpack )" + musepack? ( media-plugins/gst-plugins-musepack:0.10 ) + wavpack? ( media-plugins/gst-plugins-wavpack:0.10 )" DEPEND="sys-devel/gettext" src_install() { |