summaryrefslogtreecommitdiff
path: root/sci-astronomy
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2016-09-01 17:46:11 +0200
committerCtibor Brančík <ctibor@brancik.cz>2016-09-01 17:46:11 +0200
commit70eaca44058edb5c22e321386bad43a04b365ecd (patch)
tree3b803eb2ce71f5cf5d8aa6c752acfa9647a097ea /sci-astronomy
parentcba69b9b43f1d799575c5a4c7f924dc4d3e7fe58 (diff)
downloadbrancik-overlay-70eaca44058edb5c22e321386bad43a04b365ecd.tar.gz
brancik-overlay-70eaca44058edb5c22e321386bad43a04b365ecd.tar.bz2
Add USE qhy to sci-astronomy/lin_guider
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/lin_guider/lin_guider-4.0.0.ebuild15
-rw-r--r--sci-astronomy/lin_guider/metadata.xml5
2 files changed, 14 insertions, 6 deletions
diff --git a/sci-astronomy/lin_guider/lin_guider-4.0.0.ebuild b/sci-astronomy/lin_guider/lin_guider-4.0.0.ebuild
index db1f792..ff8a3a8 100644
--- a/sci-astronomy/lin_guider/lin_guider-4.0.0.ebuild
+++ b/sci-astronomy/lin_guider/lin_guider-4.0.0.ebuild
@@ -13,19 +13,22 @@ SRC_URI="http://downloads.sourceforge.net/project/linguider/${PV}/${P}.tar.bz2"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"
+IUSE="+qhy"
+
SLOT="0"
-DEPEND="dev-qt/qtcore:4 \
- dev-qt/qtgui:4 \
+DEPEND="dev-qt/qtcore:4
+ dev-qt/qtgui:4
virtual/libusb:1"
-RDEPEND="${DEPEND} \
- sys-apps/fxload \
- dev-embedded/libftdi"
+RDEPEND="${DEPEND}
+ sys-apps/fxload
+ dev-embedded/libftdi
+ qhy? ( sci-libs/libqhy )"
S="${WORKDIR}/lin_guider_pack/lin_guider"
src_install() {
dobin lin_guider || die
dodoc readme.en readme.ru ChangeLog || die
-} \ No newline at end of file
+}
diff --git a/sci-astronomy/lin_guider/metadata.xml b/sci-astronomy/lin_guider/metadata.xml
index ef51b6c..7591fae 100644
--- a/sci-astronomy/lin_guider/metadata.xml
+++ b/sci-astronomy/lin_guider/metadata.xml
@@ -9,6 +9,11 @@
Lin_guider is a simple autoguider program for Linux operating system.
It is designed to help you get quality astroimages with long exposure. Once connected to your astro hardware and properly configured, Lin_guider will compensate for the periodic tracking errors of your telescope mount during the exposure time. This will help get images without blurred stars. In addition, the program allows for the examination of the periodic error of your mount due to the ability to write deviational plots. If you like taking planetary images, Lin_guider can record video without compression in the AVI format.
</longdescription>
+ <use>
+ <flag name='qhy'>
+ Installs <pkg>sci-libs/libqhy</pkg> which includes firmware files for QHY CCD cameras.
+ </flag>
+ </use>
<upstream>
<maintainer status="active">
<email>galaxymaster@mail.ru</email>