diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-06-18 14:07:42 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-06-18 14:07:42 +0000 |
commit | e20d8860dcb4e37553efd84672479ae1b6580440 (patch) | |
tree | e087826cd44d7bd65426bf1afad12a29fba8d6a6 /x11-libs | |
parent | update to 0.3, bump (diff) | |
download | gentoo-2-e20d8860dcb4e37553efd84672479ae1b6580440.tar.gz gentoo-2-e20d8860dcb4e37553efd84672479ae1b6580440.tar.bz2 gentoo-2-e20d8860dcb4e37553efd84672479ae1b6580440.zip |
Version bump.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXvMC/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXvMC/libXvMC-1.0.8.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/x11-libs/libXvMC/ChangeLog b/x11-libs/libXvMC/ChangeLog index f6d5b269cfac..3ce6207ac435 100644 --- a/x11-libs/libXvMC/ChangeLog +++ b/x11-libs/libXvMC/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXvMC # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXvMC/ChangeLog,v 1.68 2013/02/26 16:13:12 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXvMC/ChangeLog,v 1.69 2013/06/18 14:07:42 chithanh Exp $ + +*libXvMC-1.0.8 (18 Jun 2013) + + 18 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libXvMC-1.0.8.ebuild: + Version bump. *libXvMC-1.0.7-r1 (26 Feb 2013) diff --git a/x11-libs/libXvMC/libXvMC-1.0.8.ebuild b/x11-libs/libXvMC/libXvMC-1.0.8.ebuild new file mode 100644 index 000000000000..10a6fb984f4e --- /dev/null +++ b/x11-libs/libXvMC/libXvMC-1.0.8.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXvMC/libXvMC-1.0.8.ebuild,v 1.1 2013/06/18 14:07:42 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[${MULTILIB_USEDEP}] + x11-libs/libXext[${MULTILIB_USEDEP}] + x11-libs/libXv[${MULTILIB_USEDEP}] + x11-proto/videoproto[${MULTILIB_USEDEP}] + x11-proto/xproto[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" +PDEPEND="app-admin/eselect-xvmc" |