# Copyright 1999-2015 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/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 }