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