From 3cbda82ad64f0418ca165c6374f430e738326bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Sat, 25 Jul 2020 22:12:58 +0200 Subject: Add sci-astronomy/siril --- sci-astronomy/siril/Manifest | 1 + sci-astronomy/siril/metadata.xml | 10 ++++++ sci-astronomy/siril/siril-0.9.12.ebuild | 55 +++++++++++++++++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 sci-astronomy/siril/Manifest create mode 100644 sci-astronomy/siril/metadata.xml create mode 100644 sci-astronomy/siril/siril-0.9.12.ebuild (limited to 'sci-astronomy') diff --git a/sci-astronomy/siril/Manifest b/sci-astronomy/siril/Manifest new file mode 100644 index 0000000..eeb98c3 --- /dev/null +++ b/sci-astronomy/siril/Manifest @@ -0,0 +1 @@ +DIST siril-0.9.12.tar.gz 2844599 SHA256 dc24b8ea344c0d1d6a35fae8c80becb2f2493991107bcc928eda9159761af590 SHA512 dafcaaead50b936233d361ca25ed9f64228b8a65ef01f3a808075c49932a9f14a664f79f8de555af2996c6d860ee58df69fa0a983c68eb3daaeb09cd9cb99a50 WHIRLPOOL 4a985a80c6aae6c77ebb86a9b43e51c65da95b6734d578fe4e8be942f1f4f6205dc94cc034f7efd781e2788346534d1e9f1706d65758c2379a9ca7fa899f87a4 diff --git a/sci-astronomy/siril/metadata.xml b/sci-astronomy/siril/metadata.xml new file mode 100644 index 0000000..4cb10f0 --- /dev/null +++ b/sci-astronomy/siril/metadata.xml @@ -0,0 +1,10 @@ + + + + + ctibor@brancik.cz + + + SIRIL can align automatically or manually, stack and enhance pictures from various file formats, even image sequence files (films and SER files). + + diff --git a/sci-astronomy/siril/siril-0.9.12.ebuild b/sci-astronomy/siril/siril-0.9.12.ebuild new file mode 100644 index 0000000..852278d --- /dev/null +++ b/sci-astronomy/siril/siril-0.9.12.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools xdg-utils + +DESCRIPTION="An astronomical image processing tool" +HOMEPAGE="https://www.siril.org/" +SRC_URI="https://gitlab.com/free-astro/${PN}/-/archive/${PV}/${PN}-${PV}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="curl ffmpeg gnuplot heif jpeg png raw tiff" +WORKDIR= + +RDEPEND=" + curl? ( net-libs/curl ) + ffmpeg? ( virtual/ffmpeg ) + gnuplot? ( sci-visualisation/gnuplot ) + heif? ( media-libs/libheif ) + jpeg? ( virtual/jpeg ) + png? ( media-libs/libpng ) + raw? ( media-libs/libraw ) + tiff? ( media-libs/tiff ) +" +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 ) + +src_prepare() { + eautoreconf + default + } + +pkg_postinst() { + xdg_desktop_database_update + xdg_mimeinfo_database_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_mimeinfo_database_update +} + -- cgit v1.2.3