summaryrefslogtreecommitdiff
path: root/sci-astronomy
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2022-04-15 16:03:18 +0200
committerCtibor Brančík <ctibor@brancik.cz>2022-04-15 16:03:18 +0200
commitbb45baa877f6228ab26cd68089030972def2a0ee (patch)
tree11f2773e6aee0c8a9e5ad4fee9f9cdda4bed82e9 /sci-astronomy
parent4d7752ed16445eeb607221498c630865ba645856 (diff)
downloadbrancik-overlay-bb45baa877f6228ab26cd68089030972def2a0ee.tar.gz
brancik-overlay-bb45baa877f6228ab26cd68089030972def2a0ee.tar.bz2
sci-astronomy/siril: Bump to v1.0.1
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/siril/Manifest1
-rw-r--r--sci-astronomy/siril/siril-1.0.1.ebuild49
2 files changed, 50 insertions, 0 deletions
diff --git a/sci-astronomy/siril/Manifest b/sci-astronomy/siril/Manifest
new file mode 100644
index 0000000..6bfc02f
--- /dev/null
+++ b/sci-astronomy/siril/Manifest
@@ -0,0 +1 @@
+DIST siril-1.0.1.tar.bz2 3486586 SHA256 88bd69dfef04a61a38a9a5a1b0d7e69e2f45321ce6d9ef61a617d8a1a52671cc SHA512 34bd6219726f5f4d51b9f0e5bc851b708e4a587d60ddce07b2106c80b1e74c6fafa3b52d0a9dda77d213272b4bdee881b4c8b4e014da9af986e1af69838afe15 WHIRLPOOL 8aef6dc56b5dc5f9a0f2e6a0506105520977b4c38ceea11f9ecdf9962d47a41d00fef8af99b8cf9dffd7d1baacd4f1b938b7957d5f77c5f69563f77d66134559
diff --git a/sci-astronomy/siril/siril-1.0.1.ebuild b/sci-astronomy/siril/siril-1.0.1.ebuild
new file mode 100644
index 0000000..1f85b23
--- /dev/null
+++ b/sci-astronomy/siril/siril-1.0.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg-utils
+
+DESCRIPTION="An astronomical image processing tool"
+HOMEPAGE="https://www.siril.org/"
+SRC_URI="https://free-astro.org/download/${PN}-${PV}.tar.bz2"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="curl ffmpeg ffms2 gnuplot heif jpeg png raw tiff wcs"
+
+RDEPEND="
+ curl? ( net-misc/curl )
+ ffmpeg? ( media-video/ffmpeg )
+ ffms2? ( media-libs/ffmpegsource )
+ 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
+ dev-libs/json-glib
+ 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
+}