media-libs/gst-plugins-ugly: drop 1.24.11, 1.24.13

Bug: https://bugs.gentoo.org/970989
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/802
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2026-04-18 01:48:27 +03:00
committed by Sam James
parent 1d2843388c
commit a3289e0355
3 changed files with 0 additions and 42 deletions

View File

@@ -1,2 +1 @@
DIST gst-plugins-ugly-1.24.11.tar.xz 232056 BLAKE2B 849c34c099d062c81e7e008aee95d36ac6aae0c08eacec0e2ba3582b421d912f9dc0322031310eb459c76af30056ee38d5b5849d0400540656571c1a110f1c54 SHA512 461f3a07b4265bfe66b5b22f3a10bbf254068381f5634e970b3cb6d1c2d3ea401e0be43d188934a490e29658d8447a83de50253380cde371b0f5a55178f90e6a
DIST gst-plugins-ugly-1.24.13.tar.xz 235824 BLAKE2B cee9b2fd83f15df1655263e5c1b4ad460c4ac318059704100b96d7a84d0645add33472edba93175bba1db6100697b43b4a6646d77d46c2ec8e2cb8d681e7dbe8 SHA512 0f40219638f29a6ca576bdf933d74e023d81a166e11e65c7a816b9941a8b9609ac5448659780d356b5e20af540f3aeea90c5f371adf31ae7c77fa5314863db28

View File

@@ -1,19 +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-ugly"
inherit gstreamer-meson
DESCRIPTION="Basepack of plugins for gstreamer"
HOMEPAGE="https://gstreamer.freedesktop.org/"
LICENSE="LGPL-2+" # some split plugins are LGPL but combining with a GPL library
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
RDEPEND="
>=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
"
DEPEND="${RDEPEND}"
DOCS=( AUTHORS ChangeLog NEWS README.md RELEASE )

View File

@@ -1,22 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
GST_ORG_MODULE="gst-plugins-ugly"
inherit gstreamer-meson
DESCRIPTION="Basepack of plugins for gstreamer"
HOMEPAGE="https://gstreamer.freedesktop.org/"
LICENSE="LGPL-2+" # some split plugins are LGPL but combining with a GPL library
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
# False positive as only a52dec uses symbols from orc.
# QA: IUSE=orc is missing while plugin supports it
RDEPEND="
>=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
"
DEPEND="${RDEPEND}"
DOCS=( AUTHORS ChangeLog NEWS README.md RELEASE )