diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-04-27 20:32:34 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-04-27 20:32:34 +0000 |
commit | 68b0e58579a6aa001a9bad9027bbd8026b369a3c (patch) | |
tree | 0bb98751d1cfaf0520747151027b556b97c3c730 /xfce-extra/xfce4-mixer | |
parent | Fixed gstreamer slot deps (diff) | |
download | gentoo-2-68b0e58579a6aa001a9bad9027bbd8026b369a3c.tar.gz gentoo-2-68b0e58579a6aa001a9bad9027bbd8026b369a3c.tar.bz2 gentoo-2-68b0e58579a6aa001a9bad9027bbd8026b369a3c.zip |
Fixed gstreamer slot deps
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-mixer')
-rw-r--r-- | xfce-extra/xfce4-mixer/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-extra/xfce4-mixer/xfce4-mixer-4.8.0.ebuild | 16 |
2 files changed, 10 insertions, 11 deletions
diff --git a/xfce-extra/xfce4-mixer/ChangeLog b/xfce-extra/xfce4-mixer/ChangeLog index f2c68525605c..818ce4261404 100644 --- a/xfce-extra/xfce4-mixer/ChangeLog +++ b/xfce-extra/xfce4-mixer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/xfce4-mixer # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/ChangeLog,v 1.133 2011/04/23 17:38:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/ChangeLog,v 1.134 2011/04/27 20:32:34 angelos Exp $ + + 27 Apr 2011; Christoph Mende <angelos@gentoo.org> xfce4-mixer-4.8.0.ebuild: + Fixed gstreamer slot deps 23 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> xfce4-mixer-4.8.0.ebuild: alpha/ia64/sparc stable wrt #358407 diff --git a/xfce-extra/xfce4-mixer/xfce4-mixer-4.8.0.ebuild b/xfce-extra/xfce4-mixer/xfce4-mixer-4.8.0.ebuild index 240fd33d3b96..759d936efd08 100644 --- a/xfce-extra/xfce4-mixer/xfce4-mixer-4.8.0.ebuild +++ b/xfce-extra/xfce4-mixer/xfce4-mixer-4.8.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/xfce4-mixer-4.8.0.ebuild,v 1.9 2011/04/23 17:38:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/xfce4-mixer-4.8.0.ebuild,v 1.10 2011/04/27 20:32:34 angelos Exp $ -EAPI=3 +EAPI=4 inherit xfconf DESCRIPTION="A volume control application (and panel plug-in) for the Xfce desktop environment" @@ -16,25 +16,21 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~ IUSE="alsa debug oss" COMMON_DEPEND=">=dev-libs/glib-2.18:2 - >=media-libs/gst-plugins-base-0.10.14 + >=media-libs/gst-plugins-base-0.10.14:0.10 >=x11-libs/gtk+-2.14:2 >=xfce-base/libxfce4util-4.8 >=xfce-base/libxfce4ui-4.8 >=xfce-base/xfce4-panel-4.8 >=xfce-base/xfconf-4.8" RDEPEND="${COMMON_DEPEND} - alsa? ( >=media-plugins/gst-plugins-alsa-0.10 ) - oss? ( >=media-plugins/gst-plugins-oss-0.10 )" + alsa? ( media-plugins/gst-plugins-alsa:0.10 ) + oss? ( media-plugins/gst-plugins-oss:0.10 )" DEPEND="${COMMON_DEPEND} dev-util/pkgconfig dev-util/intltool" pkg_setup() { - XFCONF=( - --disable-dependency-tracking - $(xfconf_use_debug) - ) - + XFCONF=( $(xfconf_use_debug) ) DOCS="AUTHORS ChangeLog NEWS README TODO" } |