diff options
author | 2006-04-18 01:40:36 +0000 | |
---|---|---|
committer | 2006-04-18 01:40:36 +0000 | |
commit | 2d9a026482f9f082c7dd14fd00cb33c1c1868049 (patch) | |
tree | 0692482c5595eb1601ba4e76b7b0d9ffe08a7c43 /media-gfx/hugin/hugin-0.5.ebuild | |
parent | Stable on x86 (diff) | |
download | historical-2d9a026482f9f082c7dd14fd00cb33c1c1868049.tar.gz historical-2d9a026482f9f082c7dd14fd00cb33c1c1868049.tar.bz2 historical-2d9a026482f9f082c7dd14fd00cb33c1c1868049.zip |
Stable on x86
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'media-gfx/hugin/hugin-0.5.ebuild')
-rw-r--r-- | media-gfx/hugin/hugin-0.5.ebuild | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/media-gfx/hugin/hugin-0.5.ebuild b/media-gfx/hugin/hugin-0.5.ebuild index c3f356945930..30585b8171ad 100644 --- a/media-gfx/hugin/hugin-0.5.ebuild +++ b/media-gfx/hugin/hugin-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.5.ebuild,v 1.2 2006/01/15 21:30:23 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.5.ebuild,v 1.3 2006/04/18 01:40:36 halcy0n Exp $ inherit wxwidgets eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://hugin.sf.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2 SIFT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="unicode debug" DEPEND=">=media-libs/libpano12-2.7.0.8 @@ -19,7 +19,8 @@ DEPEND=">=media-libs/libpano12-2.7.0.8 media-libs/libpng media-libs/jpeg media-libs/tiff - media-gfx/enblend" + media-gfx/enblend + media-gfx/autopano-sift" src_unpack() { unpack ${A} @@ -50,8 +51,3 @@ src_install() { dodoc AUTHORS BUGS README TODO } -pkg_postinst() { - einfo "Please consider the helper apps autopano-sift and enblend." - einfo "autopano-sift is used to automagically generate control" - einfo "points and enblend is used to merge images smoothly." -} |