Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva/
Date: Tue, 29 Jun 2021 04:40:10
Message-Id: 1624939925.c4435dc57efb3be5cb6d83ca2f11583fa8361f81.sam@gentoo
1 commit: c4435dc57efb3be5cb6d83ca2f11583fa8361f81
2 Author: Karlson2k (Evgeny Grin) <k2k <AT> narod <DOT> ru>
3 AuthorDate: Sun Jun 27 12:27:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 29 04:12:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4435dc5
7
8 x11-libs/libva: bump to v2.12.0
9
10 Signed-off-by: Karlson2k (Evgeny Grin) <k2k <AT> narod.ru>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 x11-libs/libva/Manifest | 1 +
14 x11-libs/libva/libva-2.12.0.ebuild | 91 ++++++++++++++++++++++++++++++++++++++
15 2 files changed, 92 insertions(+)
16
17 diff --git a/x11-libs/libva/Manifest b/x11-libs/libva/Manifest
18 index fd8ca63d261..85d761252f4 100644
19 --- a/x11-libs/libva/Manifest
20 +++ b/x11-libs/libva/Manifest
21 @@ -1,5 +1,6 @@
22 DIST libva-2.10.0.tar.bz2 484741 BLAKE2B 9c3912d5337d3624af9ffc537a972479385285413712948159641d10b60a39b60754b3bc6467a0508a878df29be23c0e2bace488bdf9047f3e162ca0b573fa5f SHA512 9225120f17e0d935927cb0046c3a6086c776beac71a8ef7fd800d2c6a721d0e28a13be89221c5ef3cca1634317aaa2a513554ccf25a54f25b2a339603c4a11a1
23 DIST libva-2.11.0.tar.gz 252204 BLAKE2B b56c47296493a9ecce7758661386d98d9a47082d8f16ab3b352f84591291e85aefc336a209433a901f7c4be1f54570221e9955666b22125740cc060542099394 SHA512 592df16bca06c93d252d27b2105032f020b0ca30f7937533918a497f385ec59b8a1e19c5d89047c197ddc1aab056128ab114b9ec29de3e968cb96bfa8d85f02a
24 +DIST libva-2.12.0.tar.gz 257645 BLAKE2B 8436f654e3fec57dd490aad6ff19d7fd9aa33a90f32535c0bd57ad47ab6c5728b7a67b277c46f854b781747fd641a76d068f052d95104d515eb9a9b206041edc SHA512 53b22dd5166b92bceb508e7ecd73ae023d95928a76db0e61f4326652f23f6603c507b2ee604779293c7d7a02ef0f7b082e3b181bbb55f0a63416196088af1b51
25 DIST libva-2.5.0.tar.bz2 459677 BLAKE2B d6e5bf94bcbda0a724634164bd8cf91efbdbe36120e62e7e7eefcd749afffec1950d8904318b472c81ae07490c559c68b0853725c654a08592457118cd5d6a83 SHA512 ffaeb9cf8ed1f93073c1cb3e58f5b3d3612e81622d02f8e428c089f625d4370b496b7681ac2fc2823c48670c9fd3da50893b1db51de768cf0f5d866e2ee78106
26 DIST libva-2.6.1.tar.bz2 466497 BLAKE2B d4ea6e6d0102722206d94725932f0b3cf650bab3f02235f4c627dc83e5417b786f9524430d793f1067d002a0c9d7cbc92a7c740383c698d225a14946e1bb90ba SHA512 b57f0c0dda5ebadc92f56bc7fb835c2931cafffca9413fb4d244ea1dd47b603376323e6bebf144ccb2d2cf3499c64b101f8e03ff1809bd81242718d224d2d17d
27 DIST libva-2.7.1.tar.bz2 477933 BLAKE2B 261e608af3f1427bed0244d4ebbc0d3ffe5681669ecb3583a8910568bc96817b8da079ffe80915ecf1002f9ac247eea5e44f8f7ce305313719fc1a4f1c5892b3 SHA512 f4b88ca0216f0ea4d934edcd322b8f741833b5a50ee2f34a3ecf60d635082b29e2dd032734c2f9d2a680e3b9c98e61a8b9432ea639a9fd5389761e04782c1126
28
29 diff --git a/x11-libs/libva/libva-2.12.0.ebuild b/x11-libs/libva/libva-2.12.0.ebuild
30 new file mode 100644
31 index 00000000000..953e353bda4
32 --- /dev/null
33 +++ b/x11-libs/libva/libva-2.12.0.ebuild
34 @@ -0,0 +1,91 @@
35 +# Copyright 1999-2021 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=7
39 +
40 +inherit autotools multilib-minimal
41 +
42 +DESCRIPTION="Video Acceleration (VA) API for Linux"
43 +HOMEPAGE="https://01.org/linuxmedia/vaapi"
44 +
45 +if [[ ${PV} = *9999 ]] ; then
46 + inherit git-r3
47 + EGIT_BRANCH=master
48 + EGIT_REPO_URI="https://github.com/intel/libva"
49 +else
50 + # SRC_URI="https://github.com/intel/libva/releases/download/${PV}/${P}.tar.bz2"
51 + # The upstream provides periodically tarball with pre-built 'configure'.
52 + # To simplify updates, portage use tarballs without pre-build 'configure'
53 + # which are always available.
54 + SRC_URI="https://github.com/intel/libva/archive/${PV}.tar.gz -> ${P}.tar.gz"
55 + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
56 +fi
57 +
58 +LICENSE="MIT"
59 +SLOT="0/$(ver_cut 1)"
60 +IUSE="+drm opengl utils vdpau wayland X"
61 +
62 +VIDEO_CARDS="nvidia intel i965 nouveau"
63 +for x in ${VIDEO_CARDS}; do
64 + IUSE+=" video_cards_${x}"
65 +done
66 +
67 +RDEPEND="
68 + >=x11-libs/libdrm-2.4.60[${MULTILIB_USEDEP}]
69 + opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
70 + wayland? (
71 + >=dev-libs/wayland-1.11[${MULTILIB_USEDEP}]
72 + dev-util/wayland-scanner[${MULTILIB_USEDEP}]
73 + )
74 + X? (
75 + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
76 + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
77 + >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
78 + )
79 +"
80 +DEPEND="${RDEPEND}"
81 +BDEPEND="
82 + virtual/pkgconfig
83 +"
84 +PDEPEND="video_cards_nvidia? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] )
85 + video_cards_nouveau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r3[${MULTILIB_USEDEP}] )
86 + vdpau? ( >=x11-libs/libva-vdpau-driver-0.7.4-r1[${MULTILIB_USEDEP}] )
87 + video_cards_intel? ( >=x11-libs/libva-intel-driver-2.0.0[${MULTILIB_USEDEP}] )
88 + video_cards_i965? ( >=x11-libs/libva-intel-driver-2.0.0[${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 +src_prepare() {
106 + default
107 + eautoreconf
108 +}
109 +
110 +multilib_src_configure() {
111 + local myeconfargs=(
112 + --with-drivers-path="${EPREFIX}/usr/$(get_libdir)/va/drivers"
113 + $(use_enable opengl glx)
114 + $(use_enable X x11)
115 + $(use_enable wayland)
116 + $(use_enable drm)
117 + --enable-va-messaging
118 + )
119 + ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
120 +}
121 +
122 +multilib_src_install_all() {
123 + default
124 + find "${ED}" -type f -name "*.la" -delete || die
125 +}