summaryrefslogtreecommitdiff
path: root/sci-libs/libqhy
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/libqhy')
-rw-r--r--sci-libs/libqhy/Manifest2
-rw-r--r--sci-libs/libqhy/libqhy-1.7.5.ebuild26
-rw-r--r--sci-libs/libqhy/libqhy-1.8.3.ebuild26
-rw-r--r--sci-libs/libqhy/libqhy-9999.ebuild23
-rw-r--r--sci-libs/libqhy/metadata.xml10
5 files changed, 42 insertions, 45 deletions
diff --git a/sci-libs/libqhy/Manifest b/sci-libs/libqhy/Manifest
index 7b723af..2def209 100644
--- a/sci-libs/libqhy/Manifest
+++ b/sci-libs/libqhy/Manifest
@@ -1 +1 @@
-DIST indilib-1.7.5.tar.gz 45154590 SHA256 842ec3ad1a2e19f7bcad7c03d3982b45ffa84c905df751001f620896002c4e09 SHA512 57b9106421dd847ef824a918a129a272e8a8bcc75cb9744fc64c994948e64a484334263c733d115448633ab13b086b83bbdc38473629fefba0445b440435d13c WHIRLPOOL c6ec7615c3c69504015a3205ce185ea359e1fa30b8b0377d446846808ff6dd92f9d97e8fdf840b35c9a11cd0b02a732f86030131a6efcac9b3b6b988670df2ac
+DIST indilib-3rdparty-1.8.3.tar.gz 88646327 SHA256 5d16a4560788920871d0b0b21efee01eb55317f265ba5dc029a6dee09e5586bc SHA512 4b799349492dca0c262c54c5d2fac9a406dc46fd4bf65334db458c3854710917626e39f7584c54b3473693ddfde286f9a10b562571b9857c42dbf97893de87df WHIRLPOOL d6d34fff305dcb31e484e7fadb5f061dba9b4ed197dc471f581618fff32840065cae53ab3c672d005d025d5d8d8280a57509b8655b69ad2b056bd9138a532b3b
diff --git a/sci-libs/libqhy/libqhy-1.7.5.ebuild b/sci-libs/libqhy/libqhy-1.7.5.ebuild
deleted file mode 100644
index d0d22f0..0000000
--- a/sci-libs/libqhy/libqhy-1.7.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils eutils
-
-MY_PN="indi"
-
-DESCRIPTION="SDK and firmware for the QHY CCD cameras"
-HOMEPAGE="http://indilib.org"
-SRC_URI="https://github.com/${MY_PN}lib/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_PN}lib-${PV}.tar.gz"
-
-LICENSE="GPL-3 LGPL-2 qhyccd"
-KEYWORDS="~amd64 ~x86 ~arm"
-
-SLOT="0"
-
-DEPEND="virtual/libusb:1
- media-libs/opencv"
-
-RDEPEND="${DEPEND}"
-
-INDI_TARGET_DIRECTORY="${PN%%lib-driver-**}"
-
-S="${WORKDIR}/${MY_PN}-${PV}/3rdparty/${INDI_TARGET_DIRECTORY}"
diff --git a/sci-libs/libqhy/libqhy-1.8.3.ebuild b/sci-libs/libqhy/libqhy-1.8.3.ebuild
new file mode 100644
index 0000000..e8715f3
--- /dev/null
+++ b/sci-libs/libqhy/libqhy-1.8.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake eutils
+
+MY_PN="indi"
+
+DESCRIPTION="SDK and firmware for the QHY CCD cameras"
+HOMEPAGE="http://indilib.org"
+SRC_URI="https://github.com/${MY_PN}lib/${MY_PN}-3rdparty/archive/v${PV}.tar.gz -> ${MY_PN}lib-3rdparty-${PV}.tar.gz"
+
+LICENSE="qhyccd"
+KEYWORDS="~amd64 ~x86"
+
+SLOT="0/1"
+
+DEPEND=""
+
+RDEPEND="${DEPEND}
+ sys-apps/fxload"
+
+INDI_TARGET_DIRECTORY="${PN%%lib-driver-**}"
+
+S="${WORKDIR}/${MY_PN}-3rdparty-${PV}/${INDI_TARGET_DIRECTORY}"
diff --git a/sci-libs/libqhy/libqhy-9999.ebuild b/sci-libs/libqhy/libqhy-9999.ebuild
index 29799d8..06cf049 100644
--- a/sci-libs/libqhy/libqhy-9999.ebuild
+++ b/sci-libs/libqhy/libqhy-9999.ebuild
@@ -1,26 +1,23 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-LIBQHY_VERSION="0.1.7"
-LIBQHY_SOVERSION="0"
-
-inherit cmake-utils git-r3 eutils
+inherit cmake git-r3 eutils
DESCRIPTION="SDK and firmware for the QHY CCD cameras"
HOMEPAGE="http://indilib.org"
-EGIT_REPO_URI="https://github.com/indilib/indi.git"
+EGIT_REPO_URI="https://github.com/indilib/indi-3rdparty.git"
EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
-LICENSE="GPL-3 LGPL-2 qhyccd"
+LICENSE="qhyccd"
KEYWORDS=""
-SLOT="0"
+SLOT="0/1"
-DEPEND="virtual/libusb:1
- media-libs/opencv"
+DEPEND=""
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ sys-apps/fxload"
-S="${EGIT_CHECKOUT_DIR}/3rdparty/${PN}"
+S="${EGIT_CHECKOUT_DIR}/${PN}"
diff --git a/sci-libs/libqhy/metadata.xml b/sci-libs/libqhy/metadata.xml
index d02da12..91e70e7 100644
--- a/sci-libs/libqhy/metadata.xml
+++ b/sci-libs/libqhy/metadata.xml
@@ -5,9 +5,9 @@
<email>ctibor@brancik.cz</email>
<name>Ctibor Brančík</name>
</maintainer>
- <longdescription>
- SDK and firmawre for qhyccd.com's cameras.
- Support Camera List:
- IMG2P,QHY6,QHY8,QHY8L,QHY8PRO,QHY9S,QHY10,QHY11,QHY12,QHY21,QHY22,QHY23,IC8300, QHY5II,QHY5LII_M(mono),QHY5LII_C(color)
- </longdescription>
+ <upstream>
+ <doc lang="en">http://indilib.org/</doc>
+ <bugs-to>https://github.com/indilib/indi-3rdparty/issues</bugs-to>
+ <remote-id type="github">indilib</remote-id>
+ </upstream>
</pkgmetadata>