public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Luca Barbato" <lu_zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva-intel-media-driver/
Date: Mon, 22 Oct 2018 22:55:24 +0000 (UTC)	[thread overview]
Message-ID: <1540248889.24aaa1377ecdfa521a79dc9031ec947bcc2da61f.lu_zero@gentoo> (raw)

commit:     24aaa1377ecdfa521a79dc9031ec947bcc2da61f
Author:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 22 16:44:10 2018 +0000
Commit:     Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Mon Oct 22 22:54:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24aaa137

x11-libs/libva-intel-media-driver: New package

It is required by the intel mediasdk.

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Luca Barbato <lu_zero <AT> gentoo.org>

 x11-libs/libva-intel-media-driver/Manifest         |  1 +
 .../libva-intel-media-driver-18.3.0.ebuild         | 43 ++++++++++++++++++++++
 .../libva-intel-media-driver-9999.ebuild           | 43 ++++++++++++++++++++++
 x11-libs/libva-intel-media-driver/metadata.xml     |  7 ++++
 4 files changed, 94 insertions(+)

diff --git a/x11-libs/libva-intel-media-driver/Manifest b/x11-libs/libva-intel-media-driver/Manifest
new file mode 100644
index 00000000000..cc88533ee52
--- /dev/null
+++ b/x11-libs/libva-intel-media-driver/Manifest
@@ -0,0 +1 @@
+DIST intel-media-18.3.0.tar.gz 14422845 BLAKE2B 07da8e78d069de091bd4f29beb0699c97f007ff0f6543baa40d35923488d6152cb0a921cbe16006b045be973d5651ee01dc98ead0b79d4c779ed39e7a8fb38d9 SHA512 96ee85c087994d1e46666b6bbd5fca8e558d9169f8b7c130fdb4571ecd4dcbb31fe4a73607cc1b055918f27e90dbb25843d851bb8a1e2557733b4795e937479d

diff --git a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-18.3.0.ebuild b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-18.3.0.ebuild
new file mode 100644
index 00000000000..14fd59d2767
--- /dev/null
+++ b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-18.3.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+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
+fi
+
+DESCRIPTION="Intel Media Driver for VAAPI (iHD)"
+HOMEPAGE="https://github.com/intel/media-driver"
+if [[ ${PV} == *9999 ]] ; then
+	SRC_URI=""
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/intel/media-driver/archive/intel-media-${PV}.tar.gz"
+	S="${WORKDIR}/media-driver-intel-media-${PV}"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT BSD"
+SLOT="0"
+IUSE=""
+
+DEPEND=">=media-libs/gmmlib-${PV}
+	>=x11-libs/libva-2.3.0
+	>=x11-libs/libpciaccess-0.13.1-r1:=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DMEDIA_RUN_TEST_SUITE=OFF
+	)
+
+	cmake-utils_src_configure
+}

diff --git a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild
new file mode 100644
index 00000000000..14fd59d2767
--- /dev/null
+++ b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+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
+fi
+
+DESCRIPTION="Intel Media Driver for VAAPI (iHD)"
+HOMEPAGE="https://github.com/intel/media-driver"
+if [[ ${PV} == *9999 ]] ; then
+	SRC_URI=""
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/intel/media-driver/archive/intel-media-${PV}.tar.gz"
+	S="${WORKDIR}/media-driver-intel-media-${PV}"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT BSD"
+SLOT="0"
+IUSE=""
+
+DEPEND=">=media-libs/gmmlib-${PV}
+	>=x11-libs/libva-2.3.0
+	>=x11-libs/libpciaccess-0.13.1-r1:=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DMEDIA_RUN_TEST_SUITE=OFF
+	)
+
+	cmake-utils_src_configure
+}

diff --git a/x11-libs/libva-intel-media-driver/metadata.xml b/x11-libs/libva-intel-media-driver/metadata.xml
new file mode 100644
index 00000000000..80088c21d0a
--- /dev/null
+++ b/x11-libs/libva-intel-media-driver/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+	<email>media-video@gentoo.org</email>
+</maintainer>
+</pkgmetadata>


             reply	other threads:[~2018-10-22 22:55 UTC|newest]

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

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=1540248889.24aaa1377ecdfa521a79dc9031ec947bcc2da61f.lu_zero@gentoo \
    --to=lu_zero@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