diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-03-16 16:34:45 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-16 16:45:05 -0700 |
commit | 72f11cf622c2374a82f57cb2412fde87c36c7331 (patch) | |
tree | 89324c24d2ffab855636efdbbb179001958822f0 /x11-libs | |
parent | x11-libs/xtrans: Version bump to 1.4.0 (diff) | |
download | gentoo-72f11cf622c2374a82f57cb2412fde87c36c7331.tar.gz gentoo-72f11cf622c2374a82f57cb2412fde87c36c7331.tar.bz2 gentoo-72f11cf622c2374a82f57cb2412fde87c36c7331.zip |
x11-libs/libXvMC: Version bump to 1.0.11
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXvMC/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXvMC/libXvMC-1.0.11.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-libs/libXvMC/Manifest b/x11-libs/libXvMC/Manifest index b28ef30bb23e..a6ae3669a481 100644 --- a/x11-libs/libXvMC/Manifest +++ b/x11-libs/libXvMC/Manifest @@ -1 +1,2 @@ DIST libXvMC-1.0.10.tar.bz2 313887 BLAKE2B f5440e60c29e83be8945d215e484a995547411fa8e96b2fbf757b93bc618b5d1083f41ccc770c9e8f4b0e13e6230968575aa7054f036ed2443b85b6301078930 SHA512 db979627eda2e58dbc95f0705681aa4acf51dc375a078467ea0b1c78414963e52417e525bcf224b4642eab2e540619c168c1e4757fad97bac7d07b60b23b3e19 +DIST libXvMC-1.0.11.tar.bz2 303516 BLAKE2B df1a34ead982c9b88428143d1c6250ef7d4353a6fc4e151c587f62ab91195e3e2c3b320beb1817b5e0b8a6db485aa0b839084361ec60a798ac1476b684542af3 SHA512 4fe49e956ac97a45d851292cbba7bf242706aaf3bd9eb7ea4d2fc50e40745115d857a4fe179d2b87bc7cb6f9ac93911e89a167f02f6d1ae25a59df9a517a2476 diff --git a/x11-libs/libXvMC/libXvMC-1.0.11.ebuild b/x11-libs/libXvMC/libXvMC-1.0.11.ebuild new file mode 100644 index 000000000000..bc60b8a91c31 --- /dev/null +++ b/x11-libs/libXvMC/libXvMC-1.0.11.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" |