diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-02-25 12:40:12 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-02-25 12:43:04 -0800 |
commit | 817b5ef23634866ff323b0b1249e7e192078bbeb (patch) | |
tree | c12b6219208f5237f4e967cd0fc69df9ee461d40 /x11-libs/xvba-video/xvba-video-0.8.0-r3.ebuild | |
parent | package.mask: Drop mask for removed xf86-video-omapfb. (diff) | |
download | gentoo-817b5ef23634866ff323b0b1249e7e192078bbeb.tar.gz gentoo-817b5ef23634866ff323b0b1249e7e192078bbeb.tar.bz2 gentoo-817b5ef23634866ff323b0b1249e7e192078bbeb.zip |
x11-libs/xvba-video: Remove.
Bug: https://bugs.gentoo.org/582406
Diffstat (limited to 'x11-libs/xvba-video/xvba-video-0.8.0-r3.ebuild')
-rw-r--r-- | x11-libs/xvba-video/xvba-video-0.8.0-r3.ebuild | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/x11-libs/xvba-video/xvba-video-0.8.0-r3.ebuild b/x11-libs/xvba-video/xvba-video-0.8.0-r3.ebuild deleted file mode 100644 index c6aa1d631119..000000000000 --- a/x11-libs/xvba-video/xvba-video-0.8.0-r3.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -EGIT_REPO_URI="git://anongit.freedesktop.org/vaapi/xvba-driver" -[[ ${PV} = 9999 ]] && inherit git-2 -PYTHON_COMPAT=( python2_7 ) -AUTOTOOLS_AUTORECONF="yes" -inherit eutils autotools-multilib python-any-r1 - -DESCRIPTION="XVBA Backend for Video Acceleration (VA) API" -HOMEPAGE="https://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="https://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 -} |