diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-01 12:23:02 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-01 12:23:02 +0100 |
commit | 1151354c8bc11d1b9fb36763e799937e2c2175aa (patch) | |
tree | 8accd7eb874f4dab0cbe8b937fa5c15065c751d4 /x11-libs/libva | |
parent | dev-util/splint: marked *-macos (diff) | |
download | gentoo-1151354c8bc11d1b9fb36763e799937e2c2175aa.tar.gz gentoo-1151354c8bc11d1b9fb36763e799937e2c2175aa.tar.bz2 gentoo-1151354c8bc11d1b9fb36763e799937e2c2175aa.zip |
x11-libs/libva: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-libs/libva')
-rw-r--r-- | x11-libs/libva/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libva/libva-1.6.2.ebuild | 86 |
2 files changed, 0 insertions, 87 deletions
diff --git a/x11-libs/libva/Manifest b/x11-libs/libva/Manifest index 1e8dc54de7bd..54be42258020 100644 --- a/x11-libs/libva/Manifest +++ b/x11-libs/libva/Manifest @@ -1,2 +1 @@ -DIST libva-1.6.2.tar.bz2 787002 SHA256 c417f09cdeef549e54f4be5f9876026513afeac395c5be28750b431d848c8bd0 SHA512 7e69c44cc1aaa94f0a9e8662ac10974b9e5ab2b29cb2b230370ef1449d8926ea4d4571593c6fa78c6601da4322716c7ab3d1ff42e889252c4769cc267bdc04be WHIRLPOOL e74193d0d31c1be4229b58058064e2e743aeb729e3daef045c7882e8f317c9ccccad9d74bbbea8144c6706a8793052f77acb1d3fcd6488e679be1e97a4a113f4 DIST libva-1.7.3.tar.bz2 824490 SHA256 22bc139498065a7950d966dbdb000cad04905cbd3dc8f3541f80d36c4670b9d9 SHA512 ecc1ba17e2afea2efe4d36e8d9358d420015b3ad9d2a510ee2b263274c889caf39915a8b8da2d16329184bf4f42d0cbd124af3d070b83235b6a7453afd30b3a0 WHIRLPOOL 9836b043d5ae3d9d19e97bf309396f3bae179bfe10fe0ce432ee9b4106b9608926430933c229e147fc4a391cbc12039281bfccadec0a0159b77a9afeddb4e6b8 diff --git a/x11-libs/libva/libva-1.6.2.ebuild b/x11-libs/libva/libva-1.6.2.ebuild deleted file mode 100644 index a5b8268fd64d..000000000000 --- a/x11-libs/libva/libva-1.6.2.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -SCM="" -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild - SCM=git-2 - EGIT_BRANCH=master - EGIT_REPO_URI="git://anongit.freedesktop.org/vaapi/libva" -fi - -AUTOTOOLS_AUTORECONF="yes" -inherit autotools-multilib ${SCM} multilib - -DESCRIPTION="Video Acceleration (VA) API for Linux" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/vaapi" -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild - SRC_URI="" - S="${WORKDIR}/${PN}" -else - SRC_URI="https://www.freedesktop.org/software/vaapi/releases/libva/${P}.tar.bz2" -fi - -LICENSE="MIT" -SLOT="0" -if [ "${PV%9999}" = "${PV}" ] ; then - KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -else - KEYWORDS="x86" -fi -IUSE="+drm egl opengl vdpau wayland X" - -VIDEO_CARDS="dummy nvidia intel fglrx nouveau" -for x in ${VIDEO_CARDS}; do - IUSE+=" video_cards_${x}" -done - -RDEPEND=">=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}] - X? ( - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] - >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}] - ) - egl? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] ) - opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] ) - wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )" - -DEPEND="${RDEPEND} - virtual/pkgconfig" -PDEPEND="video_cards_nvidia? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] ) - video_cards_nouveau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r3[${MULTILIB_USEDEP}] ) - vdpau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] ) - video_cards_fglrx? ( - || ( >=x11-drivers/ati-drivers-14.12-r3[${MULTILIB_USEDEP}] - >=x11-libs/xvba-video-0.8.0-r1[${MULTILIB_USEDEP}] ) - ) - video_cards_intel? ( >=x11-libs/libva-intel-driver-1.2.2-r1[${MULTILIB_USEDEP}] ) - " - -REQUIRED_USE="|| ( drm wayland X ) - opengl? ( X )" - -DOCS=( NEWS ) - -MULTILIB_WRAPPED_HEADERS=( -/usr/include/va/va_backend_glx.h -/usr/include/va/va_x11.h -/usr/include/va/va_dri2.h -/usr/include/va/va_dricommon.h -/usr/include/va/va_glx.h -) - -multilib_src_configure() { - local myeconfargs=( - --with-drivers-path="${EPREFIX}/usr/$(get_libdir)/va/drivers" - $(use_enable video_cards_dummy dummy-driver) - $(use_enable opengl glx) - $(use_enable X x11) - $(use_enable wayland) - $(use_enable egl) - $(use_enable drm) - ) - autotools-utils_src_configure -} |