summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-02-26 10:21:23 +0000
committerChristoph Mende <angelos@gentoo.org>2011-02-26 10:21:23 +0000
commit8e6177efbfc85733d20ae43f04f769a12153e201 (patch)
tree539637e3a0cb355eb6b073b7d6c4255eb81a6a75 /xfce-extra/xfce4-mixer
parentx86 stable wrt bug #355089 (diff)
downloadgentoo-2-8e6177efbfc85733d20ae43f04f769a12153e201.tar.gz
gentoo-2-8e6177efbfc85733d20ae43f04f769a12153e201.tar.bz2
gentoo-2-8e6177efbfc85733d20ae43f04f769a12153e201.zip
Version bump
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-mixer')
-rw-r--r--xfce-extra/xfce4-mixer/ChangeLog9
-rw-r--r--xfce-extra/xfce4-mixer/xfce4-mixer-4.8.0.ebuild38
2 files changed, 45 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-mixer/ChangeLog b/xfce-extra/xfce4-mixer/ChangeLog
index b24f32c5df25..13019948e4fe 100644
--- a/xfce-extra/xfce4-mixer/ChangeLog
+++ b/xfce-extra/xfce4-mixer/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-extra/xfce4-mixer
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/ChangeLog,v 1.125 2009/10/08 17:37:08 darkside Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mixer/ChangeLog,v 1.126 2011/02/26 10:21:23 angelos Exp $
+
+*xfce4-mixer-4.8.0 (26 Feb 2011)
+
+ 26 Feb 2011; <angelos@gentoo.org> +xfce4-mixer-4.8.0.ebuild:
+ Version bump
08 Oct 2009; Jeremy Olexa <darkside@gentoo.org> xfce4-mixer-4.6.1.ebuild:
add prefix keywords - migrate from Gentoo Prefix
diff --git a/xfce-extra/xfce4-mixer/xfce4-mixer-4.8.0.ebuild b/xfce-extra/xfce4-mixer/xfce4-mixer-4.8.0.ebuild
new file mode 100644
index 000000000000..2f2664c3d0eb
--- /dev/null
+++ b/xfce-extra/xfce4-mixer/xfce4-mixer-4.8.0.ebuild
@@ -0,0 +1,38 @@
+# 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.1 2011/02/26 10:21:23 angelos Exp $
+
+EAPI=3
+inherit xfconf
+
+DESCRIPTION="A volume control application (and panel plug-in) for the Xfce desktop environment"
+HOMEPAGE="http://www.xfce.org/projects/xfce4-mixer/"
+SRC_URI="mirror://xfce/src/apps/${PN}/4.8/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+IUSE="alsa debug oss"
+
+COMMON_DEPEND=">=dev-libs/glib-2.18:2
+ >=media-libs/gst-plugins-base-0.10.14
+ >=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 )"
+DEPEND="${COMMON_DEPEND}
+ dev-util/pkgconfig
+ dev-util/intltool"
+
+pkg_setup() {
+ XFCONF=(
+ --disable-dependency-tracking
+ $(xfconf_use_debug)
+ )
+
+ DOCS="AUTHORS ChangeLog NEWS README TODO"
+}