Gentoo Archives: gentoo-commits

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