summaryrefslogtreecommitdiff
path: root/sci-astronomy/siril/siril-0.99.8.1.ebuild
blob: b9750b31b67c69b24ba4ed62febc5f5a3e80f03b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=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_SUBMODULES=( '*' )

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="curl ffmpeg gnuplot heif jpeg png raw tiff wcs"

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
	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
}