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/
Date: Wed, 01 Feb 2017 11:42:31
Message-Id: 1485948182.1151354c8bc11d1b9fb36763e799937e2c2175aa.aballier@gentoo
1 commit: 1151354c8bc11d1b9fb36763e799937e2c2175aa
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 11:23:02 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 11:23:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1151354c
7
8 x11-libs/libva: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 x11-libs/libva/Manifest | 1 -
13 x11-libs/libva/libva-1.6.2.ebuild | 86 ---------------------------------------
14 2 files changed, 87 deletions(-)
15
16 diff --git a/x11-libs/libva/Manifest b/x11-libs/libva/Manifest
17 index 1e8dc54..54be422 100644
18 --- a/x11-libs/libva/Manifest
19 +++ b/x11-libs/libva/Manifest
20 @@ -1,2 +1 @@
21 -DIST libva-1.6.2.tar.bz2 787002 SHA256 c417f09cdeef549e54f4be5f9876026513afeac395c5be28750b431d848c8bd0 SHA512 7e69c44cc1aaa94f0a9e8662ac10974b9e5ab2b29cb2b230370ef1449d8926ea4d4571593c6fa78c6601da4322716c7ab3d1ff42e889252c4769cc267bdc04be WHIRLPOOL e74193d0d31c1be4229b58058064e2e743aeb729e3daef045c7882e8f317c9ccccad9d74bbbea8144c6706a8793052f77acb1d3fcd6488e679be1e97a4a113f4
22 DIST libva-1.7.3.tar.bz2 824490 SHA256 22bc139498065a7950d966dbdb000cad04905cbd3dc8f3541f80d36c4670b9d9 SHA512 ecc1ba17e2afea2efe4d36e8d9358d420015b3ad9d2a510ee2b263274c889caf39915a8b8da2d16329184bf4f42d0cbd124af3d070b83235b6a7453afd30b3a0 WHIRLPOOL 9836b043d5ae3d9d19e97bf309396f3bae179bfe10fe0ce432ee9b4106b9608926430933c229e147fc4a391cbc12039281bfccadec0a0159b77a9afeddb4e6b8
23
24 diff --git a/x11-libs/libva/libva-1.6.2.ebuild b/x11-libs/libva/libva-1.6.2.ebuild
25 deleted file mode 100644
26 index a5b8268..00000000
27 --- a/x11-libs/libva/libva-1.6.2.ebuild
28 +++ /dev/null
29 @@ -1,86 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -SCM=""
37 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
38 - SCM=git-2
39 - EGIT_BRANCH=master
40 - EGIT_REPO_URI="git://anongit.freedesktop.org/vaapi/libva"
41 -fi
42 -
43 -AUTOTOOLS_AUTORECONF="yes"
44 -inherit autotools-multilib ${SCM} multilib
45 -
46 -DESCRIPTION="Video Acceleration (VA) API for Linux"
47 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/vaapi"
48 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
49 - SRC_URI=""
50 - S="${WORKDIR}/${PN}"
51 -else
52 - SRC_URI="https://www.freedesktop.org/software/vaapi/releases/libva/${P}.tar.bz2"
53 -fi
54 -
55 -LICENSE="MIT"
56 -SLOT="0"
57 -if [ "${PV%9999}" = "${PV}" ] ; then
58 - KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
59 -else
60 - KEYWORDS="x86"
61 -fi
62 -IUSE="+drm egl opengl vdpau wayland X"
63 -
64 -VIDEO_CARDS="dummy nvidia intel fglrx nouveau"
65 -for x in ${VIDEO_CARDS}; do
66 - IUSE+=" video_cards_${x}"
67 -done
68 -
69 -RDEPEND=">=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}]
70 - X? (
71 - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
72 - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
73 - >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
74 - )
75 - egl? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] )
76 - opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
77 - wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )"
78 -
79 -DEPEND="${RDEPEND}
80 - virtual/pkgconfig"
81 -PDEPEND="video_cards_nvidia? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] )
82 - video_cards_nouveau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r3[${MULTILIB_USEDEP}] )
83 - vdpau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] )
84 - video_cards_fglrx? (
85 - || ( >=x11-drivers/ati-drivers-14.12-r3[${MULTILIB_USEDEP}]
86 - >=x11-libs/xvba-video-0.8.0-r1[${MULTILIB_USEDEP}] )
87 - )
88 - video_cards_intel? ( >=x11-libs/libva-intel-driver-1.2.2-r1[${MULTILIB_USEDEP}] )
89 - "
90 -
91 -REQUIRED_USE="|| ( drm wayland X )
92 - opengl? ( X )"
93 -
94 -DOCS=( NEWS )
95 -
96 -MULTILIB_WRAPPED_HEADERS=(
97 -/usr/include/va/va_backend_glx.h
98 -/usr/include/va/va_x11.h
99 -/usr/include/va/va_dri2.h
100 -/usr/include/va/va_dricommon.h
101 -/usr/include/va/va_glx.h
102 -)
103 -
104 -multilib_src_configure() {
105 - local myeconfargs=(
106 - --with-drivers-path="${EPREFIX}/usr/$(get_libdir)/va/drivers"
107 - $(use_enable video_cards_dummy dummy-driver)
108 - $(use_enable opengl glx)
109 - $(use_enable X x11)
110 - $(use_enable wayland)
111 - $(use_enable egl)
112 - $(use_enable drm)
113 - )
114 - autotools-utils_src_configure
115 -}