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-ximagesrc: metadata.xml gst-plugins-ximagesrc-1.4.5.ebuild ChangeLog gst-plugins-ximagesrc-0.10.31.ebuild gst-plugins-ximagesrc-1.2.3.ebuild gst-plugins-ximagesrc-1.2.4.ebuild
Date: Sat, 31 Jan 2015 14:42:32
Message-Id: 20150131144226.B5F8810C3D@oystercatcher.gentoo.org
1 leio 15/01/31 14:42:26
2
3 Modified: metadata.xml ChangeLog
4 Added: gst-plugins-ximagesrc-1.4.5.ebuild
5 Removed: gst-plugins-ximagesrc-0.10.31.ebuild
6 gst-plugins-ximagesrc-1.2.3.ebuild
7 gst-plugins-ximagesrc-1.2.4.ebuild
8 Log:
9 Version bump, remove old, add long description. Adds ARGB/BGRA support and fixes some memory leaks
10
11 (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
12
13 Revision Changes Path
14 1.2 media-plugins/gst-plugins-ximagesrc/metadata.xml
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/metadata.xml?rev=1.2&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/metadata.xml?rev=1.2&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/metadata.xml?r1=1.1&r2=1.2
19
20 Index: metadata.xml
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/metadata.xml,v
23 retrieving revision 1.1
24 retrieving revision 1.2
25 diff -u -r1.1 -r1.2
26 --- metadata.xml 5 May 2006 10:40:40 -0000 1.1
27 +++ metadata.xml 31 Jan 2015 14:42:26 -0000 1.2
28 @@ -2,4 +2,10 @@
29 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
30 <pkgmetadata>
31 <herd>gstreamer</herd>
32 +<longdescription lang="en">
33 + GStreamer plugin for X11 video input using standard Xlib calls.
34 +
35 + Includes the following element:
36 + * ximagesrc - Creates a screenshot video stream
37 +</longdescription>
38 </pkgmetadata>
39
40
41
42 1.84 media-plugins/gst-plugins-ximagesrc/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog?rev=1.84&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog?rev=1.84&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog?r1=1.83&r2=1.84
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog,v
51 retrieving revision 1.83
52 retrieving revision 1.84
53 diff -u -r1.83 -r1.84
54 --- ChangeLog 21 Aug 2014 10:44:52 -0000 1.83
55 +++ ChangeLog 31 Jan 2015 14:42:26 -0000 1.84
56 @@ -1,6 +1,15 @@
57 # ChangeLog for media-plugins/gst-plugins-ximagesrc
58 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog,v 1.83 2014/08/21 10:44:52 ago Exp $
60 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog,v 1.84 2015/01/31 14:42:26 leio Exp $
62 +
63 +*gst-plugins-ximagesrc-1.4.5 (31 Jan 2015)
64 +
65 + 31 Jan 2015; Mart Raudsepp <leio@g.o>
66 + -gst-plugins-ximagesrc-0.10.31.ebuild, -gst-plugins-ximagesrc-1.2.3.ebuild,
67 + -gst-plugins-ximagesrc-1.2.4.ebuild, +gst-plugins-ximagesrc-1.4.5.ebuild,
68 + metadata.xml:
69 + Version bump, remove old, add long description. Adds ARGB/BGRA support and
70 + fixes some memory leaks
71
72 21 Aug 2014; Agostino Sarubbo <ago@g.o>
73 gst-plugins-ximagesrc-0.10.31-r1.ebuild,
74
75
76
77 1.1 media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.4.5.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.4.5.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.4.5.ebuild?rev=1.1&content-type=text/plain
81
82 Index: gst-plugins-ximagesrc-1.4.5.ebuild
83 ===================================================================
84 # Copyright 1999-2015 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.4.5.ebuild,v 1.1 2015/01/31 14:42:26 leio Exp $
87
88 EAPI="5"
89
90 GST_ORG_MODULE=gst-plugins-good
91 inherit gstreamer
92
93 DESCRIPTION="GStreamer plugin for X11 video capture stream"
94
95 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
96 IUSE=""
97
98 RDEPEND="
99 >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
100 >=x11-libs/libXdamage-1.1.4-r1[${MULTILIB_USEDEP}]
101 >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
102 >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
103 >=x11-libs/libSM-1.2.1-r1[${MULTILIB_USEDEP}]
104 "
105 DEPEND="${RDEPEND}
106 >=x11-proto/damageproto-1.2.1-r1[${MULTILIB_USEDEP}]
107 >=x11-proto/fixesproto-5.0-r1[${MULTILIB_USEDEP}]
108 >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
109 >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
110 "
111
112 # xshm is a compile time option of ximage
113 GST_PLUGINS_BUILD="x xshm"
114 GST_PLUGINS_BUILD_DIR="ximage"