blob: a4d6c8f1c139d49498a5a4da7222231487c2b6dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="Gimp plugins for astronomical image processing"
HOMEPAGE="http://www.hennigbuam.de/georg/gimp.html"
SRC_URI="http://www.hennigbuam.de/georg/downloads/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="fftw"
DEPEND=">=media-gfx/gimp-2.8
<sci-libs/gsl-2
x11-libs/gtk+:2
fftw? ( sci-libs/fftw:3.0 )"
RDEPEND="${DEPEND}"
|