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-dvb: ChangeLog gst-plugins-dvb-0.10.22.ebuild
Date: Fri, 29 Jul 2011 09:02:46
Message-Id: 20110729083253.E864A2004B@flycatcher.gentoo.org
1 leio 11/07/29 08:32:53
2
3 Modified: ChangeLog
4 Added: gst-plugins-dvb-0.10.22.ebuild
5 Log:
6 Version bump. Better enum nicks without spaces for non-quoted gst-launch usage
7
8 (Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.44 media-plugins/gst-plugins-dvb/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dvb/ChangeLog?rev=1.44&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dvb/ChangeLog?rev=1.44&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dvb/ChangeLog?r1=1.43&r2=1.44
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dvb/ChangeLog,v
20 retrieving revision 1.43
21 retrieving revision 1.44
22 diff -u -r1.43 -r1.44
23 --- ChangeLog 25 Jul 2011 18:07:09 -0000 1.43
24 +++ ChangeLog 29 Jul 2011 08:32:53 -0000 1.44
25 @@ -1,6 +1,13 @@
26 # ChangeLog for media-plugins/gst-plugins-dvb
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dvb/ChangeLog,v 1.43 2011/07/25 18:07:09 xarthisius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dvb/ChangeLog,v 1.44 2011/07/29 08:32:53 leio Exp $
30 +
31 +*gst-plugins-dvb-0.10.22 (29 Jul 2011)
32 +
33 + 29 Jul 2011; Mart Raudsepp <leio@g.o>
34 + +gst-plugins-dvb-0.10.22.ebuild:
35 + Version bump. Better enum nicks without spaces for non-quoted gst-launch
36 + usage
37
38 25 Jul 2011; Kacper Kowalik <xarthisius@g.o>
39 gst-plugins-dvb-0.10.21.ebuild:
40
41
42
43 1.1 media-plugins/gst-plugins-dvb/gst-plugins-dvb-0.10.22.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dvb/gst-plugins-dvb-0.10.22.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dvb/gst-plugins-dvb-0.10.22.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gst-plugins-dvb-0.10.22.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dvb/gst-plugins-dvb-0.10.22.ebuild,v 1.1 2011/07/29 08:32:53 leio Exp $
53
54 inherit gst-plugins-bad
55
56 DESCRIPION="plugin to allow capture from dvb devices"
57 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
58 IUSE=""
59
60 RDEPEND=">=media-libs/gst-plugins-base-0.10.33"
61 DEPEND="${RDEPEND}
62 virtual/os-headers"