Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-smoothstreaming/
Date: Tue, 05 Feb 2019 22:57:17
Message-Id: 1549407319.c466dcfff5decf89825716c01ea14a793890f004.leio@gentoo
1 commit: c466dcfff5decf89825716c01ea14a793890f004
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 22:46:40 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 22:55:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c466dcff
7
8 media-plugins/gst-plugins-smoothstreaming: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 media-plugins/gst-plugins-smoothstreaming/Manifest | 1 -
14 .../gst-plugins-smoothstreaming-1.14.1.ebuild | 41 ----------------------
15 2 files changed, 42 deletions(-)
16
17 diff --git a/media-plugins/gst-plugins-smoothstreaming/Manifest b/media-plugins/gst-plugins-smoothstreaming/Manifest
18 index d33e76f1970..9fd3b6a7d64 100644
19 --- a/media-plugins/gst-plugins-smoothstreaming/Manifest
20 +++ b/media-plugins/gst-plugins-smoothstreaming/Manifest
21 @@ -1,2 +1 @@
22 -DIST gst-plugins-bad-1.14.1.tar.xz 4651852 BLAKE2B 915798f9d07e18b445cae818978def1356299034d14ca2cba8f07df93d5dcf5ed257290bf111298c4f8063b32ceee38dd78c02eae508f6e88956b132740bfa36 SHA512 6969b6c91279fb96bc28acde0284ce980b3982ae0c77820284a903beee61dffa863554dcfadb55de1987404b59c3c7c421372e65dc7b4014fe64a0c91d4ce729
23 DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf SHA512 3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
24
25 diff --git a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.14.1.ebuild b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.14.1.ebuild
26 deleted file mode 100644
27 index d84418db808..00000000000
28 --- a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.14.1.ebuild
29 +++ /dev/null
30 @@ -1,41 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -GST_ORG_MODULE=gst-plugins-bad
36 -
37 -inherit gstreamer
38 -
39 -DESCRIPTION="Smooth Streaming plugin for GStreamer"
40 -KEYWORDS="amd64 x86"
41 -IUSE=""
42 -
43 -RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]"
44 -DEPEND="${RDEPEND}"
45 -
46 -src_prepare() {
47 - default
48 -
49 - # FIXME: gsturidownloader does not have a .pc
50 - # gst-libs/gst/uridownloader:gsturidownloader \
51 - # gst-libs/gst/adaptativedemux:gstadaptivedemux \
52 - # gst-libs/gst/isoff:gstisoff
53 - gstreamer_system_link \
54 - gst-libs/gst/codecparsers:gstreamer-codecparsers
55 -
56 - local directory libs
57 - directory="gst-libs/gst/uridownloader"
58 - libs="-lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsturidownloader-1.0"
59 - sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
60 - -i ext/smoothstreaming/Makefile.{am,in} || die
61 -
62 - directory="gst-libs/gst/adaptivedemux"
63 - libs="-lgsturidownloader-1.0 -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstadaptivedemux-1.0"
64 - sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
65 - -i ext/smoothstreaming/Makefile.{am,in} || die
66 -
67 - directory="gst-libs/gst/isoff"
68 - libs="-lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstisoff-1.0"
69 - sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
70 - -i ext/smoothstreaming/Makefile.{am,in} || die
71 -}