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 | |
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')
-rw-r--r-- | x11-libs/xvba-video/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/xvba-video/files/xvba-video-0.8.0-VAEncH264VUIBufferType.patch | 12 | ||||
-rw-r--r-- | x11-libs/xvba-video/xvba-video-0.8.0-r2.ebuild | 9 |
3 files changed, 24 insertions, 5 deletions
diff --git a/x11-libs/xvba-video/ChangeLog b/x11-libs/xvba-video/ChangeLog index 761470a7103a..91ba6c4048ec 100644 --- a/x11-libs/xvba-video/ChangeLog +++ b/x11-libs/xvba-video/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/xvba-video # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v 1.17 2014/02/10 21:35:45 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v 1.18 2014/03/03 18:05:15 chithanh Exp $ + + 03 Mar 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +files/xvba-video-0.8.0-VAEncH264VUIBufferType.patch, + xvba-video-0.8.0-r2.ebuild: + Apply patch to build against recent x11-libs/libva, bug #503136. Require + x11-drivers/ati-drivers for building, too. 10 Feb 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> xvba-video-0.8.0-r2.ebuild, xvba-video-9999.ebuild: diff --git a/x11-libs/xvba-video/files/xvba-video-0.8.0-VAEncH264VUIBufferType.patch b/x11-libs/xvba-video/files/xvba-video-0.8.0-VAEncH264VUIBufferType.patch new file mode 100644 index 000000000000..3542d4ee6d19 --- /dev/null +++ b/x11-libs/xvba-video/files/xvba-video-0.8.0-VAEncH264VUIBufferType.patch @@ -0,0 +1,12 @@ +diff -ur a/src/xvba_dump.c b/src/xvba_dump.c +--- a/src/xvba_dump.c 2012-11-23 14:29:10.000000000 +0100 ++++ b/src/xvba_dump.c 2014-03-03 18:53:08.772012251 +0100 +@@ -150,8 +150,6 @@ + _(VAEncSequenceParameterBufferType); + _(VAEncPictureParameterBufferType); + _(VAEncSliceParameterBufferType); +- _(VAEncH264VUIBufferType); +- _(VAEncH264SEIBufferType); + #endif + #undef _ + } 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}" |