summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2009-03-10 13:58:15 +0000
committerChristoph Mende <angelos@gentoo.org>2009-03-10 13:58:15 +0000
commitc020ca85ae88a694090839177521f6bf62f8e673 (patch)
tree94a954b358b27c47d92c63b9b71e6f73118c5376 /xfce-extra
parentUpdate the inherits so that gnome phases get run. Thanks to Betelgeuse (diff)
downloadgentoo-2-c020ca85ae88a694090839177521f6bf62f8e673.tar.gz
gentoo-2-c020ca85ae88a694090839177521f6bf62f8e673.tar.bz2
gentoo-2-c020ca85ae88a694090839177521f6bf62f8e673.zip
Xfce-4.6 bump
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-mixer/ChangeLog10
-rw-r--r--xfce-extra/xfce4-mixer/xfce4-mixer-4.6.0.ebuild29
2 files changed, 37 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-mixer/ChangeLog b/xfce-extra/xfce4-mixer/ChangeLog
index 848cc521c9bf..74238435cb52 100644
--- a/xfce-extra/xfce4-mixer/ChangeLog
+++ b/xfce-extra/xfce4-mixer/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/xfce4-mixer
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/ChangeLog,v 1.112 2008/12/22 17:07:56 angelos Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/ChangeLog,v 1.113 2009/03/10 13:58:15 angelos Exp $
+
+*xfce4-mixer-4.6.0 (10 Mar 2009)
+
+ 10 Mar 2009; Christoph Mende <angelos@gentoo.org>
+ +xfce4-mixer-4.6.0.ebuild:
+ Xfce-4.6 bump
22 Dec 2008; Christoph Mende <angelos@gentoo.org>
-xfce4-mixer-4.4.2.ebuild:
diff --git a/xfce-extra/xfce4-mixer/xfce4-mixer-4.6.0.ebuild b/xfce-extra/xfce4-mixer/xfce4-mixer-4.6.0.ebuild
new file mode 100644
index 000000000000..9088e68332b9
--- /dev/null
+++ b/xfce-extra/xfce4-mixer/xfce4-mixer-4.6.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2009 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.6.0.ebuild,v 1.1 2009/03/10 13:58:15 angelos Exp $
+
+EAPI=1
+
+inherit xfce4
+
+xfce4_core
+
+DESCRIPTION="Volume control application using gstreamer"
+HOMEPAGE="http://www.xfce.org/projects/xfce4-mixer"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+IUSE="alsa debug oss"
+
+RDEPEND=">=dev-libs/glib-2.12:2
+ >=media-libs/gst-plugins-base-0.10.2
+ >=x11-libs/gtk+-2.10:2
+ >=xfce-base/libxfce4util-${XFCE_VERSION}
+ >=xfce-base/libxfcegui4-${XFCE_VERSION}
+ >=xfce-base/xfce4-panel-${XFCE_VERSION}
+ >=xfce-base/xfconf-${XFCE_VERSION}
+ alsa? ( media-plugins/gst-plugins-alsa )
+ oss? ( media-plugins/gst-plugins-oss )"
+DEPEND="${RDEPEND}
+ dev-util/intltool"
+
+DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"