Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-hls: metadata.xml ChangeLog gst-plugins-hls-1.2.0.ebuild
Date: Sun, 29 Sep 2013 17:57:11
Message-Id: 20130929175553.C9F752004C@flycatcher.gentoo.org
1 eva 13/09/29 17:55:53
2
3 Added: metadata.xml ChangeLog gst-plugins-hls-1.2.0.ebuild
4 Log:
5 Initial ebuild.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C6085806)
8
9 Revision Changes Path
10 1.1 media-plugins/gst-plugins-hls/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>gstreamer</herd>
21 </pkgmetadata>
22
23
24
25 1.1 media-plugins/gst-plugins-hls/ChangeLog
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for media-plugins/gst-plugins-hls
33 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog,v 1.1 2013/09/29 17:55:53 eva Exp $
35
36 *gst-plugins-hls-1.2.0 (29 Sep 2013)
37
38 29 Sep 2013; Gilles Dartiguelongue <eva@g.o>
39 +gst-plugins-hls-1.2.0.ebuild, +metadata.xml:
40 Initial ebuild.
41
42
43
44
45 1.1 media-plugins/gst-plugins-hls/gst-plugins-hls-1.2.0.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.2.0.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.2.0.ebuild?rev=1.1&content-type=text/plain
49
50 Index: gst-plugins-hls-1.2.0.ebuild
51 ===================================================================
52 # Copyright 1999-2013 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.2.0.ebuild,v 1.1 2013/09/29 17:55:53 eva Exp $
55
56 EAPI="5"
57
58 inherit gst-plugins10 gst-plugins-bad
59
60 DESCRIPTION="HTTP live streaming plugin"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 RDEPEND=">=net-libs/gnutls-2.11.3"
65 DEPEND="${RDEPEND}"
66
67 # FIXME: gsturidownloader does not have a .pc
68 #src_prepare() {
69 # gst-plugins10_system_link \
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 }