summaryrefslogtreecommitdiff
path: root/media-video
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2016-11-03 22:57:08 +0100
committerCtibor Brančík <ctibor@brancik.cz>2016-11-03 22:57:08 +0100
commitecc375b1be97db5d923e78325bd86581d5527238 (patch)
tree53612de54371562f0b62d8f2a42db4f4fd0f7fcf /media-video
parentbc2e2720985a79c950cd57016b9963625a3b531c (diff)
downloadbrancik-overlay-ecc375b1be97db5d923e78325bd86581d5527238.tar.gz
brancik-overlay-ecc375b1be97db5d923e78325bd86581d5527238.tar.bz2
Add media-video/aravis as dependency for sci-libs/indilib-driver-gige
Diffstat (limited to 'media-video')
-rw-r--r--media-video/aravis/aravis-9999.ebuild44
-rw-r--r--media-video/aravis/metadata.xml24
2 files changed, 68 insertions, 0 deletions
diff --git a/media-video/aravis/aravis-9999.ebuild b/media-video/aravis/aravis-9999.ebuild
new file mode 100644
index 0000000..0ee959a
--- /dev/null
+++ b/media-video/aravis/aravis-9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit git-2 autotools
+
+KEYWORDS="~amd64 ~x86"
+
+EGIT_REPO_URI="https://github.com/AravisProject/aravis.git"
+
+DESCRIPTION="Library for video acquisition using Genicam cameras"
+
+HOMEPAGE="https://github.com/AravisProject/aravis"
+
+LICENSE="LGPL-2"
+
+SLOT="0"
+
+IUSE="X gstreamer"
+
+GST_DEPEND="media-libs/gstreamer:0.10
+ media-libs/gst-plugins-base:0.10"
+
+RDEPEND=">=dev-libs/glib-2.22
+ dev-libs/libxml2
+ X? (
+ >=x11-libs/gtk+-2.12:2
+ ${GST_DEPEND}
+ media-libs/gst-plugins-base:0.10
+ media-plugins/gst-plugins-xvideo:0.10
+ )
+ gstreamer? ( ${GST_DEPEND} )"
+
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ dev-libs/gobject-introspection"
+
+S="${WORKDIR}/${PN}-${PV}"
+
+src_prepare() {
+ eautoreconf
+}
diff --git a/media-video/aravis/metadata.xml b/media-video/aravis/metadata.xml
new file mode 100644
index 0000000..1bfe243
--- /dev/null
+++ b/media-video/aravis/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lu_zero@gentoo.org</email>
+ </maintainer>
+
+ <maintainer type="project">
+ <email>media-video@gentoo.org</email>
+ <name>Gentoo Video project</name>
+ </maintainer>
+
+ <use>
+ <flag name="X">
+ Build the GTK+-based video viewer for aravis. This requires
+ GStreamer and a few plugins but technically not the GST plugin
+ for aravis.
+ </flag>
+
+ <flag name="gstreamer">
+ Build the GStreamer plugin for aravis, but not the video viewer.
+ </flag>
+ </use>
+</pkgmetadata>