summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-02-26 16:13:12 +0000
committerMichał Górny <mgorny@gentoo.org>2013-02-26 16:13:12 +0000
commit213d01c92e32623a69626fac9aefecca9b696e02 (patch)
tree0fe069286430d514f039e8816c4164ea4dca6411 /x11-libs/libXvMC
parentInitial import of plugin for EPSON Perfection V370 scanner. (diff)
downloadgentoo-2-213d01c92e32623a69626fac9aefecca9b696e02.tar.gz
gentoo-2-213d01c92e32623a69626fac9aefecca9b696e02.tar.bz2
gentoo-2-213d01c92e32623a69626fac9aefecca9b696e02.zip
Enable multilib.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'x11-libs/libXvMC')
-rw-r--r--x11-libs/libXvMC/ChangeLog10
-rw-r--r--x11-libs/libXvMC/libXvMC-1.0.7-r1.ebuild21
2 files changed, 28 insertions, 3 deletions
diff --git a/x11-libs/libXvMC/ChangeLog b/x11-libs/libXvMC/ChangeLog
index e85894fd74f2..f6d5b269cfac 100644
--- a/x11-libs/libXvMC/ChangeLog
+++ b/x11-libs/libXvMC/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/libXvMC
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXvMC/ChangeLog,v 1.67 2012/08/26 18:48:49 armin76 Exp $
+# 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 $
+
+*libXvMC-1.0.7-r1 (26 Feb 2013)
+
+ 26 Feb 2013; Michał Górny <mgorny@gentoo.org> +libXvMC-1.0.7-r1.ebuild:
+ Enable multilib.
26 Aug 2012; Raúl Porcel <armin76@gentoo.org> libXvMC-1.0.7.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #419473
@@ -251,4 +256,3 @@
08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+libXvMC-0.99.0.ebuild:
Initial commit for modular X.
-
diff --git a/x11-libs/libXvMC/libXvMC-1.0.7-r1.ebuild b/x11-libs/libXvMC/libXvMC-1.0.7-r1.ebuild
new file mode 100644
index 000000000000..f6a9bdbbc2d1
--- /dev/null
+++ b/x11-libs/libXvMC/libXvMC-1.0.7-r1.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.7-r1.ebuild,v 1.1 2013/02/26 16:13:12 mgorny 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"