diff options
author | Mart Raudsepp <leio@gentoo.org> | 2023-10-13 10:27:12 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2023-10-13 10:27:12 +0300 |
commit | 35d9dccb2ee94f71c3c3f8314f8c0de0fe306243 (patch) | |
tree | 5244bf94d7b608389b2a6bbc4c7cdf81d3a54e1a /media-libs | |
parent | media-libs/gst-rtsp-server: drop 1.20.3, 1.20.4 (diff) | |
download | gentoo-35d9dccb2ee94f71c3c3f8314f8c0de0fe306243.tar.gz gentoo-35d9dccb2ee94f71c3c3f8314f8c0de0fe306243.tar.bz2 gentoo-35d9dccb2ee94f71c3c3f8314f8c0de0fe306243.zip |
media-libs/gstreamer-editing-services: drop 1.20.3, 1.20.4
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 9c2166012915..5d78f3c7a28a 100644 --- a/media-libs/gstreamer-editing-services/Manifest +++ b/media-libs/gstreamer-editing-services/Manifest @@ -1,5 +1,3 @@ -DIST gst-editing-services-1.20.3.tar.xz 979284 BLAKE2B 3d512a7bc17273dcb55c3a0dd18326fd8069c6eab9fe8c91e79b10b69000ab21ed3c7cffa0c480d2a047637cd84d5a6f08fea3c264ff5cab16a70c133a6c6223 SHA512 380cea0abda043a5aaee11981c85a03e59f4a5ac9221342c09d1875477dc327210ad0705e537538a981bef4de99b1aa7ac92fb37c77fc60b44219d673f97f56f -DIST gst-editing-services-1.20.4.tar.xz 982400 BLAKE2B 00ce8918be05dd2a417eaa61ff7994b8ec169149e46fc90062a816bdf3680a6946cf04aed4867b00869fea3e533169335fbf247d0a061e6a214e0c6b7a2e47cb SHA512 6322f5da61a9004480392169a40790fb0e4b50350e960d5d6383dd431f58fe8452b9ab163cbf7307fe12fbdc5a6276f670af4ad02528799e689b490880f10a8c 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.3.tar.xz 825216 BLAKE2B 8b7f35d7d4638d6995a057eba2a2c6ec0331874e744484061ea874c278d614211cc18cb0ff3f25d4a7a4280162c581dd32aabf3d7db290755d152bddbe337dc4 SHA512 f4dd501bd8a40876e748b6b0475f85bfe3aae0650bd4bfd3623d485b0ffd32a01aa16ea01e1428c1735174f2609b380e81af366e0721e9cb360dc29a8f911104 diff --git a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.20.3.ebuild b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.20.3.ebuild deleted file mode 100644 index 8a4f21b83e63..000000000000 --- a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.20.3.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) - -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.4.ebuild b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.20.4.ebuild deleted file mode 100644 index 20bda64a8745..000000000000 --- a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.20.4.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_{9..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 -} |