summaryrefslogtreecommitdiff
path: root/media-plugins/gst-plugins-smoothstreaming
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-03 19:17:21 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-03 19:17:21 +0000
commit81e4fbcb846ed1cabdad699c0029b166dd7273b7 (patch)
tree16f1236b7a386949c02a6e3c13d0fcd8298fa133 /media-plugins/gst-plugins-smoothstreaming
parenta70f42c65202d88c203c40910fef8f96f333d1ee (diff)
gentoo resync : 03.01.2018
Diffstat (limited to 'media-plugins/gst-plugins-smoothstreaming')
-rw-r--r--media-plugins/gst-plugins-smoothstreaming/Manifest2
-rw-r--r--media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.10.5.ebuild35
2 files changed, 0 insertions, 37 deletions
diff --git a/media-plugins/gst-plugins-smoothstreaming/Manifest b/media-plugins/gst-plugins-smoothstreaming/Manifest
index b3053cddb4a8..9b60f22f0c30 100644
--- a/media-plugins/gst-plugins-smoothstreaming/Manifest
+++ b/media-plugins/gst-plugins-smoothstreaming/Manifest
@@ -1,5 +1,3 @@
-DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc SHA512 03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2 SHA512 6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661
-EBUILD gst-plugins-smoothstreaming-1.10.5.ebuild 1106 BLAKE2B b5cde9b78beb2a4b6ee460f540377d0e40b53136be7b167ab691ad29e0e7927bae129f16f8579e0f2feaa82642600cefa759183bb5dfb2d65a1d91f19ea69fb4 SHA512 9f90860e2fab01cf43957291d0d7e50e91939a3ae9994084dd2067b53f17efbdf7a9b2dbe0b903f5a734f6a92e3649d3aa7ca658b0a7fcb9e87b4c519f831245
EBUILD gst-plugins-smoothstreaming-1.12.3.ebuild 1106 BLAKE2B b5cde9b78beb2a4b6ee460f540377d0e40b53136be7b167ab691ad29e0e7927bae129f16f8579e0f2feaa82642600cefa759183bb5dfb2d65a1d91f19ea69fb4 SHA512 9f90860e2fab01cf43957291d0d7e50e91939a3ae9994084dd2067b53f17efbdf7a9b2dbe0b903f5a734f6a92e3649d3aa7ca658b0a7fcb9e87b4c519f831245
MISC metadata.xml 262 BLAKE2B 16a4a230ef5481afde96333e9555bee1771ced412b11eb982c633709dec57b274f78082ba3fe842f7d3406a688662d34792fff304027833286b30652e9982719 SHA512 608f0a17d576a3b23a6921272eb449a6efed76b3c4b3fdf8737b2d499b56d109186c2883c06e5c843799d2fb1606f3066c43759b40f9d7cf58b6a674c38dd0e0
diff --git a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.10.5.ebuild b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.10.5.ebuild
deleted file mode 100644
index cb03b8dc54fe..000000000000
--- a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.10.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="Smooth Streaming plugin for GStreamer"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
-
- # FIXME: gsturidownloader does not have a .pc
- # gst-libs/gst/uridownloader:gsturidownloader \
- # gst-libs/gst/adaptativedemux:gstadaptivedemux
- gstreamer_system_link \
- gst-libs/gst/codecparsers:gstreamer-codecparsers
-
- local directory libs
- directory="gst-libs/gst/uridownloader"
- libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 -lgsturidownloader-1.0"
- sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
- -i ext/smoothstreaming/Makefile.{am,in} || die
-
- directory="gst-libs/gst/adaptivedemux"
- libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 -lgstapp-1.0 -lgsturidownloader-1.0 -lgstadaptivedemux-1.0"
- sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
- -i ext/smoothstreaming/Makefile.{am,in} || die
-}