chithanh 14/07/21 09:04:41
Modified: xvba-video-0.8.0-r1.ebuild xvba-video-9999.ebuild
ChangeLog
Added: xvba-video-0.8.0-r3.ebuild
Log:
Adjust libva dependencies in the stable ebuild, bug #517394. Apply patch to
avoid triggering an assert in xvba_image.c, bug #499290.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key
0x2324E7B566DF2611!)
Revision Changes Path
1.8 x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild?r1=1.7&r2=1.8
Index: xvba-video-0.8.0-r1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xvba-video-0.8.0-r1.ebuild 5 Sep 2013 19:44:48 -0000 1.7
+++ xvba-video-0.8.0-r1.ebuild 21 Jul 2014 09:04:41 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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-r1.ebuild,v 1.7
2013/09/05 19:44:48 mgorny Exp $
+# $Header:
/var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild,v 1.8
2014/07/21 09:04:41 chithanh Exp $
EAPI=5
@@ -23,7 +23,7 @@
IUSE="debug opengl"
RDEPEND="
- x11-libs/libva[X(+),opengl?]
+ <x11-libs/libva-1.2[X(+),opengl?]
x11-libs/libvdpau
x11-drivers/ati-drivers
"
1.11 x11-libs/xvba-video/xvba-video-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/xvba-video-9999.ebuild?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/xvba-video-9999.ebuild?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/xvba-video-9999.ebuild?r1=1.10&r2=1.11
Index: xvba-video-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-9999.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xvba-video-9999.ebuild 18 Jun 2014 21:16:07 -0000 1.10
+++ xvba-video-9999.ebuild 21 Jul 2014 09:04:41 -0000 1.11
@@ -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-9999.ebuild,v 1.10
2014/06/18 21:16:07 mgorny Exp $
+# $Header:
/var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-9999.ebuild,v 1.11
2014/07/21 09:04:41 chithanh Exp $
EAPI=5
@@ -33,6 +33,8 @@
PATCHES=(
"${FILESDIR}"/${PN}-fix-mesa-gl.h.patch
"${FILESDIR}"/${PN}-fix-out-of-source-builds.patch
+ "${FILESDIR}"/${P}-VAEncH264VUIBufferType.patch
+ "${FILESDIR}"/${P}-assert-hw_image_hooks_glx.patch
)
pkg_setup() {
1.20 x11-libs/xvba-video/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/ChangeLog?rev=1.20&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/ChangeLog?rev=1.20&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 18 Jun 2014 21:16:07 -0000 1.19
+++ ChangeLog 21 Jul 2014 09:04:41 -0000 1.20
@@ -1,6 +1,15 @@
# 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.19
2014/06/18 21:16:07 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v 1.20
2014/07/21 09:04:41 chithanh Exp $
+
+*xvba-video-0.8.0-r3 (21 Jul 2014)
+
+ 21 Jul 2014; Chí-Thanh Christopher Nguyễn <[email protected]>
+ +files/xvba-video-0.8.0-assert-hw_image_hooks_glx.patch,
+ +xvba-video-0.8.0-r3.ebuild, xvba-video-0.8.0-r1.ebuild,
+ xvba-video-9999.ebuild:
+ Adjust libva dependencies in the stable ebuild, bug #517394. Apply patch to
+ avoid triggering an assert in xvba_image.c, bug #499290.
18 Jun 2014; Michał Górny <[email protected]> xvba-video-0.8.0-r2.ebuild,
xvba-video-9999.ebuild:
1.1 x11-libs/xvba-video/xvba-video-0.8.0-r3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r3.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r3.ebuild?rev=1.1&content-type=text/plain
Index: xvba-video-0.8.0-r3.ebuild
===================================================================
# 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-r3.ebuild,v 1.1
2014/07/21 09:04:41 chithanh Exp $
EAPI=5
EGIT_REPO_URI="git://anongit.freedesktop.org/vaapi/xvba-driver"
[[ ${PV} = 9999 ]] && inherit git-2
PYTHON_COMPAT=( python{2_6,2_7} )
AUTOTOOLS_AUTORECONF="yes"
inherit eutils autotools-multilib python-any-r1
DESCRIPTION="XVBA Backend for Video Acceleration (VA) API"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/vaapi"
SRC_URI="http://dev.gentooexperimental.org/~scarabeus/xvba-driver-${PV}.tar.bz2"
# No source release yet, the src_uri is theoretical at best right now
#[[ ${PV} = 9999 ]] ||
SRC_URI="http://www.freedesktop.org/software/vaapi/releases/${PN}/${P}.tar.bz2"
LICENSE="GPL-2+ MIT"
SLOT="0"
# newline is needed for broken ekeyword
[[ ${PV} = 9999 ]] || \
KEYWORDS="~amd64 ~x86"
IUSE="debug opengl"
RDEPEND=">=x11-libs/libva-1.2.1-r1[X(+),opengl?,${MULTILIB_USEDEP}]
>=x11-libs/libvdpau-0.7[${MULTILIB_USEDEP}]"
DEPEND="${DEPEND}
${PYTHON_DEPS}
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
"${FILESDIR}"/${P}-assert-hw_image_hooks_glx.patch
)
S="${WORKDIR}/xvba-driver-${PV}"
pkg_setup() {
python-any-r1_pkg_setup
}
src_prepare() {
# bug 469208
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
autotools-multilib_src_prepare
}
multilib_src_configure() {
local myeconfargs=(
$(use_enable debug)
$(use_enable opengl glx)
)
autotools-utils_src_configure
}