From 9058f4f2d5b6ef0ff01343659d21eab2be9a9836 Mon Sep 17 00:00:00 2001 From: "Igor V. Kovalenko" Date: Fri, 26 Aug 2022 13:59:32 +0100 Subject: media-plugins/gst-plugins-smoothstreaming: add 1.20.3 Signed-off-by: Sam James Signed-off-by: Igor V. Kovalenko --- media-plugins/gst-plugins-smoothstreaming/Manifest | 1 + .../gst-plugins-smoothstreaming-1.20.3.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.20.3.ebuild diff --git a/media-plugins/gst-plugins-smoothstreaming/Manifest b/media-plugins/gst-plugins-smoothstreaming/Manifest index 8afe0c32cc8d..fdff776ab51a 100644 --- a/media-plugins/gst-plugins-smoothstreaming/Manifest +++ b/media-plugins/gst-plugins-smoothstreaming/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.20.2.tar.xz 6216208 BLAKE2B bbbe77a1255991a2f96696996fb0c99f14f6d63fef455feb1ce90ae518bb9f80fd61bcfb223c20407b8d6240faaa93478495f8e9fda16fab36a311d167e88e25 SHA512 3f98973dc07ead745418e0a30f9f6b5c8d328e3d126f54d92c10ab5da04271768a5c5dffc36ea24ccf8fb516b1e3733be9fb18dc0db419dea4d37d17018f8a70 +DIST gst-plugins-bad-1.20.3.tar.xz 6222824 BLAKE2B 01aae59adbe76b8e50a49fb8bb8037e6f3aa93cbc2b658aab05ebbf30f8d1aef98c1981712caa39e3c9d08f1e0c9d76f2f874f7d2fdd994b3a0735b2809eafdf SHA512 cfcf126eabff550455decd7054a269b73489708c10a6b6090dddb5fde29bfba07ed330c339927ff170e025fa3a08d2ffb822322dc3798679366207a54132c71b diff --git a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.20.3.ebuild b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.20.3.ebuild new file mode 100644 index 000000000000..8b713384aec1 --- /dev/null +++ b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.20.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="Smooth Streaming plugin for GStreamer" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +src_prepare() { + default + gstreamer_system_library gstadaptivedemux_dep:gstadaptivedemux + gstreamer_system_package gstcodecparsers_dep:gstreamer-codecparsers + gstreamer_system_library gstisoff_dep:gstisoff + gstreamer_system_library gsturidownloader_dep:gsturidownloader +} -- cgit v1.2.3-65-gdbad