From ecc375b1be97db5d923e78325bd86581d5527238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Thu, 3 Nov 2016 22:57:08 +0100 Subject: Add media-video/aravis as dependency for sci-libs/indilib-driver-gige --- media-video/aravis/aravis-9999.ebuild | 44 +++++++++++++++++++++++++++++++++++ media-video/aravis/metadata.xml | 24 +++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 media-video/aravis/aravis-9999.ebuild create mode 100644 media-video/aravis/metadata.xml (limited to 'media-video') 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 @@ + + + + + lu_zero@gentoo.org + + + + media-video@gentoo.org + Gentoo Video project + + + + + Build the GTK+-based video viewer for aravis. This requires + GStreamer and a few plugins but technically not the GST plugin + for aravis. + + + + Build the GStreamer plugin for aravis, but not the video viewer. + + + -- cgit v1.2.3