From 6ab6a62c50600f65ca1133653b53d2cb9f8f54f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Sun, 12 Jan 2020 17:39:53 +0100 Subject: Update media-video/aravis to 0.6.4 and remove live ebuild present in main tree --- media-video/aravis/aravis-9999.ebuild | 44 ----------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 media-video/aravis/aravis-9999.ebuild (limited to 'media-video/aravis/aravis-9999.ebuild') 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 -} -- cgit v1.2.3