Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/libva-utils/
Date: Thu, 29 Jun 2017 20:28:26
Message-Id: 1498768081.98b275222eff2098c1b64f58621fada93c888677.aballier@gentoo
1 commit: 98b275222eff2098c1b64f58621fada93c888677
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 09:44:54 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 29 20:28:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b27522
7
8 media-video/libva-utils: bump to 1.8.3
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 media-video/libva-utils/Manifest | 1 +
13 media-video/libva-utils/libva-utils-1.8.3.ebuild | 63 ++++++++++++++++++++++++
14 2 files changed, 64 insertions(+)
15
16 diff --git a/media-video/libva-utils/Manifest b/media-video/libva-utils/Manifest
17 index 6f94a649bcb..7d25a9a78e6 100644
18 --- a/media-video/libva-utils/Manifest
19 +++ b/media-video/libva-utils/Manifest
20 @@ -1,3 +1,4 @@
21 DIST libva-utils-1.8.0.tar.gz 1011595 SHA256 2a7590c8428d0b453b004702c4c515669403cea27f9f17b2560b38da337ec943 SHA512 020cf1d5af7a78ecb4806afe69d34106525086f10b007dddb8d36c0243b670c311df537d969c8b60222b4afc7bfc08c1d594843339af72618886eecfd03887ec WHIRLPOOL 46e76c555a69878e5cb553f3895752aafc821012afefec69b55f35014659e49ab3e30bcd5f94a9ffd86cd1c3fee467d215f58b3e10b69c54d1e630d78144a4b3
22 DIST libva-utils-1.8.1.tar.gz 1011602 SHA256 cbd7a88b9b2592106879d271008c9e2236457e5bf4a647efe4bb3d3eaabaf94c SHA512 7b60cf773d7156bf5579754d0525a8cae07b5e63416fd1c6481a9bada388515f8f14d23661c11689599af7ddd192440f96f2c8873b539cf93e7db0550d4e1aae WHIRLPOOL 8d48567146729ab8423dbc52f65a1c004fd6dbca28eda27aecce415c7b0f54d5e973692ce7d7550f7058e59933cdaea21cfe8784107fb7227ca6a02ec9bf8699
23 DIST libva-utils-1.8.2.tar.gz 1011622 SHA256 ccae885d9f3b4511081d287816c56bd7dda98e5947e6254ebe60d08e86c6ba4a SHA512 e6d1e025d1c27112bf61869fa097a27c81bff9fb1ed5226842f3c7685852b4cc8903b0a29204d3c85bc4513dab9331b327de0f93c9493a411ab15e7e577ce616 WHIRLPOOL 6eb87fdd46368acf48d483e838b1a5f1a40cf6674171f157eaf6e685ec0e11ecfdb3248a30f5e657b4ded96635a18de6f6e8be2f5d5348d74c28da4cdb225225
24 +DIST libva-utils-1.8.3.tar.gz 1012261 SHA256 db5df4ae6f6cc572de9ebb2be995f1577226fdd182545793d8de98592c9f7a88 SHA512 0a16243f39556cb7853c144b91c1fb07d4a4fafd43d05f5519af969153bc8a4e5f6512c665c0c7c32c413d50e913f8977bef004bf639f606ae5d6f6af1571d39 WHIRLPOOL 5679871f081fc50e3d63e089949835ff13c346fa7b751e5db1e1dc20478979b87b9bda997117fe5130de3a484b60c56b8f7e63c445a89ce9b705539b53b33574
25
26 diff --git a/media-video/libva-utils/libva-utils-1.8.3.ebuild b/media-video/libva-utils/libva-utils-1.8.3.ebuild
27 new file mode 100644
28 index 00000000000..0c4c99ffb3d
29 --- /dev/null
30 +++ b/media-video/libva-utils/libva-utils-1.8.3.ebuild
31 @@ -0,0 +1,63 @@
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/libva-utils"
42 +fi
43 +
44 +AUTOTOOLS_AUTORECONF="yes"
45 +inherit autotools-utils ${SCM} multilib
46 +
47 +DESCRIPTION="Collection of utilities and tests for VA-API"
48 +HOMEPAGE="https://01.org/linuxmedia/vaapi"
49 +if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
50 + SRC_URI=""
51 +else
52 + SRC_URI="https://github.com/01org/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz"
53 +fi
54 +
55 +LICENSE="MIT"
56 +SLOT="0"
57 +if [ "${PV%9999}" = "${PV}" ] ; then
58 + KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
59 +else
60 + KEYWORDS=""
61 +fi
62 +IUSE="+drm test wayland X"
63 +
64 +RDEPEND="
65 + >=x11-libs/libva-1.8[drm?,wayland?,X?]
66 + drm? ( >=x11-libs/libdrm-2.4 )
67 + X? (
68 + >=x11-libs/libX11-1.6.2
69 + >=x11-libs/libXext-1.3.2
70 + >=x11-libs/libXfixes-5.0.1
71 + )
72 + wayland? ( >=dev-libs/wayland-1.0.6 )"
73 +
74 +DEPEND="${RDEPEND}
75 + virtual/pkgconfig"
76 +
77 +REQUIRED_USE="|| ( drm wayland X )"
78 +
79 +DOCS=( CONTRIBUTING.md README.md )
80 +
81 +src_prepare() {
82 + sed -e 's/-Werror//' -i test/Makefile.am || die
83 + autotools-utils_src_prepare
84 +}
85 +
86 +src_configure() {
87 + local myeconfargs=(
88 + $(use_enable X x11)
89 + $(use_enable wayland)
90 + $(use_enable drm)
91 + $(use_enable test tests)
92 + )
93 + autotools-utils_src_configure
94 +}