Lines 2-8
Link Here
|
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/hugin/hugin-0.6.1.ebuild,v 1.7 2007/04/30 21:58:47 genone Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-0.6.1.ebuild,v 1.7 2007/04/30 21:58:47 genone Exp $ |
4 |
|
4 |
|
5 |
inherit wxwidgets eutils |
5 |
inherit wxwidgets eutils autotools libtool |
6 |
|
6 |
|
7 |
DESCRIPTION="GUI for the creation & processing of panoramic images" |
7 |
DESCRIPTION="GUI for the creation & processing of panoramic images" |
8 |
HOMEPAGE="http://hugin.sf.net" |
8 |
HOMEPAGE="http://hugin.sf.net" |
Lines 44-49
Link Here
|
44 |
src_unpack() { |
44 |
src_unpack() { |
45 |
unpack ${A} |
45 |
unpack ${A} |
46 |
|
46 |
|
|
|
47 |
epatch ${FILESDIR}/${P}-as-needed.patch |
48 |
|
49 |
cd ${S} |
50 |
AT_M4DIR="${S}/m4" |
51 |
eautoreconf |
52 |
|
47 |
sed -i -e 's/autopanog\.exe/autopanog/' "${S}"/src/include/hugin/config_defaults.h |
53 |
sed -i -e 's/autopanog\.exe/autopanog/' "${S}"/src/include/hugin/config_defaults.h |
48 |
} |
54 |
} |
49 |
|
55 |
|