summaryrefslogtreecommitdiff
path: root/sci-libs/libsbig
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2020-01-12 17:35:31 +0100
committerCtibor Brančík <ctibor@brancik.cz>2020-01-12 17:35:31 +0100
commit37e1361564c1a4048529d923039318f0f629c426 (patch)
tree31a0b59557e510fab98f60d9c0626146dd415a6d /sci-libs/libsbig
parent782ae9d7bc1f7af393796f4057387956b6b64067 (diff)
downloadbrancik-overlay-37e1361564c1a4048529d923039318f0f629c426.tar.gz
brancik-overlay-37e1361564c1a4048529d923039318f0f629c426.tar.bz2
Update sci-libs/indilib, indilib drivers and deps to 1.8.3
Diffstat (limited to 'sci-libs/libsbig')
-rw-r--r--sci-libs/libsbig/Manifest2
-rw-r--r--sci-libs/libsbig/libsbig-1.7.5.ebuild21
-rw-r--r--sci-libs/libsbig/libsbig-1.8.3.ebuild24
-rw-r--r--sci-libs/libsbig/libsbig-9999.ebuild18
-rw-r--r--sci-libs/libsbig/metadata.xml11
5 files changed, 37 insertions, 39 deletions
diff --git a/sci-libs/libsbig/Manifest b/sci-libs/libsbig/Manifest
index 7b723af..2def209 100644
--- a/sci-libs/libsbig/Manifest
+++ b/sci-libs/libsbig/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/libsbig/libsbig-1.7.5.ebuild b/sci-libs/libsbig/libsbig-1.7.5.ebuild
deleted file mode 100644
index 86c9a51..0000000
--- a/sci-libs/libsbig/libsbig-1.7.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils
-
-MY_PN="indi"
-
-DESCRIPTION="Driver for the Santa Barbara Instruments Group line of CCDs & Filter Wheels"
-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="sbig"
-KEYWORDS="~arm ~amd64 ~x86"
-
-SLOT="0"
-
-INDI_TARGET_DIRECTORY="${PN%%lib-driver-**}"
-
-S="${WORKDIR}/${MY_PN}-${PV}/3rdparty/${INDI_TARGET_DIRECTORY}"
diff --git a/sci-libs/libsbig/libsbig-1.8.3.ebuild b/sci-libs/libsbig/libsbig-1.8.3.ebuild
new file mode 100644
index 0000000..9181b6d
--- /dev/null
+++ b/sci-libs/libsbig/libsbig-1.8.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+MY_PN="indi"
+
+DESCRIPTION="Driver for the Santa Barbara Instruments Group line of CCDs & Filter Wheels"
+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="sbig"
+KEYWORDS="~amd64 ~x86"
+
+SLOT="0/1"
+
+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/libsbig/libsbig-9999.ebuild b/sci-libs/libsbig/libsbig-9999.ebuild
index 99bbb26..5f27111 100644
--- a/sci-libs/libsbig/libsbig-9999.ebuild
+++ b/sci-libs/libsbig/libsbig-9999.ebuild
@@ -1,23 +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
-
-SBIG_VERSION="2.1.1"
-SBIG_SOVERSION="2"
+EAPI=7
MY_PN="sbig"
-inherit cmake-utils git-r3
+inherit cmake git-r3
DESCRIPTION="Driver for the Santa Barbara Instruments Group line of CCDs & Filter Wheels"
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="sbig"
KEYWORDS=""
-SLOT="0"
+SLOT="0/1"
+
+RDEPEND="${DEPEND}
+ sys-apps/fxload"
-S="${EGIT_CHECKOUT_DIR}/3rdparty/${PN}"
+S="${EGIT_CHECKOUT_DIR}/${PN}"
diff --git a/sci-libs/libsbig/metadata.xml b/sci-libs/libsbig/metadata.xml
index 2307323..91e70e7 100644
--- a/sci-libs/libsbig/metadata.xml
+++ b/sci-libs/libsbig/metadata.xml
@@ -5,14 +5,9 @@
<email>ctibor@brancik.cz</email>
<name>Ctibor Brančík</name>
</maintainer>
- <longdescription>
- Firmware and library for accesing SBIG CCD astronomical cameras from SBIG Astronomical Instruments. Only x86 and amd64 ARCH supported.
- </longdescription>
<upstream>
- <maintainer status="active">
- <email>sbig@sbig.com</email>
- <name>SBIG Astronomical Instruments</name>
- </maintainer>
- <bugs-to>http://www.diffractionlimited.com/forum/index.php?categories/sbig-products-public.25/</bugs-to>
+ <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>