diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2015-03-26 16:48:21 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2015-03-26 16:48:21 +0000 |
commit | 10dd7bc059793ed1b3c00da175a61f68113a6bb4 (patch) | |
tree | e5f22da39bc32ab00ca8a07be21c8664a54a0df1 /x11-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-10dd7bc059793ed1b3c00da175a61f68113a6bb4.tar.gz gentoo-2-10dd7bc059793ed1b3c00da175a61f68113a6bb4.tar.bz2 gentoo-2-10dd7bc059793ed1b3c00da175a61f68113a6bb4.zip |
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXvMC/ChangeLog | 10 | ||||
-rw-r--r-- | x11-libs/libXvMC/libXvMC-1.0.9.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/x11-libs/libXvMC/ChangeLog b/x11-libs/libXvMC/ChangeLog index 9aeb5da2e4c9..98426fe2e1e3 100644 --- a/x11-libs/libXvMC/ChangeLog +++ b/x11-libs/libXvMC/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXvMC -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXvMC/ChangeLog,v 1.80 2014/06/18 21:12:26 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXvMC/ChangeLog,v 1.81 2015/03/26 16:48:21 chithanh Exp $ + +*libXvMC-1.0.9 (26 Mar 2015) + + 26 Mar 2015; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libXvMC-1.0.9.ebuild: + Version bump. 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libXvMC-1.0.8.ebuild: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug diff --git a/x11-libs/libXvMC/libXvMC-1.0.9.ebuild b/x11-libs/libXvMC/libXvMC-1.0.9.ebuild new file mode 100644 index 000000000000..97d5c3662cf6 --- /dev/null +++ b/x11-libs/libXvMC/libXvMC-1.0.9.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXvMC/libXvMC-1.0.9.ebuild,v 1.1 2015/03/26 16:48:21 chithanh Exp $ + +EAPI=5 + +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org XvMC library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-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}] + >=x11-proto/videoproto-2.3.1-r1[${MULTILIB_USEDEP}] + >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" +PDEPEND="app-admin/eselect-xvmc" |