public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva-intel-media-driver/
Date: Thu, 30 Dec 2021 20:52:50 +0000 (UTC)	[thread overview]
Message-ID: <1640897544.b1e4b0c12b5c92e68c11491ed5edbba796856b7d.mattst88@gentoo> (raw)

commit:     b1e4b0c12b5c92e68c11491ed5edbba796856b7d
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 30 20:21:56 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Dec 30 20:52:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e4b0c1

x11-libs/libva-intel-media-driver: Version bump to 21.4.3

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-libs/libva-intel-media-driver/Manifest         |  1 +
 .../libva-intel-media-driver-21.4.3.ebuild         | 56 ++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/x11-libs/libva-intel-media-driver/Manifest b/x11-libs/libva-intel-media-driver/Manifest
index 421c0510d6a0..9a9c628d812e 100644
--- a/x11-libs/libva-intel-media-driver/Manifest
+++ b/x11-libs/libva-intel-media-driver/Manifest
@@ -2,3 +2,4 @@ DIST intel-media-20.4.5.tar.gz 22437981 BLAKE2B 136be5280b463879e47ce8a1dae1befb
 DIST intel-media-21.3.5.tar.gz 23110985 BLAKE2B 1dbbc1efa9ae2c8f3b4a34596c71173101f8a43591bf9e07d269a8499b7a57969d9af5c1d4ffb7774a6947947e572b441f871760d3ca695335bfa2976ac2cf6f SHA512 e7836b19050677e81aa34ce5d7cea661ca3b5ac55d73d5aa0bab93f1daba8ee010d84b1c585f62fcec65a4361ef2b7f14ed574858f56b85b4c4d59840ecb6cb6
 DIST intel-media-21.4.0.tar.gz 23116624 BLAKE2B d913e379c4990bd0f5a5d07654baeb374d3b4f7adbe607338a96ac6555631560005d6124fb0124bafe5e94107b54acdfd0fbcfdabc820210b453ebb61c828c36 SHA512 e338e645677d90d4c2e91d5096a9002b87cec602ec354283b67e4ee31fcd6a2454918c4e179b86189126d30742ab2814bc8400072fb1d06638c3bc0bf66385e4
 DIST intel-media-21.4.2.tar.gz 23185132 BLAKE2B 257f1a8a65928aee897d84ed8df69a129958bcf5fd6ea263283e1f2341a845651a86367cff7988c0d4b04accf48664dbd4d1e0bd106883e92feff095e5f88225 SHA512 1b906ce75ef70395e36296de1e1e4b39d4a82c8b8532497faf47bcb101cf2103bba67a125da7ea1be9f901699288520f704b43fef01339a1f1b7691040d7618e
+DIST intel-media-21.4.3.tar.gz 23192939 BLAKE2B d013b60c330df97dc29e51a95a78bd91a38c789c4690fde12c304e1bf0695024e5488d0485b60fa603e8490b932210163aec590bcfca031c1f19d7b16161b420 SHA512 d2e2db1ddc2cbdc022273f53d873f2156e992420d382285de0b9559340d912e847a4780ed2adfe67f06a7c4bcac83aadca1104cf051b9a3d43b3ffd931a3db22

