diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-02-15 06:46:25 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-02-15 06:46:25 +0100 |
commit | 15efc43e8805fee3cc688c15c2907f28185453f1 (patch) | |
tree | a570ff547918e44a3ce3df7b886eb9ee7e42b6b2 /media-video | |
parent | media-video/libva-utils: Remove old (diff) | |
download | gentoo-15efc43e8805fee3cc688c15c2907f28185453f1.tar.gz gentoo-15efc43e8805fee3cc688c15c2907f28185453f1.tar.bz2 gentoo-15efc43e8805fee3cc688c15c2907f28185453f1.zip |
media-video/libva-utils: bump to 2.1.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/libva-utils/Manifest | 1 | ||||
-rw-r--r-- | media-video/libva-utils/libva-utils-2.1.0.ebuild | 63 | ||||
-rw-r--r-- | media-video/libva-utils/libva-utils-9999.ebuild | 6 |
3 files changed, 67 insertions, 3 deletions
diff --git a/media-video/libva-utils/Manifest b/media-video/libva-utils/Manifest index 6f9552bf40d0..17ede98e4de9 100644 --- a/media-video/libva-utils/Manifest +++ b/media-video/libva-utils/Manifest @@ -1 +1,2 @@ DIST libva-utils-2.0.0.tar.gz 1033292 BLAKE2B 5f9e36d2a69a6a65f3d47b0e29aa1807201da8bd69eb00da5dc232b2629fdd01279c38af77335244f673b4f2e849ea3cc89a572b7ce26fd614f44461603c0c19 SHA512 5c435b558fdeec6dc597c531b1e72e1a6e8b4f59f5f97af30d01b39a20430446cce7af5553b924144fbc54a64f0e39ab232c76e4e8a266329cc9868d60be0c4b +DIST libva-utils-2.1.0.tar.gz 1034951 BLAKE2B 88fb075bd1946bbba79c460640c3242a6ad85fcb6396a77b549ce3d2193fb4ab6df35b70a0981d56cbc40822a9b2146074255f573783547b23ee0e7d8670fce3 SHA512 2dbf1e1849136804be8970b1f02957e6e3eb593a72e34289e8e2c087b3a358596e5eed7d17d3c56701045116a0658450c37b26600a352dcb37ed0d58d5e14ba6 diff --git a/media-video/libva-utils/libva-utils-2.1.0.ebuild b/media-video/libva-utils/libva-utils-2.1.0.ebuild new file mode 100644 index 000000000000..6c7521ce0786 --- /dev/null +++ b/media-video/libva-utils/libva-utils-2.1.0.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +SCM="" +if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild + SCM=git-r3 + EGIT_BRANCH=master + EGIT_REPO_URI="https://github.com/intel/libva-utils" +fi + +AUTOTOOLS_AUTORECONF="yes" +inherit autotools-utils ${SCM} multilib + +DESCRIPTION="Collection of utilities and tests for VA-API" +HOMEPAGE="https://01.org/linuxmedia/vaapi" +if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild + SRC_URI="" +else + SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz" +fi + +LICENSE="MIT" +SLOT="0" +if [ "${PV%9999}" = "${PV}" ] ; then + KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +else + KEYWORDS="" +fi +IUSE="+drm test wayland X" + +RDEPEND=" + >=x11-libs/libva-2.0.0:=[drm?,wayland?,X?] + drm? ( >=x11-libs/libdrm-2.4 ) + X? ( + >=x11-libs/libX11-1.6.2 + >=x11-libs/libXext-1.3.2 + >=x11-libs/libXfixes-5.0.1 + ) + wayland? ( >=dev-libs/wayland-1.0.6 )" + +DEPEND="${RDEPEND} + virtual/pkgconfig" + +REQUIRED_USE="|| ( drm wayland X )" + +DOCS=( CONTRIBUTING.md README.md ) + +src_prepare() { + sed -e 's/-Werror//' -i test/Makefile.am || die + autotools-utils_src_prepare +} + +src_configure() { + local myeconfargs=( + $(use_enable X x11) + $(use_enable wayland) + $(use_enable drm) + $(use_enable test tests) + ) + autotools-utils_src_configure +} diff --git a/media-video/libva-utils/libva-utils-9999.ebuild b/media-video/libva-utils/libva-utils-9999.ebuild index 98dff65e7b52..6c7521ce0786 100644 --- a/media-video/libva-utils/libva-utils-9999.ebuild +++ b/media-video/libva-utils/libva-utils-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ SCM="" if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild SCM=git-r3 EGIT_BRANCH=master - EGIT_REPO_URI="https://github.com/01org/libva-utils" + EGIT_REPO_URI="https://github.com/intel/libva-utils" fi AUTOTOOLS_AUTORECONF="yes" @@ -18,7 +18,7 @@ HOMEPAGE="https://01.org/linuxmedia/vaapi" if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild SRC_URI="" else - SRC_URI="https://github.com/01org/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT" |