Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-smoothstreaming: gst-plugins-smoothstreaming-1.4.5.ebuild ChangeLog gst-plugins-smoothstreaming-1.2.3.ebuild gst-plugins-smoothstreaming-1.2.4.ebuild
Date: Tue, 03 Feb 2015 19:56:22
Message-Id: 20150203195616.D54DC10FC9@oystercatcher.gentoo.org
1 pacho 15/02/03 19:56:16
2
3 Modified: ChangeLog
4 Added: gst-plugins-smoothstreaming-1.4.5.ebuild
5 Removed: gst-plugins-smoothstreaming-1.2.3.ebuild
6 gst-plugins-smoothstreaming-1.2.4.ebuild
7 Log:
8 Version bump, drop old
9
10 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
11
12 Revision Changes Path
13 1.10 media-plugins/gst-plugins-smoothstreaming/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?rev=1.10&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?rev=1.10&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?r1=1.9&r2=1.10
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v
22 retrieving revision 1.9
23 retrieving revision 1.10
24 diff -u -r1.9 -r1.10
25 --- ChangeLog 23 Jul 2014 15:22:19 -0000 1.9
26 +++ ChangeLog 3 Feb 2015 19:56:16 -0000 1.10
27 @@ -1,6 +1,14 @@
28 # ChangeLog for media-plugins/gst-plugins-smoothstreaming
29 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v 1.9 2014/07/23 15:22:19 ago Exp $
31 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v 1.10 2015/02/03 19:56:16 pacho Exp $
33 +
34 +*gst-plugins-smoothstreaming-1.4.5 (03 Feb 2015)
35 +
36 + 03 Feb 2015; Pacho Ramos <pacho@g.o>
37 + +gst-plugins-smoothstreaming-1.4.5.ebuild,
38 + -gst-plugins-smoothstreaming-1.2.3.ebuild,
39 + -gst-plugins-smoothstreaming-1.2.4.ebuild:
40 + Version bump, drop old
41
42 23 Jul 2014; Agostino Sarubbo <ago@g.o>
43 gst-plugins-smoothstreaming-1.2.4-r1.ebuild:
44
45
46
47 1.1 media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.4.5.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.4.5.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.4.5.ebuild?rev=1.1&content-type=text/plain
51
52 Index: gst-plugins-smoothstreaming-1.4.5.ebuild
53 ===================================================================
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.4.5.ebuild,v 1.1 2015/02/03 19:56:16 pacho Exp $
57
58 EAPI="5"
59 GST_ORG_MODULE=gst-plugins-bad
60
61 inherit gstreamer
62
63 DESCRIPTION="Smooth Streaming plugin"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]"
68 DEPEND="${RDEPEND}"
69
70 # FIXME: gsturidownloader does not have a .pc
71 src_prepare() {
72 gstreamer_system_link \
73 gst-libs/gst/codecparsers:gstreamer-codecparsers
74 #gst-libs/gst/uridownloader:gsturidownloader
75 }
76
77 multilib_src_compile() {
78 emake -C gst-libs/gst/uridownloader
79 gstreamer_multilib_src_compile
80 }