diff options
author | 2024-04-30 10:54:30 +0300 | |
---|---|---|
committer | 2024-04-30 11:23:48 +0300 | |
commit | 33c10a2bffd833ac5b41de396bf85b753aa53f15 (patch) | |
tree | 570d1ead22ba054d6d6030e36a33c1868e4d9991 /media-libs | |
parent | media-libs/gst-rtsp-server: drop 1.20.5, 1.20.6 (diff) | |
download | gentoo-33c10a2bffd833ac5b41de396bf85b753aa53f15.tar.gz gentoo-33c10a2bffd833ac5b41de396bf85b753aa53f15.tar.bz2 gentoo-33c10a2bffd833ac5b41de396bf85b753aa53f15.zip |
media-libs/gstreamer-editing-services: drop 1.20.5, 1.20.6
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-libs')
3 files changed, 0 insertions, 108 deletions
diff --git a/media-libs/gstreamer-editing-services/Manifest b/media-libs/gstreamer-editing-services/Manifest index 336e62514ac3..817afbcbf4a8 100644 --- a/media-libs/gstreamer-editing-services/Manifest +++ b/media-libs/gstreamer-editing-services/Manifest @@ -1,3 +1 @@ -DIST gst-editing-services-1.20.5.tar.xz 985412 BLAKE2B 6fd98769889f7ba41927dcd5673b68dc1a24911e4c222088895739e5074ee589a8e7dc33ac753dbe1297a508037d8384bc5975f82b2606f6151b69b344a8c3f3 SHA512 947101969a9a6e458162a64ef857a1ec9aee39b7b7d42ab092cedaafcdc9d9e8dd85159f9f8a0280b17a52943598c90a6a79f638f825741ce411a8e407ea2408 -DIST gst-editing-services-1.20.6.tar.xz 986952 BLAKE2B 03606964ecdff2bdea66921ee4ab6545d552abcf73c2b55ca47e2794b5c8f9cdc0a2ad81b96d331c19cbcdd945ed77ecc026493c7f0f7ea5ad2c577f138d6620 SHA512 f95b2355754c305ec9370fe8deb4d6a239a1429ba776bedec0250ce67d54323a77150372eff22b57fe74707f0b6a52899c5f41436655837f0d39be713c713f3d DIST gst-editing-services-1.22.11.tar.xz 836008 BLAKE2B 49ce48e45b956f9675f64f8da4ce2a8cd851ccba5573e722d8f823ff08a96053a4b8beca14fe5d32b4d8f71abf32feba2c2b80c10cf3825c32a5eaf52ce474a4 SHA512 87f1240c3c18d1530ace3f15ad50acef90dab2808198658b5f9da54a5cfe2ee2c040e7bdd766550e566c5e86a1509b12a473b6063f3a7e471ee18b163b40873d diff --git a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.20.5.ebuild b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.20.5.ebuild deleted file mode 100644 index 2958daee2dd8..000000000000 --- a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.20.5.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{8..11} ) - -inherit meson python-r1 - -DESCRIPTION="SDK for making video editors and more" -HOMEPAGE="http://wiki.pitivi.org/wiki/GES" -SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P/gstreamer/gst}.tar.xz" -S="${WORKDIR}"/${P/gstreamer/gst} - -LICENSE="LGPL-2+" -SLOT="1.0" -KEYWORDS="amd64 x86" - -IUSE="+introspection test" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -# Some tests are failing -RESTRICT="test" - -RDEPEND=" - ${PYTHON_DEPS} - >=dev-libs/glib-2.40.0:2 - dev-libs/libxml2:2 - >=media-libs/gstreamer-${PV}:1.0[introspection?] - >=media-libs/gst-plugins-base-${PV}:1.0[introspection?] - >=media-libs/gst-plugins-bad-${PV}:1.0[introspection?] - introspection? ( >=dev-libs/gobject-introspection-0.9.6:= ) -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - local emesonargs=( - -Ddoc=disabled # hotdoc not packaged - $(meson_feature introspection) - $(meson_feature test tests) - -Dbash-completion=disabled - -Dxptv=disabled - -Dpython=enabled - -Dvalidate=disabled - -Dexamples=disabled - ) - meson_src_configure -} - -src_install() { - meson_src_install - python_moduleinto gi.overrides - python_foreach_impl python_domodule bindings/python/gi/overrides/GES.py -} diff --git a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.20.6.ebuild b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.20.6.ebuild deleted file mode 100644 index 2958daee2dd8..000000000000 --- a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.20.6.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{8..11} ) - -inherit meson python-r1 - -DESCRIPTION="SDK for making video editors and more" -HOMEPAGE="http://wiki.pitivi.org/wiki/GES" -SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P/gstreamer/gst}.tar.xz" -S="${WORKDIR}"/${P/gstreamer/gst} - -LICENSE="LGPL-2+" -SLOT="1.0" -KEYWORDS="amd64 x86" - -IUSE="+introspection test" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -# Some tests are failing -RESTRICT="test" - -RDEPEND=" - ${PYTHON_DEPS} - >=dev-libs/glib-2.40.0:2 - dev-libs/libxml2:2 - >=media-libs/gstreamer-${PV}:1.0[introspection?] - >=media-libs/gst-plugins-base-${PV}:1.0[introspection?] - >=media-libs/gst-plugins-bad-${PV}:1.0[introspection?] - introspection? ( >=dev-libs/gobject-introspection-0.9.6:= ) -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - local emesonargs=( - -Ddoc=disabled # hotdoc not packaged - $(meson_feature introspection) - $(meson_feature test tests) - -Dbash-completion=disabled - -Dxptv=disabled - -Dpython=enabled - -Dvalidate=disabled - -Dexamples=disabled - ) - meson_src_configure -} - -src_install() { - meson_src_install - python_moduleinto gi.overrides - python_foreach_impl python_domodule bindings/python/gi/overrides/GES.py -} |