diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2020-01-12 17:35:31 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2020-01-12 17:35:31 +0100 |
commit | 37e1361564c1a4048529d923039318f0f629c426 (patch) | |
tree | 31a0b59557e510fab98f60d9c0626146dd415a6d /sci-libs/libnncam | |
parent | 782ae9d7bc1f7af393796f4057387956b6b64067 (diff) | |
download | brancik-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/libnncam')
-rw-r--r-- | sci-libs/libnncam/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/libnncam/libnncam-1.8.3.ebuild | 23 | ||||
-rw-r--r-- | sci-libs/libnncam/libnncam-9999.ebuild | 20 | ||||
-rw-r--r-- | sci-libs/libnncam/metadata.xml | 13 |
4 files changed, 57 insertions, 0 deletions
diff --git a/sci-libs/libnncam/Manifest b/sci-libs/libnncam/Manifest new file mode 100644 index 0000000..2def209 --- /dev/null +++ b/sci-libs/libnncam/Manifest @@ -0,0 +1 @@ +DIST indilib-3rdparty-1.8.3.tar.gz 88646327 SHA256 5d16a4560788920871d0b0b21efee01eb55317f265ba5dc029a6dee09e5586bc SHA512 4b799349492dca0c262c54c5d2fac9a406dc46fd4bf65334db458c3854710917626e39f7584c54b3473693ddfde286f9a10b562571b9857c42dbf97893de87df WHIRLPOOL d6d34fff305dcb31e484e7fadb5f061dba9b4ed197dc471f581618fff32840065cae53ab3c672d005d025d5d8d8280a57509b8655b69ad2b056bd9138a532b3b diff --git a/sci-libs/libnncam/libnncam-1.8.3.ebuild b/sci-libs/libnncam/libnncam-1.8.3.ebuild new file mode 100644 index 0000000..711fd53 --- /dev/null +++ b/sci-libs/libnncam/libnncam-1.8.3.ebuild @@ -0,0 +1,23 @@ +# 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="This is the Levenhuk Library SDK for Linux & MacOS" +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="LGPL-2" +KEYWORDS="~amd64 ~arm ~x86" + +SLOT="0/1" + +RDEPEND="${DEPEND}" + +INDI_TARGET_DIRECTORY="${PN%%lib-driver-**}" + +S="${WORKDIR}/${MY_PN}-3rdparty-${PV}/${INDI_TARGET_DIRECTORY}" diff --git a/sci-libs/libnncam/libnncam-9999.ebuild b/sci-libs/libnncam/libnncam-9999.ebuild new file mode 100644 index 0000000..1f1b380 --- /dev/null +++ b/sci-libs/libnncam/libnncam-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake git-r3 eutils + +DESCRIPTION="This is the Levenhuk Library SDK for Linux & MacOS" +HOMEPAGE="http://indilib.org" +EGIT_REPO_URI="https://github.com/indilib/indi-3rdparty.git" +EGIT_CHECKOUT_DIR="${WORKDIR}/${P}" + +LICENSE="LGPL-2" +KEYWORDS="" + +SLOT="0/1" + +RDEPEND="${DEPEND}" + +S="${EGIT_CHECKOUT_DIR}/${PN}" diff --git a/sci-libs/libnncam/metadata.xml b/sci-libs/libnncam/metadata.xml new file mode 100644 index 0000000..91e70e7 --- /dev/null +++ b/sci-libs/libnncam/metadata.xml @@ -0,0 +1,13 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>ctibor@brancik.cz</email> + <name>Ctibor Brančík</name> + </maintainer> + <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> |