summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2008-01-12 09:42:40 +0000
committerMarkus Meier <maekke@gentoo.org>2008-01-12 09:42:40 +0000
commitc4326e21c548f9ec860137ebc76b49da9960a1c9 (patch)
tree77850c6dd8d9cf5515d15529a8fa54bebfdd0d9b /media-gfx/hugin/hugin-0.5_rc1-r2.ebuild
parentDo not show directories pushd/popd enters/leaves. (diff)
downloadhistorical-c4326e21c548f9ec860137ebc76b49da9960a1c9.tar.gz
historical-c4326e21c548f9ec860137ebc76b49da9960a1c9.tar.bz2
historical-c4326e21c548f9ec860137ebc76b49da9960a1c9.zip
old
Package-Manager: portage-2.1.4_rc14
Diffstat (limited to 'media-gfx/hugin/hugin-0.5_rc1-r2.ebuild')
-rw-r--r--media-gfx/hugin/hugin-0.5_rc1-r2.ebuild57
1 files changed, 0 insertions, 57 deletions
diff --git a/media-gfx/hugin/hugin-0.5_rc1-r2.ebuild b/media-gfx/hugin/hugin-0.5_rc1-r2.ebuild
deleted file mode 100644
index ff85f9237188..000000000000
--- a/media-gfx/hugin/hugin-0.5_rc1-r2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.5_rc1-r2.ebuild,v 1.3 2007/10/13 00:06:49 dirtyepic Exp $
-
-inherit wxwidgets
-
-DESCRIPTION="GUI for the creation & processing of panoramic images"
-HOMEPAGE="http://hugin.sf.net"
-MY_P=${P/_rc*//}
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2 SIFT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE="unicode debug"
-
-DEPEND=">=media-libs/libpano12-2.7.0.8
- >=dev-libs/boost-1.30.0
- =x11-libs/wxGTK-2.6*
- sys-libs/zlib
- media-libs/libpng
- media-libs/jpeg
- media-libs/tiff"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
-
- sed -i -e 's/autopanog\.exe/autopanog/' "${S}"/src/include/hugin/config_defaults.h
-}
-
-src_compile() {
- export WX_GTK_VER="2.6"
-
- if use unicode; then
- need-wxwidgets unicode || die "Emerge wxGTK with unicode in USE"
- else
- need-wxwidgets gtk2 || die "Emerge wxGTK with gtk2 in USE"
- fi
-
- myconf="`use_with unicode`
- `use_enable debug`"
-
- econf --with-wx-config="${WX_CONFIG}" ${myconf} || die "configure failed"
- emake || die "compiling failed"
-}
-
-src_install() {
- make install DESTDIR=${D} || die
- dodoc AUTHORS BUGS INSTALL LICENCE LICENCE_SIFT README TODO
-}
-
-pkg_postinst() {
- elog "Please consider the helper apps autopano-sift and enblend."
- elog "autopano-sift is used to automagically generate control"
- elog "points and enblend is used to merge images smoothly."
-}