Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-ximagesrc/
Date: Sat, 02 Jan 2016 21:59:41
Message-Id: 1451771971.5dd7ae73bebab3c2b21d5a0866c58f0fe5e79fb1.eva@gentoo
1 commit: 5dd7ae73bebab3c2b21d5a0866c58f0fe5e79fb1
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 21:59:14 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 21:59:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dd7ae73
7
8 media-plugins/gst-plugins-ximagesrc: add missing gst-plugins-base dependency, bug #563470
9
10 Package-Manager: portage-2.2.26
11
12 .../gst-plugins-ximagesrc-0.10.31-r2.ebuild | 30 +++++++++++++++++++++
13 .../gst-plugins-ximagesrc-1.6.2-r1.ebuild | 31 ++++++++++++++++++++++
14 2 files changed, 61 insertions(+)
15
16 diff --git a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.31-r2.ebuild b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.31-r2.ebuild
17 new file mode 100644
18 index 0000000..8107626
19 --- /dev/null
20 +++ b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.31-r2.ebuild
21 @@ -0,0 +1,30 @@
22 +# Copyright 1999-2016 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI="5"
27 +
28 +GST_ORG_MODULE=gst-plugins-good
29 +inherit gstreamer
30 +
31 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
32 +IUSE=""
33 +
34 +RDEPEND="
35 + >=media-libs/gst-plugins-base-0.10:${SLOT}[${MULTILIB_USEDEP}]
36 + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
37 + >=x11-libs/libXdamage-1.1.4-r1[${MULTILIB_USEDEP}]
38 + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
39 + >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
40 + >=x11-libs/libSM-1.2.1-r1[${MULTILIB_USEDEP}]
41 +"
42 +DEPEND="${RDEPEND}
43 + >=x11-proto/damageproto-1.2.1-r1[${MULTILIB_USEDEP}]
44 + >=x11-proto/fixesproto-5.0-r1[${MULTILIB_USEDEP}]
45 + >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
46 + >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
47 +"
48 +
49 +# xshm is a compile time option of ximage
50 +GST_PLUGINS_BUILD="x xshm"
51 +GST_PLUGINS_BUILD_DIR="ximage"
52
53 diff --git a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.6.2-r1.ebuild b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.6.2-r1.ebuild
54 new file mode 100644
55 index 0000000..b2b9360
56 --- /dev/null
57 +++ b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.6.2-r1.ebuild
58 @@ -0,0 +1,31 @@
59 +# Copyright 1999-2016 Gentoo Foundation
60 +# Distributed under the terms of the GNU General Public License v2
61 +# $Id$
62 +
63 +EAPI="5"
64 +
65 +GST_ORG_MODULE=gst-plugins-good
66 +inherit gstreamer
67 +
68 +DESCRIPTION="GStreamer plugin for X11 video capture stream"
69 +
70 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
71 +IUSE=""
72 +
73 +RDEPEND="
74 + >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
75 + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
76 + >=x11-libs/libXdamage-1.1.4-r1[${MULTILIB_USEDEP}]
77 + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
78 + >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
79 +"
80 +DEPEND="${RDEPEND}
81 + >=x11-proto/damageproto-1.2.1-r1[${MULTILIB_USEDEP}]
82 + >=x11-proto/fixesproto-5.0-r1[${MULTILIB_USEDEP}]
83 + >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
84 + >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
85 +"
86 +
87 +# xshm is a compile time option of ximage
88 +GST_PLUGINS_BUILD="x xshm"
89 +GST_PLUGINS_BUILD_DIR="ximage"