diff options
author | 2014-03-03 18:05:15 +0000 | |
---|---|---|
committer | 2014-03-03 18:05:15 +0000 | |
commit | bef76bec91d734901fffe8cfef06e6998c931a7a (patch) | |
tree | 5bf7c09e3636d6439c579ed0a469435e1ac701a0 /x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild | |
parent | adding PYTHON_USEDEP for gnuradio (diff) | |
download | gentoo-2-bef76bec91d734901fffe8cfef06e6998c931a7a.tar.gz gentoo-2-bef76bec91d734901fffe8cfef06e6998c931a7a.tar.bz2 gentoo-2-bef76bec91d734901fffe8cfef06e6998c931a7a.zip |
Apply patch to build against recent x11-libs/libva, bug #503136. Require x11-drivers/ati-drivers for building, too.
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild')
-rw-r--r-- | x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild b/x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild index 3f684dff37b0..1568bba42605 100644 --- a/x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild +++ b/x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild,v 1.2 2014/02/10 21:35:45 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild,v 1.3 2014/03/03 18:05:15 chithanh Exp $ EAPI=5 @@ -24,16 +24,17 @@ KEYWORDS="~amd64 ~x86" IUSE="debug opengl" RDEPEND="x11-libs/libva[X(+),opengl?,${MULTILIB_USEDEP}] - x11-libs/libvdpau[${MULTILIB_USEDEP}] - x11-drivers/ati-drivers" + x11-libs/libvdpau[${MULTILIB_USEDEP}]" DEPEND="${DEPEND} ${PYTHON_DEPS} - virtual/pkgconfig" + virtual/pkgconfig + x11-drivers/ati-drivers" DOCS=( NEWS README AUTHORS ) PATCHES=( "${FILESDIR}"/${PN}-fix-mesa-gl.h.patch "${FILESDIR}"/${PN}-fix-out-of-source-builds.patch + "${FILESDIR}"/${P}-VAEncH264VUIBufferType.patch ) S="${WORKDIR}/xvba-driver-${PV}" |