summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2018-08-17 22:39:12 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2018-08-17 22:39:23 +0200
commit0def51c71b69a765924ccfac9dc44506c05b1360 (patch)
treef82521e9fb36b9447a6aa4e0a8b419851e1cf4c8 /x11-plugins/wmix/wmix-3.3-r2.ebuild
parentdev-db/clickhouse: [QA] Remove CVS $Id$ line from header. (diff)
downloadgentoo-0def51c71b69a765924ccfac9dc44506c05b1360.tar.gz
gentoo-0def51c71b69a765924ccfac9dc44506c05b1360.tar.bz2
gentoo-0def51c71b69a765924ccfac9dc44506c05b1360.zip
x11-plugins/wmix: add x11-libs/libXrandr, thanks toralf
Closes: https://bugs.gentoo.org/663364 Package-Manager: Portage-2.3.46, Repoman-2.3.10
Diffstat (limited to 'x11-plugins/wmix/wmix-3.3-r2.ebuild')
-rw-r--r--x11-plugins/wmix/wmix-3.3-r2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-plugins/wmix/wmix-3.3-r2.ebuild b/x11-plugins/wmix/wmix-3.3-r2.ebuild
new file mode 100644
index 000000000000..c3f80938b61e
--- /dev/null
+++ b/x11-plugins/wmix/wmix-3.3-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="Dockapp mixer for OSS or ALSA"
+HOMEPAGE="https://www.dockapps.net/wmix"
+SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="media-libs/alsa-lib
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm
+ x11-libs/libXrandr"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"