summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-01-26 06:47:55 +0200
committerMart Raudsepp <leio@gentoo.org>2017-01-26 06:48:00 +0200
commitf7edae16d56ebdf4411c7a1508558ecaf973d559 (patch)
tree4f76d9ac571b4ff3c4defea153daf122aa85683f /media-plugins/gst-plugins-smoothstreaming
parentmedia-plugins/gst-plugins-meta: Remove old (diff)
downloadgentoo-f7edae16d56ebdf4411c7a1508558ecaf973d559.tar.gz
gentoo-f7edae16d56ebdf4411c7a1508558ecaf973d559.tar.bz2
gentoo-f7edae16d56ebdf4411c7a1508558ecaf973d559.zip
media-libs/gst-plugins-bad and its splits: Remove old 1.6.3
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-plugins/gst-plugins-smoothstreaming')
-rw-r--r--media-plugins/gst-plugins-smoothstreaming/Manifest1
-rw-r--r--media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.3.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/media-plugins/gst-plugins-smoothstreaming/Manifest b/media-plugins/gst-plugins-smoothstreaming/Manifest
index 504dac8b1ddc..35e0b5845d17 100644
--- a/media-plugins/gst-plugins-smoothstreaming/Manifest
+++ b/media-plugins/gst-plugins-smoothstreaming/Manifest
@@ -1,2 +1 @@
-DIST gst-plugins-bad-1.6.3.tar.xz 4216940 SHA256 971b29101d6a9c5e3fe94d99d977a227f58f0b2d29b6ca2c7f292052542b3a61 SHA512 0a3a1d3617f167e69c20db3fccf7af0c4983b8012136093dcc3d08c059d0d8687cf921309c91f94afb250e0c3b9f9ff397a98ff548ca83dc12ae762119ffc915 WHIRLPOOL eb1f1376ee9b36da09f93b14d587169a007578f7cfdce3981ae905638c28f32b85a2f2667fc347f0b9ff4aaa51512f9726377c9ab3c73040886eab9a09833612
DIST gst-plugins-bad-1.8.3.tar.xz 4500300 SHA256 7899fcb18e6a1af2888b19c90213af018a57d741c6e72ec56b133bc73ec8509b SHA512 3676903fea7a5b078187c3b295208bc24b567ba4e965035db603cf8106e34ca619668253ff4320b192c4e3d1698572e6591bf7fb7253bd2399e7986711bb85c4 WHIRLPOOL 7dbe853dd83b15c33a78da1cbe43d121dd92e90b9b0016ba8f77fbc8f4b6c4167fd508ed9ae0370c03a2b548a765539ed7a45e5dd0418bb6f66d789e133ee7c5
diff --git a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.3.ebuild b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.3.ebuild
deleted file mode 100644
index 51900b2050f0..000000000000
--- a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.6.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GST_ORG_MODULE=gst-plugins-bad
-
-inherit gstreamer
-
-DESCRIPTION="Smooth Streaming plugin"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- # 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
-}