summaryrefslogtreecommitdiff
path: root/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild
blob: a13f91e8d5b55b8e2eae523a3f824d6afb7fc1bc (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
# Copyright 1999-2011 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="~amd64 ~x86"

IUSE="ffmpeg fits jpeg usb sdl"

DEPEND="dev-qt/qtcore \
	dev-qt/qtgui \
        usb? ( virtual/libusb ) \
        fits? ( sci-libs/cfitsio ) \
        jpeg? ( virtual/jpeg ) \
        ffmpeg? ( virtual/ffmpeg ) \
        sdl? ( media-libs/libsdl )"

RDEPEND="${DEPEND}"

src_unpack() {
      subversion_src_unpack
}