| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.18.ebuild,v 1.11 2012/05/05 07:00:25 jdhore Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-gfx/ufraw/ufraw-0.18.ebuild,v 1.12 2012/05/29 17:41:36 aballier Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | inherit autotools eutils fdo-mime gnome2-utils |
6 | inherit autotools eutils fdo-mime gnome2-utils |
| 7 | |
7 | |
| 8 | DESCRIPTION="RAW Image format viewer and GIMP plugin" |
8 | DESCRIPTION="RAW Image format viewer and GIMP plugin" |
| 9 | HOMEPAGE="http://ufraw.sourceforge.net/" |
9 | HOMEPAGE="http://ufraw.sourceforge.net/" |
| 10 | SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |
10 | SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |
| 11 | |
11 | |
| 12 | LICENSE="GPL-2" |
12 | LICENSE="GPL-2" |
| 13 | SLOT="0" |
13 | SLOT="0" |
| 14 | KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" |
14 | KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" |
| 15 | IUSE="contrast fits gimp gnome gtk openmp timezone" |
15 | IUSE="contrast fits gimp gnome gtk openmp timezone" |
| 16 | |
16 | |
| 17 | RDEPEND="dev-libs/glib:2 |
17 | RDEPEND="dev-libs/glib:2 |
| 18 | >=media-gfx/exiv2-0.11 |
18 | >=media-gfx/exiv2-0.11 |
| 19 | virtual/jpeg |
19 | virtual/jpeg |