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-hls: gst-plugins-hls-1.2.3.ebuild ChangeLog
Date: Sat, 01 Mar 2014 09:08:57
Message-Id: 20140301090855.11DCC2004C@flycatcher.gentoo.org
1 leio 14/03/01 09:08:54
2
3 Modified: ChangeLog
4 Added: gst-plugins-hls-1.2.3.ebuild
5 Log:
6 Version bump for potential deadlock and assert fixes; memory leak and element reuse fixes.
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-hls/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/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:55:53 -0000 1.1
24 +++ ChangeLog 1 Mar 2014 09:08:54 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-plugins/gst-plugins-hls
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog,v 1.1 2013/09/29 17:55:53 eva Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog,v 1.2 2014/03/01 09:08:54 leio Exp $
31 +
32 +*gst-plugins-hls-1.2.3 (01 Mar 2014)
33 +
34 + 01 Mar 2014; <leio@g.o> +gst-plugins-hls-1.2.3.ebuild:
35 + Version bump for potential deadlock and assert fixes; memory leak and element
36 + reuse fixes.
37
38 *gst-plugins-hls-1.2.0 (29 Sep 2013)
39
40
41
42
43 1.1 media-plugins/gst-plugins-hls/gst-plugins-hls-1.2.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.2.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.2.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gst-plugins-hls-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-hls/gst-plugins-hls-1.2.3.ebuild,v 1.1 2014/03/01 09:08:54 leio Exp $
53
54 EAPI="5"
55
56 inherit gst-plugins10 gst-plugins-bad
57
58 DESCRIPTION="HTTP live streaming plugin"
59 KEYWORDS="~amd64 ~x86"
60 IUSE=""
61
62 RDEPEND=">=net-libs/gnutls-2.11.3"
63 DEPEND="${RDEPEND}"
64
65 # FIXME: gsturidownloader does not have a .pc
66 #src_prepare() {
67 # gst-plugins10_system_link \
68 # gst-libs/gst/uridownloader:gsturidownloader
69 #}
70
71 src_compile() {
72 cd "${S}"/gst-libs/gst/uridownloader
73 emake
74
75 cd "${S}"
76 gst-plugins10_src_compile
77 }