Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva-intel-driver/
Date: Tue, 17 Jul 2018 07:20:45
Message-Id: 1531812029.ab5583b23afc15a88ed4806d6b1b18055b670e05.aballier@gentoo
1 commit: ab5583b23afc15a88ed4806d6b1b18055b670e05
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 17 07:13:02 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 17 07:20:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5583b2
7
8 x11-libs/libva-intel-driver: Remove old
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 x11-libs/libva-intel-driver/Manifest | 1 -
13 .../libva-intel-driver-2.0.0-r1.ebuild | 56 ----------------------
14 2 files changed, 57 deletions(-)
15
16 diff --git a/x11-libs/libva-intel-driver/Manifest b/x11-libs/libva-intel-driver/Manifest
17 index 25e46eebf2b..aa35f0fa3c6 100644
18 --- a/x11-libs/libva-intel-driver/Manifest
19 +++ b/x11-libs/libva-intel-driver/Manifest
20 @@ -1,4 +1,3 @@
21 DIST libva-intel-driver-1.7.3.tar.gz 1648659 BLAKE2B 5d5bf82d02c6e887f4afd332fa395e3044ac9b9bbf8e1682aeaf80d6c61c1db537b27ed22b25e932ec71d9011af07d9008f64df2e7c77a2c6f9dd0e10860d41f SHA512 57ae4fbf1bd5799e8a311fcd67eda1a8a6d5b5267df502b83f63f8bd0cdd510a4f78b4d09088833bfa2e98447d841c3d4e7229f4e75a9d9f4b8096fb14027878
22 DIST libva-intel-driver-1.8.3.tar.gz 2591242 BLAKE2B 954ad024ea93073f23045530506c6988cd55bc4bce565856071b30cfc0c10b673a225d4cfdd50cd360a3f828bf236386ba2937e59c260f72717dbdf72a29152c SHA512 0457147aa998014df82ef6180c873fd087b03573adac7ba84c79516a16bd73eb43ff5f07cf3f40c7f590f4e04981ae3010877a468fb20fe4606843932aaa0990
23 -DIST libva-intel-driver-2.0.0.tar.gz 2831508 BLAKE2B 3f777303099cac2df3d3d2394af28e086bb4f9b6d595585cedf0d3a4aed79c8ab9d0a132b828d9b56c9bf09526cd6d0a7b9354832464a9ffec7a66aeb939a528 SHA512 2f538d97ae2ea5cbbaa2660c1498a2288b8828ecae914c500f250c25a433a8ee289a9a5beb001b557dd0d84fa3f4bcd8bbe2f23c705caad527080ecca29b933b
24 DIST libva-intel-driver-2.1.0.tar.gz 3954965 BLAKE2B 6ff759860477896df6ee433d7b1ff8f3fda498e98210bfcbec33dc663a65bc07b8304ae219885225985fc65a785d7510aacb785a17d9fd66fb1c16a0ca7ffd57 SHA512 2df0d617a4a64ee37641fd9134f8455f59160d003c252b0e82f7be47adaad7d531f9f2f3ab16d75457b2852e8893887d5be6da5f8128e64ffe8311853baf6453
25
26 diff --git a/x11-libs/libva-intel-driver/libva-intel-driver-2.0.0-r1.ebuild b/x11-libs/libva-intel-driver/libva-intel-driver-2.0.0-r1.ebuild
27 deleted file mode 100644
28 index bcc260be80d..00000000000
29 --- a/x11-libs/libva-intel-driver/libva-intel-driver-2.0.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,56 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -SCM=""
38 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
39 - SCM=git-r3
40 - EGIT_BRANCH=master
41 - EGIT_REPO_URI="https://github.com/01org/intel-vaapi-driver.git"
42 -fi
43 -
44 -AUTOTOOLS_AUTORECONF="yes"
45 -inherit autotools-multilib ${SCM}
46 -
47 -DESCRIPTION="HW video decode support for Intel integrated graphics"
48 -HOMEPAGE="https://github.com/01org/intel-vaapi-driver"
49 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
50 - SRC_URI=""
51 -else
52 - SRC_URI="https://github.com/01org/intel-vaapi-driver/archive/${PV}.tar.gz -> ${P}.tar.gz"
53 - S="${WORKDIR}/intel-vaapi-driver-${PV}"
54 -fi
55 -
56 -LICENSE="MIT"
57 -SLOT="0"
58 -if [ "${PV%9999}" = "${PV}" ] ; then
59 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
60 -else
61 - KEYWORDS=""
62 -fi
63 -IUSE="+drm wayland X"
64 -
65 -RDEPEND=">=x11-libs/libva-2.0.0:=[X?,wayland?,drm?,${MULTILIB_USEDEP}]
66 - >=x11-libs/libdrm-2.4.52[video_cards_intel,${MULTILIB_USEDEP}]
67 - wayland? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] >=dev-libs/wayland-1.11[${MULTILIB_USEDEP}] )"
68 -
69 -DEPEND="${RDEPEND}
70 - virtual/pkgconfig"
71 -
72 -DOCS=( AUTHORS NEWS README )
73 -AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
74 -
75 -src_prepare() {
76 - sed -e 's/intel-gen4asm/\0diSaBlEd/g' -i configure.ac || die
77 - autotools-multilib_src_prepare
78 -}
79 -
80 -multilib_src_configure() {
81 - local myeconfargs=(
82 - $(use_enable drm)
83 - $(use_enable wayland)
84 - $(use_enable X x11)
85 - )
86 - autotools-utils_src_configure
87 -}