summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2021-07-21 10:00:11 +0200
committerCtibor Brančík <ctibor@brancik.cz>2021-07-21 10:00:11 +0200
commitfdb074cdedded4a86bcf9bf9e0348086ba3a965e (patch)
treeb3761defd2fd8c270ce6d8daed32c9d535d318a6
parent46a2063900e539a07d1a2b4314be8bfd6aace2f0 (diff)
downloadbrancik-overlay-fdb074cdedded4a86bcf9bf9e0348086ba3a965e.tar.gz
brancik-overlay-fdb074cdedded4a86bcf9bf9e0348086ba3a965e.tar.bz2
Update sci-astronomy/siril to current version
-rw-r--r--sci-astronomy/siril/Manifest1
-rw-r--r--sci-astronomy/siril/siril-0.99.10.1.ebuild (renamed from sci-astronomy/siril/siril-0.99.8.1.ebuild)2
-rw-r--r--sci-astronomy/siril/siril-9999.ebuild52
3 files changed, 53 insertions, 2 deletions
diff --git a/sci-astronomy/siril/Manifest b/sci-astronomy/siril/Manifest
deleted file mode 100644
index 9367094..0000000
--- a/sci-astronomy/siril/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST siril-0.99.8.1.tar.gz 3415533 SHA256 9f572b97ff452eae42517a45b42be307d2eab38810757c338b8acfde120aa000 SHA512 c5b7e79b4ccd9719de37a23f7f27350413cf518a69df1fb301e76ee3d2369beac5e779575381a095c1c25bc8091e756b0e1bd23c9afc8b2c3826e8eff5cbfa87 WHIRLPOOL 82295790ffd76b8c74bb46c30b629f249782d517561877bb2c5fe540c77876cdde439b51ed5b56f3c84e08cf1363c2762f263eaddbfa6575e39fab60d1bfd941
diff --git a/sci-astronomy/siril/siril-0.99.8.1.ebuild b/sci-astronomy/siril/siril-0.99.10.1.ebuild
index b9750b3..c7957a6 100644
--- a/sci-astronomy/siril/siril-0.99.8.1.ebuild
+++ b/sci-astronomy/siril/siril-0.99.10.1.ebuild
@@ -8,7 +8,7 @@ inherit meson xdg-utils git-r3
DESCRIPTION="An astronomical image processing tool"
HOMEPAGE="https://www.siril.org/"
EGIT_REPO_URI="https://gitlab.com/free-astro/${PN}.git"
-EGIT_COMMIT="0.99.8.1"
+EGIT_COMMIT="${PV}"
EGIT_SUBMODULES=( '*' )
LICENSE="GPL-3"
diff --git a/sci-astronomy/siril/siril-9999.ebuild b/sci-astronomy/siril/siril-9999.ebuild
new file mode 100644
index 0000000..15cc97a
--- /dev/null
+++ b/sci-astronomy/siril/siril-9999.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson git-r3 xdg-utils
+
+DESCRIPTION="An astronomical image processing tool"
+HOMEPAGE="https://www.siril.org/"
+EGIT_REPO_URI="https://gitlab.com/free-astro/${PN}.git"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="curl ffmpeg gnuplot heif jpeg png raw tiff"
+WORKDIR=
+
+RDEPEND="
+ curl? ( net-misc/curl )
+ ffmpeg? ( media-video/ffmpeg )
+ gnuplot? ( sci-visualization/gnuplot )
+ heif? ( media-libs/libheif )
+ jpeg? ( virtual/jpeg )
+ png? ( media-libs/libpng )
+ raw? ( media-libs/libraw )
+ tiff? ( media-libs/tiff )
+ wcs? ( sci-astronomy/wcslib )
+"
+DEPEND="
+ ${RDEPEND}
+ x11-libs/gtk+:3=
+ sci-libs/cfitsio
+ sci-libs/fftw:3.0=
+ sci-libs/gsl
+ dev-libs/libconfig
+ media-libs/opencv
+ media-gfx/exiv2
+"
+
+DOCS=( README.md NEWS ChangeLog )
+
+
+pkg_postinst() {
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
+}
+