summaryrefslogtreecommitdiff
path: root/media-video/aravis/aravis-9999.ebuild
blob: f9b754edb4a893b935604f175b5a6daa12c53a0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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
}