summaryrefslogtreecommitdiff
path: root/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild
blob: c4907ad8664a44efcd6479143902bc5362c92874 (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
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit subversion cmake-utils eutils

DESCRIPTION="Astrophoto imaging and guiding software"
HOMEPAGE="http://sourceforge.net/projects/qastrocam-g2"
ESVN_REPO_URI="svn://svn.code.sf.net/p/${PN}/svn/trunk"

SLOT="0"

LICENSE="GPL-2"
KEYWORDS=""

IUSE="ffmpeg fits jpeg usb sdl qhy"

DEPEND="dev-qt/qtcore:4
	dev-qt/qtgui:4
	qhy? (
		|| ( <sci-libs/indilib-driver-qhy-9999 >=sci-libs/libqhy-9999 )
		usb? ( virtual/libusb:1 )
	)
	fits? ( sci-libs/cfitsio )
	jpeg? ( virtual/jpeg:62 )
	ffmpeg? ( virtual/ffmpeg )
	sdl? ( media-libs/libsdl )"

RDEPEND="${DEPEND}"

PATCHES=( "${FILESDIR}/qastrocam-g2-9999-do_not_install_qhy_driver.patch" )

src_unpack() {
	subversion_src_unpack
}