summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-09-24 11:43:34 -0700
committerMatt Turner <mattst88@gentoo.org>2019-09-24 11:43:54 -0700
commita68df0723722be5863a162256d1a3281bc2a2d6b (patch)
tree9af4deceed01f15a33fc6396eb67ce495d708253 /x11-libs/libXvMC/libXvMC-1.0.12.ebuild
parentapp-metrics/redis_exporter: Bump to version 1.2.1 (diff)
downloadgentoo-a68df0723722be5863a162256d1a3281bc2a2d6b.tar.gz
gentoo-a68df0723722be5863a162256d1a3281bc2a2d6b.tar.bz2
gentoo-a68df0723722be5863a162256d1a3281bc2a2d6b.zip
x11-libs/libXvMC: Version bump to 1.0.12
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXvMC/libXvMC-1.0.12.ebuild')
-rw-r--r--x11-libs/libXvMC/libXvMC-1.0.12.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-libs/libXvMC/libXvMC-1.0.12.ebuild b/x11-libs/libXvMC/libXvMC-1.0.12.ebuild
new file mode 100644
index 000000000000..bc60b8a91c31
--- /dev/null
+++ b/x11-libs/libXvMC/libXvMC-1.0.12.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+XORG_MULTILIB=yes
+inherit xorg-3
+
+DESCRIPTION="X.Org XvMC library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+ >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+ >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
+ >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+PDEPEND="app-eselect/eselect-xvmc"