diff --git a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-21.4.3.ebuild b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-21.4.3.ebuild
new file mode 100644
index 000000000000..5ce014edf7eb
--- /dev/null
+++ b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-21.4.3.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+if [[ ${PV} == *9999 ]] ; then
+	: ${EGIT_REPO_URI:="https://github.com/intel/media-driver"}
+	if [[ ${PV%9999} != "" ]] ; then
+		: ${EGIT_BRANCH:="release/${PV%.9999}"}
+	fi
+	inherit git-r3
+else
+	MY_PV="${PV%_pre}"
+	SRC_URI="https://github.com/intel/media-driver/archive/intel-media-${MY_PV}.tar.gz"
+	S="${WORKDIR}/media-driver-intel-media-${MY_PV}"
+	if [[ ${PV} != *_pre* ]] ; then
+		KEYWORDS="~amd64"
+	fi
+fi
+
+DESCRIPTION="Intel Media Driver for VAAPI (iHD)"
+HOMEPAGE="https://github.com/intel/media-driver"
+
+LICENSE="MIT BSD redistributable? ( no-source-code )"
+SLOT="0"
+IUSE="+redistributable test X"
+
+RESTRICT="!test? ( test )"
+
+DEPEND=">=media-libs/gmmlib-21.3.1:=
+	media-libs/gmmlib:0/0
+	>=x11-libs/libva-2.13.0[X?]
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-20.2.0_x11_optional.patch
+	"${FILESDIR}"/${PN}-21.4.2-Remove-unwanted-CFLAGS.patch
+	"${FILESDIR}"/${PN}-20.4.5_testing_in_src_test.patch
+)
+
+src_configure() {
+	local mycmakeargs=(
+		-DMEDIA_BUILD_FATAL_WARNINGS=OFF
+		-DMEDIA_RUN_TEST_SUITE=$(usex test)
+		-DBUILD_TYPE=Release
+		-DPLATFORM=linux
+		-DUSE_X11=$(usex X)
+		-DENABLE_NONFREE_KERNELS=$(usex redistributable)
+		-DLATEST_CPP_NEEDED=ON # Seems to be the best option for now
+	)
+	local CMAKE_BUILD_TYPE="Release"
+	cmake_src_configure
+}


             reply	other threads:[~2021-12-30 20:52 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-30 20:52 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-16  3:02 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva-intel-media-driver/ Matt Turner
2022-09-29 16:50 Matt Turner
2022-09-10 22:26 Matt Turner
2022-09-08 18:40 Jakov Smolić
2022-09-08 15:03 Matt Turner
2022-08-31 16:49 Matt Turner
2022-08-16  2:44 Matt Turner
2022-08-02  1:56 Matt Turner
2022-07-04  2:41 Matt Turner
2022-07-04  2:41 Matt Turner
2022-07-04  2:41 Matt Turner
2022-06-26  8:46 Agostino Sarubbo
2022-06-13 19:07 Matt Turner
2022-05-29 19:01 Matt Turner
2022-05-09  9:58 Jakov Smolić
2022-04-01 17:51 Matt Turner
2022-04-01 17:51 Matt Turner
2022-03-07 19:45 Conrad Kostecki
2022-03-05 13:30 Conrad Kostecki
2022-02-19  6:52 Agostino Sarubbo
2022-01-25 13:36 Jakov Smolić
2021-12-30 20:52 Matt Turner
2021-12-20  9:53 Conrad Kostecki
2021-12-18  5:10 Sam James
2021-12-18  5:10 Sam James
2021-12-02 18:01 Matt Turner
2021-12-02 18:01 Matt Turner
2021-12-02 18:01 Matt Turner
2021-12-02 18:01 Matt Turner
2021-11-20  7:26 Agostino Sarubbo
2021-10-30 21:24 Conrad Kostecki
2021-10-14  5:09 Sam James
2021-10-14  5:09 Sam James
2021-09-22 21:19 Sam James
2021-09-07 20:27 Sam James
2021-07-01  8:54 Sam James
2021-06-29 17:37 Sam James
2021-03-01  9:20 Agostino Sarubbo
2021-02-14 20:50 Andreas Sturmlechner
2021-01-13 18:18 Sam James
2021-01-11 20:13 Sam James
2021-01-11 20:13 Sam James
2021-01-11 19:09 Sam James
2021-01-04 16:59 Sam James
2020-07-22 12:53 Thomas Deutschmann
2020-05-18 19:34 Thomas Deutschmann
2019-02-25 10:54 Luca Barbato
2018-10-22 22:55 Luca Barbato

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1640897544.b1e4b0c12b5c92e68c11491ed5edbba796856b7d.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox