diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-02-18 19:54:03 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-02-18 19:54:03 +0100 |
commit | 7dc8773d8ee73de2b3339c9bd23cd835c53ef861 (patch) | |
tree | 37dcda08c920b12a62bdcd4299b412503cee8ca3 /sci-libs/libqhy | |
parent | 5bc04329a7ed19419ec0786fc011c1e7ef7c69e6 (diff) | |
download | brancik-overlay-7dc8773d8ee73de2b3339c9bd23cd835c53ef861.tar.gz brancik-overlay-7dc8773d8ee73de2b3339c9bd23cd835c53ef861.tar.bz2 |
Version bump for sci-libs/indilib and indilib-drivers-*. New inidlib-driver-ffmv added.
Diffstat (limited to 'sci-libs/libqhy')
-rw-r--r-- | sci-libs/libqhy/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/libqhy/libqhy-1.0.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/sci-libs/libqhy/Manifest b/sci-libs/libqhy/Manifest new file mode 100644 index 0000000..6bfd4dc --- /dev/null +++ b/sci-libs/libqhy/Manifest @@ -0,0 +1 @@ +DIST libindi_3rdparty.tar.gz 11022985 SHA256 9c9d54f1963179bc5ed5cb9c3de94af5f5973ef8881e269abbf5731f1d1d7e3e SHA512 f5d2b206306a4a7b3612a771ce29e5dfad49a910e7b3e5d11f1433ea995254fd1dc57d336fce3f923bc717ad152fdc2d2799058b9da3005424f6babf7f038559 WHIRLPOOL 70a59751814d941e01aea4cdfd9a2f7e9b9bccc59ed240cca17f6b191b096d3432ee2c02347e744192e4299c304af636aac76044dea18404db7257100c7d9b90 diff --git a/sci-libs/libqhy/libqhy-1.0.0.ebuild b/sci-libs/libqhy/libqhy-1.0.0.ebuild new file mode 100644 index 0000000..6b04739 --- /dev/null +++ b/sci-libs/libqhy/libqhy-1.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit cmake-utils eutils + +DESCRIPTION="SDK and firmware for the QHY CCD cameras" +HOMEPAGE="http://indilib.org" +SRC_URI="http://sourceforge.net/projects/indi/files/libindi_3rdparty.tar.gz" + +LICENSE="GPL-3 LGPL-2 qhyccd" +KEYWORDS="~amd64 ~x86 ~arm" + +SLOT="0" + +DEPEND="virtual/libusb:1 + media-libs/opencv" + +RDEPEND="${DEPEND}" + +S="${WORKDIR}/libindi_3rdparty/${PN}"
\ No newline at end of file |