summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2020-01-12 17:36:13 +0100
committerCtibor Brančík <ctibor@brancik.cz>2020-01-12 17:36:13 +0100
commitb341c97543ca64b160b4ece00f51a85bbba3d4a4 (patch)
tree7d78b4a873346ac36529854abcb7593a49d42285
parent37e1361564c1a4048529d923039318f0f629c426 (diff)
downloadbrancik-overlay-b341c97543ca64b160b4ece00f51a85bbba3d4a4.tar.gz
brancik-overlay-b341c97543ca64b160b4ece00f51a85bbba3d4a4.tar.bz2
Revert "Remove media-video/aravis, ebuild exists in main portage tree"
This reverts commit 9653a96d3fe2127639129f862ab4d3b272f124d4.
-rw-r--r--media-video/aravis/Manifest1
-rw-r--r--media-video/aravis/aravis-0.5.11.ebuild48
-rw-r--r--media-video/aravis/aravis-9999.ebuild44
-rw-r--r--media-video/aravis/metadata.xml24
4 files changed, 117 insertions, 0 deletions
diff --git a/media-video/aravis/Manifest b/media-video/aravis/Manifest
new file mode 100644
index 0000000..643e860
--- /dev/null
+++ b/media-video/aravis/Manifest
@@ -0,0 +1 @@
+DIST ARAVIS_0_5_11.tar.gz 2978653 SHA256 051b307e58ee7564cc6be99cbc773f2f7af17be95ac601f441bcded6f316a820 SHA512 a757981c5b7093fbbf56ff09349de1ad65ec9e3041697093bb1af9f801cbc873a3a8fc6d3c5cbfb369a6e9e20557b768289c5c008ca7143e8ea5974fd30952c7 WHIRLPOOL 98393d5aff09001f08b056194e73df7fb24af5d4d3ef943704049705f37bf20861d0566555e1fc7b52c920b0f1508fbd72ed1722730c744d8a8f618b67e91386
diff --git a/media-video/aravis/aravis-0.5.11.ebuild b/media-video/aravis/aravis-0.5.11.ebuild
new file mode 100644
index 0000000..8ea305e
--- /dev/null
+++ b/media-video/aravis/aravis-0.5.11.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools versionator
+
+KEYWORDS="~amd64 ~x86"
+
+MY_PV="$(replace_all_version_separators '_')"
+
+MY_PN="${PN^^}"
+
+SRC_URI="https://github.com/AravisProject/${PN}/archive/${MY_PN}_${MY_PV}.tar.gz"
+
+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}-${MY_PN}_${MY_PV}"
+
+src_prepare() {
+ eautoreconf
+}
diff --git a/media-video/aravis/aravis-9999.ebuild b/media-video/aravis/aravis-9999.ebuild
new file mode 100644
index 0000000..f9b754e
--- /dev/null
+++ b/media-video/aravis/aravis-9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 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>