commit: ae90942d353a9e67c7c725fca085dd20fe76f1b4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 27 15:53:26 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 27 21:05:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae90942d
media-plugins/gst-plugins-smoothstreaming: drop 1.24.10-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-plugins/gst-plugins-smoothstreaming/Manifest | 1 -
.../gst-plugins-smoothstreaming-1.24.10-r1.ebuild | 26 ----------------------
2 files changed, 27 deletions(-)
diff --git a/media-plugins/gst-plugins-smoothstreaming/Manifest
b/media-plugins/gst-plugins-smoothstreaming/Manifest
index d821ac4d455d..78bf76aefa62 100644
--- a/media-plugins/gst-plugins-smoothstreaming/Manifest
+++ b/media-plugins/gst-plugins-smoothstreaming/Manifest
@@ -1,2 +1 @@
-DIST gst-plugins-bad-1.24.10.tar.xz 7078644 BLAKE2B
928a79f10e93cad4bddfa1a8ce31ea2ea61e7e0424ed83789ed08c52d44665ce9da44a8b79c5f1b29cb69371ad220daafc741cf1c3bb3eababe0636dbd1b994d
SHA512
b4f0ca2899052ba48aca2b4364479cfe580f6150e2b2b043e2a0e687409f5529f548fa06dedd73733d857c1243871426668664228d74bbdfcbd7ed35aea24189
DIST gst-plugins-bad-1.24.11.tar.xz 7081520 BLAKE2B
5f1114eb20ff7426cd1edc568b535fcf93c5c819a04cc9d86e729ae0b5bd5984d79cd8cbf674fa0ed01c07d1faf3551b8415745b681b4941ad848869db256974
SHA512
12925f006a4a4b848fc4daf772688c8c1c0efe14aceb823954b4c05fcc2305bde1e8d9b7183a833299162de1e6ab5667d9865dee54851cc02d17cb61e72ae066
diff --git
a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.24.10-r1.ebuild
b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.24.10-r1.ebuild
deleted file mode 100644
index a90fb898a8ca..000000000000
---
a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.24.10-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer-meson
-
-DESCRIPTION="Smooth Streaming plugin for GStreamer"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND=">=dev-libs/libxml2-2.9.1-r4:=[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
- gstreamer_system_package gstcodecparsers_dep:gstreamer-codecparsers
- gstreamer_system_library \
- gstadaptivedemux_dep:gstadaptivedemux \
- gstisoff_dep:gstisoff \
- gsturidownloader_dep:gsturidownloader
-}
-
-pkg_postinst() {
- einfo "media-plugins/gst-plugins-adaptivedemux2 provides an alternative
smooth streaming demuxer option (mssdemux2)"
-}