| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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/pornview/Attic/pornview-0.2.0_pre1-r2.ebuild,v 1.1 2011/02/25 19:53:46 signals Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-gfx/pornview/Attic/pornview-0.2.0_pre1-r2.ebuild,v 1.2 2011/03/28 16:49:16 angelos Exp $ |
| 4 | |
4 | |
| 5 | EAPI=3 |
5 | EAPI=3 |
| 6 | |
|
|
| 7 | inherit eutils toolchain-funcs |
6 | inherit eutils toolchain-funcs |
| 8 | |
7 | |
| 9 | DESCRIPTION="Image viewer/manager with optional support for MPEG movies." |
8 | DESCRIPTION="Image viewer/manager with optional support for MPEG movies." |
| 10 | HOMEPAGE="http://pornview.sourceforge.net" |
9 | HOMEPAGE="http://pornview.sourceforge.net" |
| 11 | SRC_URI="mirror://sourceforge/${PN}/${P/_/}.tar.gz" |
10 | SRC_URI="mirror://sourceforge/${PN}/${P/_/}.tar.gz" |
| … | |
… | |
| 16 | IUSE="exif nls" |
15 | IUSE="exif nls" |
| 17 | |
16 | |
| 18 | RDEPEND="media-libs/libpng |
17 | RDEPEND="media-libs/libpng |
| 19 | virtual/jpeg |
18 | virtual/jpeg |
| 20 | exif? ( media-gfx/exiv2 ) |
19 | exif? ( media-gfx/exiv2 ) |
| 21 | >=x11-libs/gtk+-2" |
20 | x11-libs/gtk+:2" |
| 22 | DEPEND="${RDEPEND} |
21 | DEPEND="${RDEPEND} |
| 23 | dev-util/pkgconfig |
22 | dev-util/pkgconfig |
| 24 | nls? ( sys-devel/gettext )" |
23 | nls? ( sys-devel/gettext )" |
| 25 | |
24 | |
| 26 | S=${WORKDIR}/${P/_/} |
25 | S=${WORKDIR}/${P/_/} |