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-vdpau-driver/
Date: Thu, 29 Dec 2016 15:12:42
Message-Id: 1483024354.8d64b6ae08d79d4479c68a3989b35dc483178af3.aballier@gentoo
1 commit: 8d64b6ae08d79d4479c68a3989b35dc483178af3
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 15:10:27 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 15:12:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d64b6ae
7
8 x11-libs/libva-vdpau-driver: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 .../libva-vdpau-driver-0.7.4-r2.ebuild | 44 ---------------------
13 .../libva-vdpau-driver-0.7.4-r3.ebuild | 45 ----------------------
14 2 files changed, 89 deletions(-)
15
16 diff --git a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r2.ebuild b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r2.ebuild
17 deleted file mode 100644
18 index c02b5a4..00000000
19 --- a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r2.ebuild
20 +++ /dev/null
21 @@ -1,44 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=5
27 -
28 -AUTOTOOLS_AUTORECONF="yes"
29 -inherit autotools-multilib eutils
30 -
31 -DESCRIPTION="VDPAU Backend for Video Acceleration (VA) API"
32 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/vaapi"
33 -SRC_URI="https://www.freedesktop.org/software/vaapi/releases/libva-vdpau-driver/${P}.tar.bz2"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="0"
37 -KEYWORDS="amd64 x86"
38 -IUSE="debug opengl"
39 -
40 -RDEPEND=">=x11-libs/libva-1.2.1-r1[X,opengl?,${MULTILIB_USEDEP}]
41 - opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
42 - >=x11-libs/libvdpau-0.8[${MULTILIB_USEDEP}]
43 - !x11-libs/vdpau-video"
44 -
45 -DEPEND="${DEPEND}
46 - virtual/pkgconfig"
47 -
48 -DOCS=( NEWS README AUTHORS )
49 -
50 -src_prepare() {
51 - epatch \
52 - "${FILESDIR}"/${P}-glext-missing-definition.patch \
53 - "${FILESDIR}"/${P}-VAEncH264VUIBufferType.patch \
54 - "${FILESDIR}"/${P}-libvdpau-0.8.patch
55 - sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
56 - autotools-multilib_src_prepare
57 -}
58 -
59 -multilib_src_configure() {
60 - local myeconfargs=(
61 - $(use_enable debug)
62 - $(use_enable opengl glx)
63 - )
64 - autotools-utils_src_configure
65 -}
66
67 diff --git a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r3.ebuild b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r3.ebuild
68 deleted file mode 100644
69 index 350f6219..00000000
70 --- a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r3.ebuild
71 +++ /dev/null
72 @@ -1,45 +0,0 @@
73 -# Copyright 1999-2015 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -# $Id$
76 -
77 -EAPI=5
78 -
79 -AUTOTOOLS_AUTORECONF="yes"
80 -inherit autotools-multilib eutils
81 -
82 -DESCRIPTION="VDPAU Backend for Video Acceleration (VA) API"
83 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/vaapi"
84 -SRC_URI="https://www.freedesktop.org/software/vaapi/releases/libva-vdpau-driver/${P}.tar.bz2"
85 -
86 -LICENSE="GPL-2"
87 -SLOT="0"
88 -KEYWORDS="amd64 x86"
89 -IUSE="debug opengl"
90 -
91 -RDEPEND=">=x11-libs/libva-1.2.1-r1[X,opengl?,${MULTILIB_USEDEP}]
92 - opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
93 - >=x11-libs/libvdpau-0.8[${MULTILIB_USEDEP}]
94 - !x11-libs/vdpau-video"
95 -
96 -DEPEND="${DEPEND}
97 - virtual/pkgconfig"
98 -
99 -DOCS=( NEWS README AUTHORS )
100 -
101 -src_prepare() {
102 - epatch \
103 - "${FILESDIR}"/${P}-glext-missing-definition.patch \
104 - "${FILESDIR}"/${P}-VAEncH264VUIBufferType.patch \
105 - "${FILESDIR}"/${P}-libvdpau-0.8.patch \
106 - "${FILESDIR}"/${P}-nouveau.patch
107 - sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
108 - autotools-multilib_src_prepare
109 -}
110 -
111 -multilib_src_configure() {
112 - local myeconfargs=(
113 - $(use_enable debug)
114 - $(use_enable opengl glx)
115 - )
116 - autotools-utils_src_configure
117 -}