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.2.4.ebuild ChangeLog gst-plugins-smoothstreaming-1.2.0.ebuild
Date: Sat, 31 May 2014 15:10:10
Message-Id: 20140531151005.6FB912004E@flycatcher.gentoo.org
1 pacho 14/05/31 15:10:05
2
3 Modified: ChangeLog
4 Added: gst-plugins-smoothstreaming-1.2.4.ebuild
5 Removed: gst-plugins-smoothstreaming-1.2.0.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.5 media-plugins/gst-plugins-smoothstreaming/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 9 Mar 2014 12:09:13 -0000 1.4
25 +++ ChangeLog 31 May 2014 15:10:05 -0000 1.5
26 @@ -1,6 +1,13 @@
27 # ChangeLog for media-plugins/gst-plugins-smoothstreaming
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v 1.4 2014/03/09 12:09:13 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v 1.5 2014/05/31 15:10:05 pacho Exp $
31 +
32 +*gst-plugins-smoothstreaming-1.2.4 (31 May 2014)
33 +
34 + 31 May 2014; Pacho Ramos <pacho@g.o>
35 + +gst-plugins-smoothstreaming-1.2.4.ebuild,
36 + -gst-plugins-smoothstreaming-1.2.0.ebuild:
37 + Version bump, drop old
38
39 09 Mar 2014; Pacho Ramos <pacho@g.o>
40 gst-plugins-smoothstreaming-1.2.3.ebuild:
41
42
43
44 1.1 media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gst-plugins-smoothstreaming-1.2.4.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.2.4.ebuild,v 1.1 2014/05/31 15:10:05 pacho Exp $
54
55 EAPI="5"
56
57 inherit gst-plugins10 gst-plugins-bad
58
59 DESCRIPTION="Smooth Streaming plugin"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 RDEPEND="dev-libs/libxml2"
64 DEPEND="${RDEPEND}"
65
66 # FIXME: gsturidownloader does not have a .pc
67 src_prepare() {
68 gst-plugins10_system_link \
69 gst-libs/gst/codecparsers:gstreamer-codecparsers
70 #gst-libs/gst/uridownloader:gsturidownloader
71 }
72
73 src_compile() {
74 cd "${S}"/gst-libs/gst/uridownloader
75 emake
76
77 cd "${S}"
78 gst-plugins10_src_compile
79 }