diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-01 12:35:48 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-01 12:35:48 +0100 |
commit | ef60cec632f205e6b4a234c08626047b8d8d467d (patch) | |
tree | 9100cb771eda55574f39e2c4e41230af27cbff92 /x11-libs | |
parent | x11-libs/libva: Update git source, use git-r3.eclass, switch to github for re... (diff) | |
download | gentoo-ef60cec632f205e6b4a234c08626047b8d8d467d.tar.gz gentoo-ef60cec632f205e6b4a234c08626047b8d8d467d.tar.bz2 gentoo-ef60cec632f205e6b4a234c08626047b8d8d467d.zip |
x11-libs/libva-intel-driver: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-libs')
6 files changed, 0 insertions, 272 deletions
diff --git a/x11-libs/libva-intel-driver/Manifest b/x11-libs/libva-intel-driver/Manifest index cd560f9421f9..9df7b8810876 100644 --- a/x11-libs/libva-intel-driver/Manifest +++ b/x11-libs/libva-intel-driver/Manifest @@ -1,5 +1 @@ -DIST libva-intel-driver-1.6.2.tar.bz2 1110738 SHA256 bf8759dbcefc82d280c11a5eac5248dce14979c7c58345f218d656d75b0d85fe SHA512 23fefc75a37f9553aeb1611f4d369e1dc0c5d6d0a66ac8c23a14d93bbe8c0da6a5cd1d680feebe8e536d5ebbacc40d6a5f898a0a584885c8989f774a0ae8efac WHIRLPOOL 125787f639149eb072668a8de5c15d305078c968f3ea0b9401c3a02c0f1eb5f9c03685572a202f75597283301bd719d1d6128cb5105f0a404942feae90f63204 -DIST libva-intel-driver-1.7.0.tar.bz2 1114349 SHA256 9d19d6c789a9a4fbce23c4f0eaf993ba776b512bec4c87982ab17ac841435c0c SHA512 9df8aa53a0f24580ef4b9c1ced2a12503755f6e0acc23d7e3784f0a246825cc4e1e9f7ad7f605e47bc67ec1a28008c75c31a807fb97014957065327c02122cd9 WHIRLPOOL 99d55e3b8b06a881e68c5f4e15a6b176004434a77a3c1efb3143a7ad4e3518f4998138bf155c1e3046ae141553bc6abb9c1b1fcebdd6015bd1f11324d7cbe956 -DIST libva-intel-driver-1.7.1.tar.bz2 1224635 SHA256 1ed7717a4058030d381a07c1afe53781ccdcc8643edbc02e769f5b72a316dcb5 SHA512 dab2a500bdaf1d3b16ff89e775280abd49adec4fc9fbe062b3fe8d1c20b57913d54824f0ee9ad6da848152518c10da23ea68553bb25ec15865ded68d9340abf5 WHIRLPOOL eda8dc00e9aa5ae312db88ef7553c9e189d957c8b7348962b1c238346defefe61b24d65472fd813584a9fa9bd0c306e30210249c46baa2fc3f636c1544d64681 -DIST libva-intel-driver-1.7.2.tar.bz2 1222487 SHA256 099e7bf6aa826971ec2caff235babf4da995f754e2ca16a73b258671130e67bc SHA512 ccc82dba175101086a26d1d858a89d3d572ea58b9c17bfcc8c5815e0a34f27b54a31d26e35c513166306f12f3cb138a3d037057050f873623e47df613d07c0a6 WHIRLPOOL a52c3163d9db51909f9785c476bdd92477885ec04890eaeff4055c94a8bd22f699c3a0fc19094bf82499a8753a47964f2a5bec8c9cebdc72ebad5f41e0fb5429 DIST libva-intel-driver-1.7.3.tar.bz2 1547040 SHA256 76ad37d9fd5ae23d8ce6052d50b5e6438a8df9e769b13fe34b771cd453f4f937 SHA512 90567b94e3373287b1b5fe776e291dfd33577bbe5e4ec1bee359c88544c9c17bbae2aac511ff3d704d7b99b19fbc908c9a38ebbd3162e3625c86c416142390e6 WHIRLPOOL a585d1e800a45fe6dc8ec1bb244452ac195173051e15adb2ec33224238cf7e93f686a98c400bf98d73153a3080d37c15e4c09bd9da4882a211374a61df395f66 diff --git a/x11-libs/libva-intel-driver/files/libva-intel-driver-1.6.0-wayland-automagic.patch b/x11-libs/libva-intel-driver/files/libva-intel-driver-1.6.0-wayland-automagic.patch deleted file mode 100644 index f2707a00ad4f..000000000000 --- a/x11-libs/libva-intel-driver/files/libva-intel-driver-1.6.0-wayland-automagic.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 405437e31d3faf6adc32d887ae1945b8d93f7846 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> -Date: Fri, 24 Jul 2015 17:01:23 +0200 -Subject: [PATCH] Do not require wayland-scanner if wayland is disabled - -Do not perform fatal wayland-scanner checks if wayland is disabled -(either by --disable-wayland or wayland check failure) even if -wayland-scanner macros are installed on the system. ---- - configure.ac | 11 ++++++++--- - 1 file changed, 8 insertions(+), 3 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 6e73059..70eb275 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -168,9 +168,14 @@ if test "$enable_wayland" = "yes"; then - fi - AM_CONDITIONAL(USE_WAYLAND, test "$USE_WAYLAND" = "yes") - --m4_ifdef([WAYLAND_SCANNER_RULES], -- [WAYLAND_SCANNER_RULES(['$(top_builddir)/src/wayland'])], -- [wayland_scanner_rules=""; AC_SUBST(wayland_scanner_rules)]) -+if test "$USE_WAYLAND" = "yes"; then -+ m4_ifdef([WAYLAND_SCANNER_RULES], -+ [WAYLAND_SCANNER_RULES(['$(top_builddir)/src/wayland'])], -+ [wayland_scanner_rules=/dev/null; AC_SUBST_FILE(wayland_scanner_rules)]) -+else -+ wayland_scanner_rules=/dev/null -+ AC_SUBST_FILE(wayland_scanner_rules) -+fi - - AC_OUTPUT([ - Makefile --- -2.4.6 - diff --git a/x11-libs/libva-intel-driver/libva-intel-driver-1.6.2.ebuild b/x11-libs/libva-intel-driver/libva-intel-driver-1.6.2.ebuild deleted file mode 100644 index c5a1ce7666b3..000000000000 --- a/x11-libs/libva-intel-driver/libva-intel-driver-1.6.2.ebuild +++ /dev/null @@ -1,63 +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/git/vaapi/intel-driver" -fi - -AUTOTOOLS_AUTORECONF="yes" -inherit autotools-multilib ${SCM} - -DESCRIPTION="HW video decode support for Intel integrated graphics" -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-intel-driver/${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 wayland X" - -RDEPEND=">=x11-libs/libva-1.6[X?,wayland?,drm?,${MULTILIB_USEDEP}] - !<x11-libs/libva-1.0.15[video_cards_intel] - >=x11-libs/libdrm-2.4.46[video_cards_intel,${MULTILIB_USEDEP}] - wayland? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )" - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -PATCHES=( - # Fix automagic depend, bug #529388 - # https://bugs.freedesktop.org/show_bug.cgi?id=79478 - "${FILESDIR}"/${PN}-1.6.0-wayland-automagic.patch -) - -DOCS=( AUTHORS NEWS README ) - -src_prepare() { - sed -e 's/intel-gen4asm/\0diSaBlEd/g' -i configure.ac || die - autotools-multilib_src_prepare -} - -multilib_src_configure() { - local myeconfargs=( - $(use_enable drm) - $(use_enable wayland) - $(use_enable X x11) - ) - autotools-utils_src_configure -} diff --git a/x11-libs/libva-intel-driver/libva-intel-driver-1.7.0.ebuild b/x11-libs/libva-intel-driver/libva-intel-driver-1.7.0.ebuild deleted file mode 100644 index 3d6def3589cc..000000000000 --- a/x11-libs/libva-intel-driver/libva-intel-driver-1.7.0.ebuild +++ /dev/null @@ -1,56 +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/git/vaapi/intel-driver" -fi - -AUTOTOOLS_AUTORECONF="yes" -inherit autotools-multilib ${SCM} - -DESCRIPTION="HW video decode support for Intel integrated graphics" -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-intel-driver/${P}.tar.bz2" -fi - -LICENSE="MIT" -SLOT="0" -if [ "${PV%9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -else - KEYWORDS="" -fi -IUSE="+drm wayland X" - -RDEPEND=">=x11-libs/libva-1.7[X?,wayland?,drm?,${MULTILIB_USEDEP}] - >=x11-libs/libdrm-2.4.46[video_cards_intel,${MULTILIB_USEDEP}] - wayland? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )" - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( AUTHORS NEWS README ) - -src_prepare() { - sed -e 's/intel-gen4asm/\0diSaBlEd/g' -i configure.ac || die - autotools-multilib_src_prepare -} - -multilib_src_configure() { - local myeconfargs=( - $(use_enable drm) - $(use_enable wayland) - $(use_enable X x11) - ) - autotools-utils_src_configure -} diff --git a/x11-libs/libva-intel-driver/libva-intel-driver-1.7.1.ebuild b/x11-libs/libva-intel-driver/libva-intel-driver-1.7.1.ebuild deleted file mode 100644 index e28da74bfad0..000000000000 --- a/x11-libs/libva-intel-driver/libva-intel-driver-1.7.1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2016 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/git/vaapi/intel-driver" -fi - -AUTOTOOLS_AUTORECONF="yes" -inherit autotools-multilib ${SCM} - -DESCRIPTION="HW video decode support for Intel integrated graphics" -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-intel-driver/${P}.tar.bz2" -fi - -LICENSE="MIT" -SLOT="0" -if [ "${PV%9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -else - KEYWORDS="" -fi -IUSE="+drm wayland X" - -RDEPEND=">=x11-libs/libva-1.7.1[X?,wayland?,drm?,${MULTILIB_USEDEP}] - >=x11-libs/libdrm-2.4.46[video_cards_intel,${MULTILIB_USEDEP}] - wayland? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )" - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( AUTHORS NEWS README ) - -src_prepare() { - sed -e 's/intel-gen4asm/\0diSaBlEd/g' -i configure.ac || die - autotools-multilib_src_prepare -} - -multilib_src_configure() { - local myeconfargs=( - $(use_enable drm) - $(use_enable wayland) - $(use_enable X x11) - ) - autotools-utils_src_configure -} diff --git a/x11-libs/libva-intel-driver/libva-intel-driver-1.7.2.ebuild b/x11-libs/libva-intel-driver/libva-intel-driver-1.7.2.ebuild deleted file mode 100644 index 00aceef280c0..000000000000 --- a/x11-libs/libva-intel-driver/libva-intel-driver-1.7.2.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2016 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/git/vaapi/intel-driver" -fi - -AUTOTOOLS_AUTORECONF="yes" -inherit autotools-multilib ${SCM} - -DESCRIPTION="HW video decode support for Intel integrated graphics" -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-intel-driver/${P}.tar.bz2" -fi - -LICENSE="MIT" -SLOT="0" -if [ "${PV%9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -else - KEYWORDS="" -fi -IUSE="+drm wayland X" - -RDEPEND=">=x11-libs/libva-1.7.2[X?,wayland?,drm?,${MULTILIB_USEDEP}] - >=x11-libs/libdrm-2.4.46[video_cards_intel,${MULTILIB_USEDEP}] - wayland? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )" - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( AUTHORS NEWS README ) - -src_prepare() { - sed -e 's/intel-gen4asm/\0diSaBlEd/g' -i configure.ac || die - autotools-multilib_src_prepare -} - -multilib_src_configure() { - local myeconfargs=( - $(use_enable drm) - $(use_enable wayland) - $(use_enable X x11) - ) - autotools-utils_src_configure -} |