summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2024-04-01 01:39:33 +0300
committerMart Raudsepp <leio@gentoo.org>2024-04-01 22:53:44 +0300
commitb26a933b19e9cb83f18c7a397e485cfafba642ad (patch)
tree9fdb7c4b0fce6799c768b68f7fb6f2cec3191f49 /media-libs
parentmedia-plugins/gst-plugins-zbar: add 1.22.11, EAPI-8 (diff)
downloadgentoo-b26a933b19e9cb83f18c7a397e485cfafba642ad.tar.gz
gentoo-b26a933b19e9cb83f18c7a397e485cfafba642ad.tar.bz2
gentoo-b26a933b19e9cb83f18c7a397e485cfafba642ad.zip
media-libs/gst-plugins-ugly: add 1.22.11, EAPI-8
With EAPI-8, python-any-r1 is handled by eclass, also adding py3.12 support. Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/gst-plugins-ugly/Manifest2
-rw-r--r--media-libs/gst-plugins-ugly/gst-plugins-ugly-1.22.11.ebuild (renamed from media-libs/gst-plugins-ugly/gst-plugins-ugly-1.22.10.ebuild)13
2 files changed, 3 insertions, 12 deletions
diff --git a/media-libs/gst-plugins-ugly/Manifest b/media-libs/gst-plugins-ugly/Manifest
index 146c905fb439..faf8dc672768 100644
--- a/media-libs/gst-plugins-ugly/Manifest
+++ b/media-libs/gst-plugins-ugly/Manifest
@@ -1,3 +1,3 @@
DIST gst-plugins-ugly-1.20.5.tar.xz 514168 BLAKE2B aac51e1494660b94d732ad5e6ef0a9bf7a3eadd07f22607ba41cde8fb70ef4fbc622abf8b782a76e027082da543835bd679e9ee01c20e7a32539647acc793e6f SHA512 071b9a1de3bf67554995a0a743cabf576be15d2f56d8d121473c5892c9c18211902c314567014242618b0f764356df0a66de9997bbb19265d047653b9ee0178d
DIST gst-plugins-ugly-1.20.6.tar.xz 515488 BLAKE2B 4c3bca3a27718d517078395554716219ed73bc4f254f3cc26e96eaee446834a40e020da0c1c5cf4ac7aa0a3ace1d8534b4865c21e9a3a8ffa08aabba87e60dbd SHA512 d65fb93c2cfccf050adf035fb640957fc24850caef972ab4284580a72c149cf616292333406f9e5d0a5334a5da779432c2ed9b700e558413073a3bca8860682b
-DIST gst-plugins-ugly-1.22.10.tar.xz 255832 BLAKE2B ddf01dae1306af4d88f324da4f7758d569f82dd7716e7868d2b101a4e16ff523290878f9a181a3abe1ea532a6399ef87f0173c7fdffa5620c9f2b9f79566948c SHA512 7e925a6a871a5d7f537f688e8f130bf1e470f7921cc266000eccc706c5b80368ce5f6c0de062e931181e9dc907990788d0def916b5b15a8a07827dfabea14224
+DIST gst-plugins-ugly-1.22.11.tar.xz 256812 BLAKE2B 143fe16c92465be0c5bfb5b6c452be9e730501d372e49c26c6837eb2ff336b8098cda5afc61b3620f9ea9ed13eed6118e0deed8dcc9eab499b941e5e64157fd9 SHA512 767e80c1d15ec79ff196c4c4ad6128bc17502b490201c1a3799341a2784848f639392310de7dabc922d022acb5156bd25e4191ba2409c17b3a23a278f7722c5c
diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.22.10.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.22.11.ebuild
index 33ff2c964091..d1110a4ebbc3 100644
--- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.22.10.ebuild
+++ b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.22.11.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
GST_ORG_MODULE="gst-plugins-ugly"
-PYTHON_COMPAT=( python3_{8,9,10,11} )
-inherit gstreamer-meson python-any-r1
+inherit gstreamer-meson
DESCRIPTION="Basepack of plugins for gstreamer"
HOMEPAGE="https://gstreamer.freedesktop.org/"
@@ -12,17 +11,9 @@ 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 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE=""
-
RDEPEND="
>=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
"
DEPEND="${RDEPEND}"
-BDEPEND="${PYTHON_DEPS}"
DOCS=( AUTHORS ChangeLog NEWS README.md RELEASE )
-
-multilib_src_install_all() {
- einstalldocs
- find "${ED}" -name '*.la' -delete || die
-}