From: "Luca Barbato" <lu_zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/intel-mediasdk/
Date: Mon, 22 Oct 2018 22:55:25 +0000 (UTC) [thread overview]
Message-ID: <1540248900.abd3665a279117f2039cf0e7aeea4d474dd8f3ff.lu_zero@gentoo> (raw)
commit: abd3665a279117f2039cf0e7aeea4d474dd8f3ff
Author: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 22 22:44:43 2018 +0000
Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Mon Oct 22 22:55:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd3665a
media-libs/intel-mediasdk: New package
A portable (windows/linux) mean to access the intel hardware
for encoding and decoding.
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Luca Barbato <lu_zero <AT> gentoo.org>
media-libs/intel-mediasdk/Manifest | 1 +
.../intel-mediasdk/intel-mediasdk-18.3.0.ebuild | 42 ++++++++++++++++++++++
.../intel-mediasdk/intel-mediasdk-9999.ebuild | 42 ++++++++++++++++++++++
media-libs/intel-mediasdk/metadata.xml | 7 ++++
4 files changed, 92 insertions(+)
diff --git a/media-libs/intel-mediasdk/Manifest b/media-libs/intel-mediasdk/Manifest
new file mode 100644
index 00000000000..1438ecacd34
--- /dev/null
+++ b/media-libs/intel-mediasdk/Manifest
@@ -0,0 +1 @@
+DIST intel-mediasdk-18.3.0.tar.gz 6313246 BLAKE2B cd8658252594aa8cec08839783c41e2f6e0a9c56366a35d7f900a7a625df77bdef8dd9d69feea1a1ed93c60699fdae5d90ea131ace39641cbb396c9ea9ea07f6 SHA512 7a5f91b2ecdca375dd5dd4c1678d61b34d96b0f4dfa1b64efe61962f66eab9bfdfac6cecb9610180c8cdcb624c467716fe5f34027950bfaed1dabd6add7585ee
diff --git a/media-libs/intel-mediasdk/intel-mediasdk-18.3.0.ebuild b/media-libs/intel-mediasdk/intel-mediasdk-18.3.0.ebuild
new file mode 100644
index 00000000000..a900ffb2599
--- /dev/null
+++ b/media-libs/intel-mediasdk/intel-mediasdk-18.3.0.ebuild
@@ -0,0 +1,42 @@
+# 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-SDK/MediaSDK"}
+ if [[ ${PV%9999} != "" ]] ; then
+ : ${EGIT_BRANCH:="release/${PV%.9999}"}
+ fi
+ inherit git-r3
+fi
+
+DESCRIPTION="Intel Media SDK"
+HOMEPAGE="http://mediasdk.intel.com"
+if [[ ${PV} == *9999 ]] ; then
+ SRC_URI=""
+ KEYWORDS=""
+else
+ SRC_URI="https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-${PV}.tar.gz"
+ S="${WORKDIR}/media-driver-intel-media-${PV}"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ >=x11-libs/libva-intel-media-driver-${PV}
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_OPENCL=OFF
+ )
+
+ cmake-utils_src_configure
+}
diff --git a/media-libs/intel-mediasdk/intel-mediasdk-9999.ebuild b/media-libs/intel-mediasdk/intel-mediasdk-9999.ebuild
new file mode 100644
index 00000000000..a900ffb2599
--- /dev/null
+++ b/media-libs/intel-mediasdk/intel-mediasdk-9999.ebuild
@@ -0,0 +1,42 @@
+# 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-SDK/MediaSDK"}
+ if [[ ${PV%9999} != "" ]] ; then
+ : ${EGIT_BRANCH:="release/${PV%.9999}"}
+ fi
+ inherit git-r3
+fi
+
+DESCRIPTION="Intel Media SDK"
+HOMEPAGE="http://mediasdk.intel.com"
+if [[ ${PV} == *9999 ]] ; then
+ SRC_URI=""
+ KEYWORDS=""
+else
+ SRC_URI="https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-${PV}.tar.gz"
+ S="${WORKDIR}/media-driver-intel-media-${PV}"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ >=x11-libs/libva-intel-media-driver-${PV}
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_OPENCL=OFF
+ )
+
+ cmake-utils_src_configure
+}
diff --git a/media-libs/intel-mediasdk/metadata.xml b/media-libs/intel-mediasdk/metadata.xml
new file mode 100644
index 00000000000..80088c21d0a
--- /dev/null
+++ b/media-libs/intel-mediasdk/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>
next reply other threads:[~2018-10-22 22:55 UTC|newest]
Thread overview: 19+ 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: media-libs/intel-mediasdk/ Luca Barbato
2021-03-14 13:25 Luca Barbato
2022-12-06 18:09 Andrew Ammerlaan
2023-01-03 19:32 Andrew Ammerlaan
2023-02-23 7:52 Andrew Ammerlaan
2023-02-23 7:52 Andrew Ammerlaan
2023-03-06 10:22 Andrew Ammerlaan
2023-03-11 17:04 Sam James
2023-03-21 20:56 Andrew Ammerlaan
2023-04-01 15:38 Andrew Ammerlaan
2023-04-01 15:38 Andrew Ammerlaan
2023-04-30 8:57 Andrew Ammerlaan
2023-05-11 15:27 Andrew Ammerlaan
2023-05-31 6:55 Andrew Ammerlaan
2023-05-31 6:55 Andrew Ammerlaan
2023-06-14 20:06 Andrew Ammerlaan
2024-03-12 6:00 Sam James
2024-03-12 6:00 Sam James
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=1540248900.abd3665a279117f2039cf0e7aeea4d474dd8f3ff.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