summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2021-04-05 16:37:34 +0200
committerCtibor Brančík <ctibor@brancik.cz>2021-04-05 16:37:34 +0200
commit81e90328d31b5c2acb39bfb8979219b636dd97a9 (patch)
tree76127ed1610073d73fbb2958ea328146629f9f2b
parent527969a4e770728e32f9f07ef48c1858f3e97b16 (diff)
downloadbrancik-overlay-81e90328d31b5c2acb39bfb8979219b636dd97a9.tar.gz
brancik-overlay-81e90328d31b5c2acb39bfb8979219b636dd97a9.tar.bz2
Remove media-video/aravis
-rw-r--r--media-video/aravis/Manifest1
-rw-r--r--media-video/aravis/aravis-0.6.4.ebuild68
-rw-r--r--media-video/aravis/metadata.xml24
3 files changed, 0 insertions, 93 deletions
diff --git a/media-video/aravis/Manifest b/media-video/aravis/Manifest
deleted file mode 100644
index ae828b3..0000000
--- a/media-video/aravis/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST aravis-0.6.4.tar.gz 2972111 SHA256 591feae4d75a9f89d181efc1a7c3f07f8a5605600d6fe27bca0427820f80c0a3 SHA512 6090fd730ad9fe8e1641e48c52189e8961bf03a88cefb57135a2de985c2ca607c21b05d472a60586976aa1e05ba2121246b06b75179dd3241e1f703aad8dd7be WHIRLPOOL 34ee0ac9d7abdb9dec71870e792a201ae0ff90400818ec5edd2f48122c520683bd7898e3aa872cb4d04eed656864dc2f99e141d4429e306abac5a867de51a740
diff --git a/media-video/aravis/aravis-0.6.4.ebuild b/media-video/aravis/aravis-0.6.4.ebuild
deleted file mode 100644
index f2dd913..0000000
--- a/media-video/aravis/aravis-0.6.4.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit meson xdg
-
-DESCRIPTION="Library for video acquisition using Genicam cameras"
-HOMEPAGE="https://github.com/AravisProject/aravis"
-
-if [[ ${PV} = 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/AravisProject/${PN}"
-else
- MY_P="${PN^^}_${PV//./_}"
- SRC_URI="https://github.com/AravisProject/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-2+"
-SLOT="0"
-# FIXME: As of right now tests are always built, once that changes a USE flag
-# should be added. c.f. https://github.com/AravisProject/aravis/issues/286
-IUSE="gtk-doc fast-heartbeat gstreamer introspection packet-socket usb viewer"
-
-GST_DEPEND="
- media-libs/gstreamer:1.0
- media-libs/gst-plugins-base:1.0
-"
-BDEPEND="
- dev-util/glib-utils
- virtual/pkgconfig
- gtk-doc? (
- dev-util/gtk-doc
- app-text/docbook-xml-dtd:4.3
- )
- introspection? ( dev-libs/gobject-introspection:= )
-"
-DEPEND="
- dev-libs/glib:2[gtk-doc?]
- dev-libs/libxml2:2
- sys-libs/zlib
- gstreamer? ( ${GST_DEPEND} )
- packet-socket? ( sys-process/audit )
- usb? ( virtual/libusb:1 )
- viewer? (
- ${GST_DEPEND}
- x11-libs/gtk+:3
- x11-libs/libnotify
- )
-"
-RDEPEND="${DEPEND}"
-
-if [[ ${PV} != 9999 ]]; then
- S="${WORKDIR}/${PN}-${MY_P}"
-fi
-
-src_configure() {
- local emesonargs=(
- $(meson_use gtk-doc documentation)
- $(meson_use fast-heartbeat)
- $(meson_use gstreamer gst-plugin)
- $(meson_use introspection)
- $(meson_use packet-socket)
- $(meson_use usb)
- $(meson_use viewer)
- )
- meson_src_configure
-}
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>