diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-03 21:58:27 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-03 22:28:36 +0100 |
commit | b4ddd3554b1f7b5a40976557fc136553a9731bd8 (patch) | |
tree | 1ea2a91dbcb619658915de7b258b6fa14f7f009e /media-plugins/gst-plugins-opencv | |
parent | dev-util/nvidia-cuda-toolkit: add 12.3.2 (diff) | |
download | gentoo-b4ddd3554b1f7b5a40976557fc136553a9731bd8.tar.gz gentoo-b4ddd3554b1f7b5a40976557fc136553a9731bd8.tar.bz2 gentoo-b4ddd3554b1f7b5a40976557fc136553a9731bd8.zip |
media-plugins/gst-plugins-opencv: drop 1.20.5, 1.20.6
Bug: https://bugs.gentoo.org/906106
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-plugins/gst-plugins-opencv')
4 files changed, 0 insertions, 159 deletions
diff --git a/media-plugins/gst-plugins-opencv/Manifest b/media-plugins/gst-plugins-opencv/Manifest index 8cd577be7efd..2a4c680aa0b1 100644 --- a/media-plugins/gst-plugins-opencv/Manifest +++ b/media-plugins/gst-plugins-opencv/Manifest @@ -1,3 +1 @@ -DIST gst-plugins-bad-1.20.5.tar.xz 6237720 BLAKE2B bf379da420d1f7f148cf51373f6f2d0800685487c8bdb7a768e79e0a2e4f1721053922be9321958b4ce318de12ea390de4cd89c345329ac41dd0425815e0e7f6 SHA512 4b4603d755d17a0fa072d771521bdcbf554fc9abdc8105b9d9189062e5725ae2989f430e1de77363a69d8c969ecbf15e73e9c478fabe8efac83b2d9b1b0a4a0a -DIST gst-plugins-bad-1.20.6.tar.xz 6244344 BLAKE2B 50c8d62b486541c0ee71d69f1debb18c7dcd02afe562f6d337f8648cf69a492ac47dcf250e4e6b1c6a7d518237431639c25601f9935996724cb9f73beffa27e8 SHA512 c1f2be9351dc12d9290f715ac529dc03572617fb65c50755927e01cb9307b9e806b6204b5b2f85c29a8fc3d8ca7695767a316fb387eac465e9e93bcae5d39ff5 DIST gst-plugins-bad-1.22.3.tar.xz 5523924 BLAKE2B 8015098ac2d19546de58cebdbe29fd7fbb2c7f076bf775564d7b862ed99a59968a2f751ff1137534d178fea5cf1c2022e53e4159ca2e5d3bf71c9fa4663be4f5 SHA512 1512e26111174ea4a9da26203a635e7ec7673ea5b6ca8dae8aaa8a20ffae36c9b68904d669344a8efc31f751093a00e22d2a1f1affcdd037f162493441c77628 diff --git a/media-plugins/gst-plugins-opencv/files/gst-plugins-bad-1.20.1-use-system-libs-opencv.patch b/media-plugins/gst-plugins-opencv/files/gst-plugins-bad-1.20.1-use-system-libs-opencv.patch deleted file mode 100644 index 57ee0cffc824..000000000000 --- a/media-plugins/gst-plugins-opencv/files/gst-plugins-bad-1.20.1-use-system-libs-opencv.patch +++ /dev/null @@ -1,95 +0,0 @@ -commit 245245841d3117d81cff1b560b7ac4b1aad1aa78 -Author: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> -Date: Sat Jul 3 19:29:01 2021 +0300 - - Patch gst-plugins-bad 1.18.4 to also install opencv integration libs - - Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> - -diff --git a/ext/meson.build b/ext/meson.build -index 2cbddbf82..c70a07bbe 100644 ---- a/ext/meson.build -+++ b/ext/meson.build -@@ -58,7 +58,6 @@ subdir('ttml') - subdir('voaacenc') - subdir('voamrwbenc') - subdir('vulkan') --subdir('wayland') - subdir('webrtc') - subdir('webrtcdsp') - subdir('webp') -diff --git a/gst-libs/gst/meson.build b/gst-libs/gst/meson.build -index 6cbed6c6c..d44943189 100644 ---- a/gst-libs/gst/meson.build -+++ b/gst-libs/gst/meson.build -@@ -1,22 +1 @@ --subdir('uridownloader') -- --subdir('adaptivedemux') --subdir('audio') --subdir('basecamerabinsrc') --subdir('codecparsers') --subdir('codecs') --subdir('d3d11') --subdir('insertbin') --subdir('interfaces') --subdir('isoff') --subdir('mpegts') - subdir('opencv') --subdir('play') --subdir('player') --subdir('sctp') --subdir('transcoder') --subdir('va') --subdir('vulkan') --subdir('wayland') --subdir('webrtc') --subdir('winrt') -diff --git a/meson.build b/meson.build -index e456c32da..cfa265061 100644 ---- a/meson.build -+++ b/meson.build -@@ -484,23 +484,10 @@ pkgconfig_variables = ['exec_prefix=${prefix}', - - pkgconfig_subdirs = ['gstreamer-1.0'] - --pkgconfig.generate( -- libraries : [gst_dep], -- variables : pkgconfig_variables, -- subdirs : pkgconfig_subdirs, -- name : 'gstreamer-plugins-bad-1.0', -- description : 'Streaming media framework, bad plugins libraries', --) -- - gpl_allowed = get_option('gpl').allowed() - - subdir('gst-libs') --subdir('gst') --subdir('sys') - subdir('ext') --subdir('tests') --subdir('data') --subdir('tools') - - if have_orcc - update_orc_dist_files = find_program('scripts/update-orc-dist-files.py') -@@ -528,7 +524,6 @@ endif - # xgettext is optional (on Windows for instance) - if find_program('xgettext', required : get_option('nls')).found() - cdata.set('ENABLE_NLS', 1) -- subdir('po') - endif - - subdir('scripts') -diff --git a/sys/meson.build b/sys/meson.build -index cf39e5770..31d943d4b 100644 ---- a/sys/meson.build -+++ b/sys/meson.build -@@ -17,7 +17,6 @@ subdir('mediafoundation') - subdir('msdk') - subdir('nvcodec') - subdir('opensles') --subdir('shm') - subdir('tinyalsa') - subdir('uvch264') - subdir('v4l2codecs') diff --git a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.20.5.ebuild b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.20.5.ebuild deleted file mode 100644 index 3988c1ee8330..000000000000 --- a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.20.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -GST_ORG_MODULE=gst-plugins-bad -PYTHON_COMPAT=( python3_{8,9,10,11} ) -inherit gstreamer-meson python-any-r1 - -DESCRIPTION="OpenCV elements for GStreamer" -KEYWORDS="~amd64 ~x86" - -# >=opencv-4.1.2-r3 to help testing removal of older being fine -RDEPEND=" - >=media-libs/opencv-4.1.2-r3:=[contrib,contribdnn,${MULTILIB_USEDEP}] - <media-libs/opencv-4.7.0 -" -DEPEND="${RDEPEND}" -BDEPEND="${PYTHON_DEPS}" - -PATCHES=( - "${FILESDIR}"/gst-plugins-bad-1.20.1-use-system-libs-opencv.patch -) - -src_prepare() { - default - gstreamer_system_package video_dep:gstreamer-video -} - -multilib_src_install() { - DESTDIR="${D}" eninja install -} diff --git a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.20.6.ebuild b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.20.6.ebuild deleted file mode 100644 index 3988c1ee8330..000000000000 --- a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.20.6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -GST_ORG_MODULE=gst-plugins-bad -PYTHON_COMPAT=( python3_{8,9,10,11} ) -inherit gstreamer-meson python-any-r1 - -DESCRIPTION="OpenCV elements for GStreamer" -KEYWORDS="~amd64 ~x86" - -# >=opencv-4.1.2-r3 to help testing removal of older being fine -RDEPEND=" - >=media-libs/opencv-4.1.2-r3:=[contrib,contribdnn,${MULTILIB_USEDEP}] - <media-libs/opencv-4.7.0 -" -DEPEND="${RDEPEND}" -BDEPEND="${PYTHON_DEPS}" - -PATCHES=( - "${FILESDIR}"/gst-plugins-bad-1.20.1-use-system-libs-opencv.patch -) - -src_prepare() { - default - gstreamer_system_package video_dep:gstreamer-video -} - -multilib_src_install() { - DESTDIR="${D}" eninja install -} |