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, 12 Apr 2017 19:20:44
Message-Id: 1492024824.722dd1adfb7bbc6c1450ee55d00d1abbadf12a27.aballier@gentoo
1 commit: 722dd1adfb7bbc6c1450ee55d00d1abbadf12a27
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 12 15:26:35 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 12 19:20:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722dd1ad
7
8 x11-libs/libva: bump to 1.8.1
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 x11-libs/libva/Manifest | 1 +
13 x11-libs/libva/libva-1.8.1.ebuild | 86 +++++++++++++++++++++++++++++++++++++++
14 2 files changed, 87 insertions(+)
15
16 diff --git a/x11-libs/libva/Manifest b/x11-libs/libva/Manifest
17 index 055c6b0c017..0555b52b6ac 100644
18 --- a/x11-libs/libva/Manifest
19 +++ b/x11-libs/libva/Manifest
20 @@ -1,2 +1,3 @@
21 DIST libva-1.7.3.tar.bz2 824490 SHA256 22bc139498065a7950d966dbdb000cad04905cbd3dc8f3541f80d36c4670b9d9 SHA512 ecc1ba17e2afea2efe4d36e8d9358d420015b3ad9d2a510ee2b263274c889caf39915a8b8da2d16329184bf4f42d0cbd124af3d070b83235b6a7453afd30b3a0 WHIRLPOOL 9836b043d5ae3d9d19e97bf309396f3bae179bfe10fe0ce432ee9b4106b9608926430933c229e147fc4a391cbc12039281bfccadec0a0159b77a9afeddb4e6b8
22 DIST libva-1.8.0.tar.gz 195261 SHA256 924ed467d50a24018428448071a311d6467e0d40dc94731e2164f9d5d61bac51 SHA512 0f1b527d67497bc501f2f1acdddcb2519f12a8682a6d98303e7d86dd88b6270eb25e3b0789179aaf5f3b4c70b7e8448eb5505cbadeb0b44c9727ac7cf77a51d6 WHIRLPOOL 220f4864835d11ae70457d76c549b03cbad35f285f697e3f470cec402573cfdf3811645ae7cea3ea7af96f77ba504ac9f563f3966e84a7108990122e5cee241b
23 +DIST libva-1.8.1.tar.gz 195281 SHA256 b8b876dc5571f278ce418ad81d9bfd689453e33ba39aeb681d5d53d226b17e36 SHA512 381267a1835a2c98a5fb093597aa795929afc4c64e2c5fa3aebb6497acf27428dff05ada5ecd698c25c74a350aa5bd9c42baacfcfe7028b2b420d52e10c78bfa WHIRLPOOL efb43f1b2aede1f91fbe30fe47123d87c3edc84370bea829d455faaae82dbe2b51cdbb53e0be77a5f5a55daab940e3ccbced0504d786fd6a641ad12e6497a335
24
25 diff --git a/x11-libs/libva/libva-1.8.1.ebuild b/x11-libs/libva/libva-1.8.1.ebuild
26 new file mode 100644
27 index 00000000000..711ad8c9a1a
28 --- /dev/null
29 +++ b/x11-libs/libva/libva-1.8.1.ebuild
30 @@ -0,0 +1,86 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +
36 +SCM=""
37 +if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
38 + SCM=git-r3
39 + EGIT_BRANCH=master
40 + EGIT_REPO_URI="https://github.com/01org/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://01.org/linuxmedia/vaapi"
48 +if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
49 + SRC_URI=""
50 +else
51 + SRC_URI="https://github.com/01org/libva/archive/${PV}.tar.gz -> ${P}.tar.gz"
52 +fi
53 +
54 +LICENSE="MIT"
55 +SLOT="0"
56 +if [ "${PV%9999}" = "${PV}" ] ; then
57 + KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
58 +else
59 + KEYWORDS=""
60 +fi
61 +IUSE="+drm egl opengl vdpau wayland X utils"
62 +
63 +VIDEO_CARDS="dummy nvidia intel i965 fglrx nouveau"
64 +for x in ${VIDEO_CARDS}; do
65 + IUSE+=" video_cards_${x}"
66 +done
67 +
68 +RDEPEND=">=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}]
69 + X? (
70 + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
71 + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
72 + >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
73 + )
74 + egl? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] )
75 + opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
76 + wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )"
77 +
78 +DEPEND="${RDEPEND}
79 + virtual/pkgconfig"
80 +PDEPEND="video_cards_nvidia? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] )
81 + video_cards_nouveau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r3[${MULTILIB_USEDEP}] )
82 + vdpau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] )
83 + video_cards_fglrx? (
84 + || ( >=x11-drivers/ati-drivers-14.12-r3[${MULTILIB_USEDEP}]
85 + >=x11-libs/xvba-video-0.8.0-r1[${MULTILIB_USEDEP}] )
86 + )
87 + video_cards_intel? ( >=x11-libs/libva-intel-driver-1.2.2-r1[${MULTILIB_USEDEP}] )
88 + video_cards_i965? ( >=x11-libs/libva-intel-driver-1.2.2-r1[${MULTILIB_USEDEP}] )
89 + utils? ( media-video/libva-utils )
90 + "
91 +
92 +REQUIRED_USE="|| ( drm wayland X )
93 + opengl? ( X )"
94 +
95 +DOCS=( NEWS )
96 +
97 +MULTILIB_WRAPPED_HEADERS=(
98 +/usr/include/va/va_backend_glx.h
99 +/usr/include/va/va_x11.h
100 +/usr/include/va/va_dri2.h
101 +/usr/include/va/va_dricommon.h
102 +/usr/include/va/va_glx.h
103 +)
104 +
105 +multilib_src_configure() {
106 + local myeconfargs=(
107 + --with-drivers-path="${EPREFIX}/usr/$(get_libdir)/va/drivers"
108 + $(use_enable video_cards_dummy dummy-driver)
109 + $(use_enable opengl glx)
110 + $(use_enable X x11)
111 + $(use_enable wayland)
112 + $(use_enable egl)
113 + $(use_enable drm)
114 + )
115 + autotools-utils_src_configure
116 +}