diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-10-04 22:42:36 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-10-04 22:42:36 +0200 |
commit | 0d2961602afcd1f83579b0f8140bbe5283350e39 (patch) | |
tree | 86dfed1d482e9d27735c76afa7f3088e9fc9ec39 /x11-libs/libXv | |
parent | x11-libs/libXtst: Security bump to 1.2.3 (diff) | |
download | gentoo-0d2961602afcd1f83579b0f8140bbe5283350e39.tar.gz gentoo-0d2961602afcd1f83579b0f8140bbe5283350e39.tar.bz2 gentoo-0d2961602afcd1f83579b0f8140bbe5283350e39.zip |
x11-libs/libXv: Security bump to 1.0.11
Package-Manager: portage-2.3.1
Diffstat (limited to 'x11-libs/libXv')
-rw-r--r-- | x11-libs/libXv/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXv/libXv-1.0.11.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-libs/libXv/Manifest b/x11-libs/libXv/Manifest index f14c28644bc9..656bf25a921b 100644 --- a/x11-libs/libXv/Manifest +++ b/x11-libs/libXv/Manifest @@ -1 +1,2 @@ DIST libXv-1.0.10.tar.bz2 300633 SHA256 55fe92f8686ce8612e2c1bfaf58c057715534419da700bda8d517b1d97914525 SHA512 3c9642006dbc7a74f91263aa3a94711a95ee436b03d97ef51fce2bc2f602c25589606e1fcb58287ea0efebb3b9dbe7ef5fcb94e11ad3ec6be7830947a4cefe03 WHIRLPOOL 7c7e3cede5b582417d2363971bbf2cf0de9d33cfd43a6001c29a3f0c23ab59f3593a92568af16569bc56eff27b0049ef784a334988aa81fa2b3bad1eec32576f +DIST libXv-1.0.11.tar.bz2 317921 SHA256 d26c13eac99ac4504c532e8e76a1c8e4bd526471eb8a0a4ff2a88db60cb0b088 SHA512 97cb3ab06cedc87799d06e1affd5cee32ed0e551903fa5c915f79e7ed92eded867e3220b4a663822f7ebd86fdc71b09943b7077d98f1200019992e8d24144e58 WHIRLPOOL adf230b0b5a216fbd15b00db4ecdb5f61ac54d1501920664b860a4cfc2ac38a0d4605551fe5b4c6d945de4dd33e633ca3d36c84d52d70205706b043c6a6eac25 diff --git a/x11-libs/libXv/libXv-1.0.11.ebuild b/x11-libs/libXv/libXv-1.0.11.ebuild new file mode 100644 index 000000000000..2a6c0d7dd02d --- /dev/null +++ b/x11-libs/libXv/libXv-1.0.11.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org Xv library" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + >=x11-proto/videoproto-2.3.1-r1[${MULTILIB_USEDEP}] + >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" |