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: Sun, 14 Mar 2021 13:25:39 +0000 (UTC) [thread overview]
Message-ID: <1615728329.eca4fd94bae9f75dd2b3ec64766722054163ab5f.lu_zero@gentoo> (raw)
commit: eca4fd94bae9f75dd2b3ec64766722054163ab5f
Author: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 14 13:25:14 2021 +0000
Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 13:25:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca4fd94
media-libs/intel-mediasdk: Version bump
And update the live ebuild accordingly.
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Luca Barbato <lu_zero <AT> gentoo.org>
media-libs/intel-mediasdk/Manifest | 3 +-
.../intel-mediasdk/intel-mediasdk-18.4.1.ebuild | 43 ----------------------
...-18.3.0.ebuild => intel-mediasdk-20.3.0.ebuild} | 8 ++--
.../intel-mediasdk/intel-mediasdk-9999.ebuild | 8 ++--
4 files changed, 9 insertions(+), 53 deletions(-)
diff --git a/media-libs/intel-mediasdk/Manifest b/media-libs/intel-mediasdk/Manifest
index f3299f63373..cdb35d54327 100644
--- a/media-libs/intel-mediasdk/Manifest
+++ b/media-libs/intel-mediasdk/Manifest
@@ -1,2 +1 @@
-DIST intel-mediasdk-18.3.0.tar.gz 6313246 BLAKE2B cd8658252594aa8cec08839783c41e2f6e0a9c56366a35d7f900a7a625df77bdef8dd9d69feea1a1ed93c60699fdae5d90ea131ace39641cbb396c9ea9ea07f6 SHA512 7a5f91b2ecdca375dd5dd4c1678d61b34d96b0f4dfa1b64efe61962f66eab9bfdfac6cecb9610180c8cdcb624c467716fe5f34027950bfaed1dabd6add7585ee
-DIST intel-mediasdk-18.4.1.tar.gz 7636782 BLAKE2B ced3d0892f884a099427b2f30516f58ec634fc968d9fa89fd3a38e4713f1bd7ee6fdd2a5f178b8012cf07494d170b97fc796789179112ecea06fb1e829a3f2f6 SHA512 7b4396792a259359a9d63a44a471bb48cae580f43f5ac23ed13b8b0b18e2040b44e94fb29264bd8c8d5f99856ce39a27473f0ffa6c6328d2f9b127556c7ea35c
+DIST intel-mediasdk-20.3.0.tar.gz 10810941 BLAKE2B 5c5bc1a8444b6780ee7ea13711e7c59f62e8c9d8a7577ff848a6fbc5fc416d3e03580fe44dd9df7a506c19dd677986804a055cb16b34a06a55897623d25298d5 SHA512 2bd2604e6f17aeeea661352fd52c19b0ff2361919ad67b858287e507e0356cc805f1d22b39ff28294d303efefc33e10c2c5912d774f1bc40751c2c6c3c9e90c4
diff --git a/media-libs/intel-mediasdk/intel-mediasdk-18.4.1.ebuild b/media-libs/intel-mediasdk/intel-mediasdk-18.4.1.ebuild
deleted file mode 100644
index 505c3be4882..00000000000
--- a/media-libs/intel-mediasdk/intel-mediasdk-18.4.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 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=""
-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=""
-
-S="${WORKDIR}/MediaSDK-${P}"
-
-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-18.3.0.ebuild b/media-libs/intel-mediasdk/intel-mediasdk-20.3.0.ebuild
similarity index 87%
rename from media-libs/intel-mediasdk/intel-mediasdk-18.3.0.ebuild
rename to media-libs/intel-mediasdk/intel-mediasdk-20.3.0.ebuild
index 84124095543..93026156742 100644
--- a/media-libs/intel-mediasdk/intel-mediasdk-18.3.0.ebuild
+++ b/media-libs/intel-mediasdk/intel-mediasdk-20.3.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit cmake-utils
+inherit cmake
if [[ ${PV} == *9999 ]] ; then
: ${EGIT_REPO_URI:="https://github.com/Intel-Media-SDK/MediaSDK"}
@@ -19,7 +19,7 @@ if [[ ${PV} == *9999 ]] ; then
SRC_URI=""
else
SRC_URI="https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-${PV}.tar.gz"
- S="${WORKDIR}/media-driver-intel-media-${PV}"
+ S="${WORKDIR}/MediaSDK-intel-mediasdk-${PV}"
KEYWORDS="~amd64"
fi
@@ -37,5 +37,5 @@ src_configure() {
-DENABLE_OPENCL=OFF
)
- cmake-utils_src_configure
+ cmake_src_configure
}
diff --git a/media-libs/intel-mediasdk/intel-mediasdk-9999.ebuild b/media-libs/intel-mediasdk/intel-mediasdk-9999.ebuild
index 84124095543..93026156742 100644
--- a/media-libs/intel-mediasdk/intel-mediasdk-9999.ebuild
+++ b/media-libs/intel-mediasdk/intel-mediasdk-9999.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit cmake-utils
+inherit cmake
if [[ ${PV} == *9999 ]] ; then
: ${EGIT_REPO_URI:="https://github.com/Intel-Media-SDK/MediaSDK"}
@@ -19,7 +19,7 @@ if [[ ${PV} == *9999 ]] ; then
SRC_URI=""
else
SRC_URI="https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-${PV}.tar.gz"
- S="${WORKDIR}/media-driver-intel-media-${PV}"
+ S="${WORKDIR}/MediaSDK-intel-mediasdk-${PV}"
KEYWORDS="~amd64"
fi
@@ -37,5 +37,5 @@ src_configure() {
-DENABLE_OPENCL=OFF
)
- cmake-utils_src_configure
+ cmake_src_configure
}
next reply other threads:[~2021-03-14 13:25 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-14 13:25 Luca Barbato [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-12 6:00 [gentoo-commits] repo/gentoo:master commit in: media-libs/intel-mediasdk/ Sam James
2024-03-12 6:00 Sam James
2023-06-14 20:06 Andrew Ammerlaan
2023-05-31 6:55 Andrew Ammerlaan
2023-05-31 6:55 Andrew Ammerlaan
2023-05-11 15:27 Andrew Ammerlaan
2023-04-30 8:57 Andrew Ammerlaan
2023-04-01 15:38 Andrew Ammerlaan
2023-04-01 15:38 Andrew Ammerlaan
2023-03-21 20:56 Andrew Ammerlaan
2023-03-11 17:04 Sam James
2023-03-06 10:22 Andrew Ammerlaan
2023-02-23 7:52 Andrew Ammerlaan
2023-02-23 7:52 Andrew Ammerlaan
2023-01-03 19:32 Andrew Ammerlaan
2022-12-06 18:09 Andrew Ammerlaan
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=1615728329.eca4fd94bae9f75dd2b3ec64766722054163ab5f.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