Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-plugins/gst-plugins-raw1394/
Date: Sat, 01 Dec 2012 22:41:51
Message-Id: 1354401612.2cc2767b87850b58d91ba2da85cdf4ef23b0051d.eva@gentoo
1 commit: 2cc2767b87850b58d91ba2da85cdf4ef23b0051d
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 1 22:21:17 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 1 22:40:12 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2cc2767b
7
8 media-plugins/gst-plugins-raw1394: copy from gentoo-x86
9
10 ---
11 .../gst-plugins-raw1394-0.10.31.ebuild | 21 ++++++++++++++++++++
12 1 files changed, 21 insertions(+), 0 deletions(-)
13
14 diff --git a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.31.ebuild b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.31.ebuild
15 new file mode 100644
16 index 0000000..8d8eb24
17 --- /dev/null
18 +++ b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.31.ebuild
19 @@ -0,0 +1,21 @@
20 +# Copyright 1999-2012 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI="5"
25 +
26 +inherit gst-plugins-good
27 +
28 +DESCRIPTION="GStreamer plugin to capture firewire video"
29 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
30 +IUSE=""
31 +
32 +RDEPEND="
33 + >=media-libs/libiec61883-1
34 + >=sys-libs/libraw1394-2
35 + sys-libs/libavc1394
36 +"
37 +DEPEND="${RDEPEND}"
38 +
39 +GST_PLUGINS_BUILD="dv1394"
40 +GST_PLUGINS_BUILD_DIR="raw1394"