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-hls: gst-plugins-hls-1.2.4.ebuild ChangeLog gst-plugins-hls-1.2.0.ebuild
Date: Sat, 31 May 2014 14:37:30
Message-Id: 20140531143726.D5EE02004E@flycatcher.gentoo.org
1 pacho 14/05/31 14:37:26
2
3 Modified: ChangeLog
4 Added: gst-plugins-hls-1.2.4.ebuild
5 Removed: gst-plugins-hls-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-hls/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/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:07:37 -0000 1.4
25 +++ ChangeLog 31 May 2014 14:37:26 -0000 1.5
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-plugins/gst-plugins-hls
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog,v 1.4 2014/03/09 12:07:37 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog,v 1.5 2014/05/31 14:37:26 pacho Exp $
31 +
32 +*gst-plugins-hls-1.2.4 (31 May 2014)
33 +
34 + 31 May 2014; Pacho Ramos <pacho@g.o> +gst-plugins-hls-1.2.4.ebuild,
35 + -gst-plugins-hls-1.2.0.ebuild:
36 + Version bump, drop old
37
38 09 Mar 2014; Pacho Ramos <pacho@g.o> gst-plugins-hls-1.2.3.ebuild:
39 x86 stable, bug 499954
40
41
42
43 1.1 media-plugins/gst-plugins-hls/gst-plugins-hls-1.2.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.2.4.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.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gst-plugins-hls-1.2.4.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.4.ebuild,v 1.1 2014/05/31 14:37:26 pacho 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 }