diff options
author | Daniel Ostrow <dostrow@gentoo.org> | 2005-12-09 21:11:20 +0000 |
---|---|---|
committer | Daniel Ostrow <dostrow@gentoo.org> | 2005-12-09 21:11:20 +0000 |
commit | d113db333874c70bc35732405e0afd0a07f9e753 (patch) | |
tree | 347dfc3a625c3299aab86b55960d4dd9bf4baeef /xfce-extra/xfce4-mixer/xfce4-mixer-4.2.3.ebuild | |
parent | A new version of rox eclass. SET_PERM is now obsolete. Added KEEP_SRC. General (diff) | |
download | gentoo-2-d113db333874c70bc35732405e0afd0a07f9e753.tar.gz gentoo-2-d113db333874c70bc35732405e0afd0a07f9e753.tar.bz2 gentoo-2-d113db333874c70bc35732405e0afd0a07f9e753.zip |
Version bump for xfce-4.2.3.2.
(Portage version: 2.0.53)
Diffstat (limited to 'xfce-extra/xfce4-mixer/xfce4-mixer-4.2.3.ebuild')
-rw-r--r-- | xfce-extra/xfce4-mixer/xfce4-mixer-4.2.3.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-mixer/xfce4-mixer-4.2.3.ebuild b/xfce-extra/xfce4-mixer/xfce4-mixer-4.2.3.ebuild new file mode 100644 index 000000000000..007051a1e9fb --- /dev/null +++ b/xfce-extra/xfce4-mixer/xfce4-mixer-4.2.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 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.2.3.ebuild,v 1.1 2005/12/09 21:11:20 dostrow Exp $ + +inherit xfce42 + +DESCRIPTION="Xfce 4 mixer panel plugin" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="alsa" + +RDEPEND="|| ( ( x11-libs/libX11 + x11-libs/libICE + x11-libs/libSM ) + virtual/x11 ) + ~xfce-base/xfce4-panel-${PV} + alsa? ( media-libs/alsa-lib )" +DEPEND="${RDEPEND} + || ( x11-proto/xproto virtual/x11 )" + +use alsa && XFCE_CONFIG="--with-sound=alsa" + +core_package
\ No newline at end of file |