diff options
author | Mart Raudsepp <leio@gentoo.org> | 2024-04-30 10:54:09 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2024-04-30 11:23:48 +0300 |
commit | fc491741d1211056f09d106199d7426ca7ead821 (patch) | |
tree | 8da7ddcb30340374977fba2ccbec6bff56b938a3 /media-libs/gst-rtsp-server | |
parent | media-libs/gstreamer: drop 1.20.5, 1.20.6 (diff) | |
download | gentoo-fc491741d1211056f09d106199d7426ca7ead821.tar.gz gentoo-fc491741d1211056f09d106199d7426ca7ead821.tar.bz2 gentoo-fc491741d1211056f09d106199d7426ca7ead821.zip |
media-libs/gst-rtsp-server: drop 1.20.5, 1.20.6
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-libs/gst-rtsp-server')
-rw-r--r-- | media-libs/gst-rtsp-server/Manifest | 2 | ||||
-rw-r--r-- | media-libs/gst-rtsp-server/gst-rtsp-server-1.20.5.ebuild | 43 | ||||
-rw-r--r-- | media-libs/gst-rtsp-server/gst-rtsp-server-1.20.6.ebuild | 43 |
3 files changed, 0 insertions, 88 deletions
diff --git a/media-libs/gst-rtsp-server/Manifest b/media-libs/gst-rtsp-server/Manifest index 5077d3e37883..395530c61a87 100644 --- a/media-libs/gst-rtsp-server/Manifest +++ b/media-libs/gst-rtsp-server/Manifest @@ -1,3 +1 @@ -DIST gst-rtsp-server-1.20.5.tar.xz 368960 BLAKE2B f4e3bb1f7df79a631d39b459c43000a2185d81754fba48ef5e44c1786a2b67f03f4b9fce7c37c6301dd282e7784f3ff1ccb53b947719417c87adf8ed1cefd01d SHA512 826259c13610d61d07c5052d7601b3e6814604e81f47c0e5c0023ccc3b89da612f6d6e6c931b7e866ebc22fb4c4038734f8940b2573eca00a9185bd979256a15 -DIST gst-rtsp-server-1.20.6.tar.xz 370420 BLAKE2B f246041b113804ac2ddc28502fa1917c8e13bdc3b26272318153a58d97e0605393991e2f34fb48d91750e0a33f7358b3161b0fb7354f51ed8c7504d684d4e83b SHA512 9565905278e051cdbe1952fe2c62c1cd591a470c28113155f5333aa02a99ee729f542ad610dd5da71e75bc92a99eb4cdbdec438723a05844de7e58dae7b80919 DIST gst-rtsp-server-1.22.11.tar.xz 281608 BLAKE2B 50c2fdaeb828b4f1d8f23cea4e4054ab07bd7be3b3fcf1c977852c13b18b3360603da62daa19bc1f71b6d138158bd2d51f0e048490c99b1dcfc5cf4dbf5bd52a SHA512 cf3c698dbbcaa790b6bb1b1df4bae88be5f54fb70ba4bce5a4a0f907d693616d52b1cf67e73f694dcd7c9588b63a6303949f9f36fde952011a2d2ff80f9b44de diff --git a/media-libs/gst-rtsp-server/gst-rtsp-server-1.20.5.ebuild b/media-libs/gst-rtsp-server/gst-rtsp-server-1.20.5.ebuild deleted file mode 100644 index a54f4502fd14..000000000000 --- a/media-libs/gst-rtsp-server/gst-rtsp-server-1.20.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit gstreamer-meson - -DESCRIPTION="A GStreamer based RTSP server" -HOMEPAGE="https://gstreamer.freedesktop.org/modules/gst-rtsp-server.html" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 x86" -IUSE="examples +introspection static-libs" - -# gst-plugins-base for many used elements and API -# gst-plugins-good for rtprtxsend and rtpbin elements, maybe more -# gst-plugins-srtp for srtpenc and srtpdec elements -RDEPEND=" - >=media-libs/gstreamer-${PV}:${SLOT}[introspection?,${MULTILIB_USEDEP}] - >=media-libs/gst-plugins-base-${PV}:${SLOT}[introspection?,${MULTILIB_USEDEP}] - >=media-libs/gst-plugins-good-${PV}:${SLOT}[${MULTILIB_USEDEP}] - >=media-plugins/gst-plugins-srtp-${PV}:${SLOT}[${MULTILIB_USEDEP}] - introspection? ( >=dev-libs/gobject-introspection-1.31.1:= ) -" -DEPEND="${RDEPEND}" -BDEPEND="" - -multilib_src_configure() { - local emesonargs=( - -Dintrospection=$(multilib_native_usex introspection enabled disabled) - ) - - gstreamer_multilib_src_configure -} - -multilib_src_install_all() { - einstalldocs - - if use examples ; then - docinto examples - dodoc "${S}"/examples/*.c - fi -} diff --git a/media-libs/gst-rtsp-server/gst-rtsp-server-1.20.6.ebuild b/media-libs/gst-rtsp-server/gst-rtsp-server-1.20.6.ebuild deleted file mode 100644 index a54f4502fd14..000000000000 --- a/media-libs/gst-rtsp-server/gst-rtsp-server-1.20.6.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit gstreamer-meson - -DESCRIPTION="A GStreamer based RTSP server" -HOMEPAGE="https://gstreamer.freedesktop.org/modules/gst-rtsp-server.html" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 x86" -IUSE="examples +introspection static-libs" - -# gst-plugins-base for many used elements and API -# gst-plugins-good for rtprtxsend and rtpbin elements, maybe more -# gst-plugins-srtp for srtpenc and srtpdec elements -RDEPEND=" - >=media-libs/gstreamer-${PV}:${SLOT}[introspection?,${MULTILIB_USEDEP}] - >=media-libs/gst-plugins-base-${PV}:${SLOT}[introspection?,${MULTILIB_USEDEP}] - >=media-libs/gst-plugins-good-${PV}:${SLOT}[${MULTILIB_USEDEP}] - >=media-plugins/gst-plugins-srtp-${PV}:${SLOT}[${MULTILIB_USEDEP}] - introspection? ( >=dev-libs/gobject-introspection-1.31.1:= ) -" -DEPEND="${RDEPEND}" -BDEPEND="" - -multilib_src_configure() { - local emesonargs=( - -Dintrospection=$(multilib_native_usex introspection enabled disabled) - ) - - gstreamer_multilib_src_configure -} - -multilib_src_install_all() { - einstalldocs - - if use examples ; then - docinto examples - dodoc "${S}"/examples/*.c - fi -} |