summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2020-01-08 19:53:37 +0100
committerCtibor Brančík <ctibor@brancik.cz>2020-01-08 19:53:37 +0100
commit9653a96d3fe2127639129f862ab4d3b272f124d4 (patch)
tree8644e4e6fbfc2d6addc9b50527e1f40d1be164f0
parent7aef24b0f280e5db38027f48b3d3f41688932c5e (diff)
downloadbrancik-overlay-9653a96d3fe2127639129f862ab4d3b272f124d4.tar.gz
brancik-overlay-9653a96d3fe2127639129f862ab4d3b272f124d4.tar.bz2
Remove media-video/aravis, ebuild exists in main portage tree
-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, 0 insertions, 117 deletions
diff --git a/media-video/aravis/Manifest b/media-video/aravis/Manifest
deleted file mode 100644
index 643e860..0000000
--- a/media-video/aravis/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 8ea305e..0000000
--- a/media-video/aravis/aravis-0.5.11.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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
deleted file mode 100644
index f9b754e..0000000
--- a/media-video/aravis/aravis-9999.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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
deleted file mode 100644
index 1bfe243..0000000
--- a/media-video/aravis/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?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>