diff options
author | Mart Raudsepp <leio@gentoo.org> | 2025-01-09 23:50:49 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2025-01-10 00:10:07 +0200 |
commit | 2e1d29be4214befdbbc15e48745e5254c5752850 (patch) | |
tree | e4b2f1512ae2ea14a78c90705df97312819033bf /media-libs | |
parent | media-plugins/gst-plugins-cdparanoia: drop 1.22.11, 1.24.10 (diff) | |
download | gentoo-2e1d29be4214befdbbc15e48745e5254c5752850.tar.gz gentoo-2e1d29be4214befdbbc15e48745e5254c5752850.tar.bz2 gentoo-2e1d29be4214befdbbc15e48745e5254c5752850.zip |
media-libs/gst-plugins-good: drop 1.22.11, 1.24.10
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gst-plugins-good/Manifest | 2 | ||||
-rw-r--r-- | media-libs/gst-plugins-good/gst-plugins-good-1.22.11.ebuild | 37 | ||||
-rw-r--r-- | media-libs/gst-plugins-good/gst-plugins-good-1.24.10.ebuild | 37 |
3 files changed, 0 insertions, 76 deletions
diff --git a/media-libs/gst-plugins-good/Manifest b/media-libs/gst-plugins-good/Manifest index 2272a789ea11..1a6fa0237bb0 100644 --- a/media-libs/gst-plugins-good/Manifest +++ b/media-libs/gst-plugins-good/Manifest @@ -1,4 +1,2 @@ -DIST gst-plugins-good-1.22.11.tar.xz 2847708 BLAKE2B d61f834727719992e207ce3aa2e9b4ca779930f8bc0baf12bef7869f456ac86fad4a3874b50071d28724e414c5b134f7604af4b66c836da3388e584fbbe16dcf SHA512 e6105c90a66bfee8a69f621bf44f53fcbf832ec9290cee984354da91e57b61d2bbd548e3ad0c5d9f859d0c3f5ba3c313539f24b350e0a7acf29cb8983d4f40cb DIST gst-plugins-good-1.22.12.tar.xz 2844924 BLAKE2B 5bc2f802a6abac4405642f9fe9a0ce4aacfdd1273a9e6224f7fa917ec3a654a2db97c6f74f8cbba93211bc7d41a10ea5394342ea9c902fddb723adfe8535cdec SHA512 06edbec1981681eef13852f21814666ccd9b664892795109d605015e0fe351d9cc3159af3e0ff92aa0d6bf085af8a749333d128544a2ce8b545067b95b7e09c0 -DIST gst-plugins-good-1.24.10.tar.xz 2936480 BLAKE2B 7f860cebe757dccd46d3f37a6e88b20d616d2d754f00833d0805a81a07046a67e37b4c6a0b9ba12857142ad6f642db29eba795da4c7feabdf9ec836d13d95d9e SHA512 8c22f0502952677657716d52116101dd03d4b7af19f16bab6d5afbbc24fd9c920c3030bbe307cff19558b7a41d0347de0f5f28b4e15d9a26b482eb0c84d482f5 DIST gst-plugins-good-1.24.11.tar.xz 2937828 BLAKE2B 66d2f4ff4564d34a0cb26c6bd00d7dd933d7674a08ea8119e94c32f2088c8f3aebc006e4288309bb3c2b5862f44806f74395609f4c58f2d563247dd8acf4f49d SHA512 7b15baf2aa0aa72f469d0c44cc13a892b85e7d4e08d04c44bfeb0ff475aa274474adcf652ed4fb9bca22155d04afa47898a423d3b5844a9b597337a3ab46faed diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.22.11.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-1.22.11.ebuild deleted file mode 100644 index 47f709973afa..000000000000 --- a/media-libs/gst-plugins-good/gst-plugins-good-1.22.11.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -GST_ORG_MODULE="gst-plugins-good" - -inherit gstreamer-meson - -DESCRIPTION="Basepack of plugins for GStreamer" -HOMEPAGE="https://gstreamer.freedesktop.org/" - -LICENSE="LGPL-2.1+" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86" -IUSE="+orc" - -# Old media-libs/gst-plugins-ugly blocker for xingmux moving from ugly->good -RDEPEND=" - !<media-libs/gst-plugins-ugly-1.22.3 - >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}] - >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] - >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] - orc? ( >=dev-lang/orc-0.4.33[${MULTILIB_USEDEP}] ) -" -DEPEND="${RDEPEND}" - -DOCS=( AUTHORS ChangeLog NEWS README.md RELEASE ) - -multilib_src_configure() { - # gst/matroska can use bzip2 - GST_PLUGINS_NOAUTO="bz2" - - local emesonargs=( - -Dbz2=enabled - ) - - gstreamer_multilib_src_configure -} diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.24.10.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-1.24.10.ebuild deleted file mode 100644 index 5b146687177e..000000000000 --- a/media-libs/gst-plugins-good/gst-plugins-good-1.24.10.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -GST_ORG_MODULE="gst-plugins-good" - -inherit gstreamer-meson - -DESCRIPTION="Basepack of plugins for GStreamer" -HOMEPAGE="https://gstreamer.freedesktop.org/" - -LICENSE="LGPL-2.1+" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="+orc" - -# Old media-libs/gst-plugins-ugly blocker for xingmux moving from ugly->good -RDEPEND=" - !<media-libs/gst-plugins-ugly-1.22.3 - >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}] - >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] - >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] - orc? ( >=dev-lang/orc-0.4.33[${MULTILIB_USEDEP}] ) -" -DEPEND="${RDEPEND}" - -DOCS=( AUTHORS ChangeLog NEWS README.md RELEASE ) - -multilib_src_configure() { - # gst/matroska can use bzip2 - GST_PLUGINS_NOAUTO="bz2" - - local emesonargs=( - -Dbz2=enabled - ) - - gstreamer_multilib_src_configure -} |