From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/intel-mediasdk/files/, media-libs/intel-mediasdk/
Date: Wed, 21 Dec 2022 08:20:19 +0000 (UTC) [thread overview]
Message-ID: <1671610791.fbe16ab55d389c374dfcb71277df2a99b241d36a.asturm@gentoo> (raw)
commit: fbe16ab55d389c374dfcb71277df2a99b241d36a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 21:20:22 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 08:19:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe16ab5
media-libs/intel-mediasdk: drop 20.3.0-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/intel-mediasdk/Manifest | 1 -
...el-mediasdk-20.3.0-missing-limits-include.patch | 26 ------------
.../intel-mediasdk/intel-mediasdk-20.3.0-r1.ebuild | 47 ----------------------
3 files changed, 74 deletions(-)
diff --git a/media-libs/intel-mediasdk/Manifest b/media-libs/intel-mediasdk/Manifest
index 4936a453e419..41712f525acd 100644
--- a/media-libs/intel-mediasdk/Manifest
+++ b/media-libs/intel-mediasdk/Manifest
@@ -1,2 +1 @@
-DIST intel-mediasdk-20.3.0.tar.gz 10810941 BLAKE2B 5c5bc1a8444b6780ee7ea13711e7c59f62e8c9d8a7577ff848a6fbc5fc416d3e03580fe44dd9df7a506c19dd677986804a055cb16b34a06a55897623d25298d5 SHA512 2bd2604e6f17aeeea661352fd52c19b0ff2361919ad67b858287e507e0356cc805f1d22b39ff28294d303efefc33e10c2c5912d774f1bc40751c2c6c3c9e90c4
DIST intel-mediasdk-22.6.3.tar.gz 11657130 BLAKE2B 3f63cf85716159f38f52cd0941cb716d9a25d2635e8b6da295a8fb78898ae007c3216148db580b94aa83742803effc0c1c2b0a431414a85f6feb44c93ae04738 SHA512 bd9fb9ca5b96bb2911db7fdf2622127f0dc3e86de8dc732bc6df6f4fcb343406e3ab14ffa5ce4595ed9b3bf19a73652681137fbe5b473c812c5b74554998a2b0
diff --git a/media-libs/intel-mediasdk/files/intel-mediasdk-20.3.0-missing-limits-include.patch b/media-libs/intel-mediasdk/files/intel-mediasdk-20.3.0-missing-limits-include.patch
deleted file mode 100644
index a3a5c1e06ec4..000000000000
--- a/media-libs/intel-mediasdk/files/intel-mediasdk-20.3.0-missing-limits-include.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-https://bugs.gentoo.org/789726
-
-From fb9829058e35405081c8b361fb402eeaa6b78ed9 Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Wed, 4 Aug 2021 21:47:49 +0100
-Subject: [PATCH] Add missing limits include
-
----
- _studio/mfx_lib/mctf_package/mctf/src/mctf_common.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/_studio/mfx_lib/mctf_package/mctf/src/mctf_common.cpp b/_studio/mfx_lib/mctf_package/mctf/src/mctf_common.cpp
-index 5774702..ed1c1b7 100644
---- a/_studio/mfx_lib/mctf_package/mctf/src/mctf_common.cpp
-+++ b/_studio/mfx_lib/mctf_package/mctf/src/mctf_common.cpp
-@@ -44,6 +44,7 @@
- #include <algorithm>
- #include <climits>
- #include <cmath>
-+#include <limits>
- #include "cmrt_cross_platform.h"
-
- using std::min;
---
-2.32.0
-
diff --git a/media-libs/intel-mediasdk/intel-mediasdk-20.3.0-r1.ebuild b/media-libs/intel-mediasdk/intel-mediasdk-20.3.0-r1.ebuild
deleted file mode 100644
index 0e5426e4bf7a..000000000000
--- a/media-libs/intel-mediasdk/intel-mediasdk-20.3.0-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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-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}/MediaSDK-intel-mediasdk-${PV}"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-# x11-libs/libdrm[video_cards_intel] for intel_bufmgr.h in samples
-# bug #805224
-DEPEND="
- >=media-libs/libva-intel-media-driver-${PV}
- x11-libs/libdrm[video_cards_intel]
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-20.3.0-missing-limits-include.patch
-)
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_OPENCL=OFF
- )
-
- cmake_src_configure
-}
next reply other threads:[~2022-12-21 8:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-21 8:20 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-30 8:56 [gentoo-commits] repo/gentoo:master commit in: media-libs/intel-mediasdk/files/, media-libs/intel-mediasdk/ Andrew Ammerlaan
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=1671610791.fbe16ab55d389c374dfcb71277df2a99b241d36a.asturm@gentoo \
--to=asturm@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