hugin: update to 2017.0.
This commit is contained in:
parent
2a03b81dfd
commit
7d774aa0d4
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'hugin'
|
# Template file for 'hugin'
|
||||||
pkgname=hugin
|
pkgname=hugin
|
||||||
version=2016.2.0
|
version=2017.0
|
||||||
revision=4
|
revision=1
|
||||||
|
wrksrc=${pkgname}-${version}.0
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0"
|
configure_args="-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0"
|
||||||
pycompile_module="hpi.py hsi.py"
|
pycompile_module="hpi.py hsi.py"
|
||||||
|
@ -16,8 +17,8 @@ depends="exiftool"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://hugin.sourceforge.net/"
|
homepage="http://hugin.sourceforge.net/"
|
||||||
short_desc="An easy to use panoramic imaging toolchain"
|
short_desc="An easy to use panoramic imaging toolchain"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${pkgname}-${version%.*}/${pkgname}-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=54ab1bc8dd94d83c02bfd4082c4454b3b33f0fa56bc17b45cf3e89be87691f15
|
checksum=86646ea27f32b959d38e7d36270703214b1ae961e379dd64b14d027139cd4609
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i '/<sys\/sysctl.h>/d' src/hugin_base/hugin_utils/platform.cpp
|
sed -i '/<sys\/sysctl.h>/d' src/hugin_base/hugin_utils/platform.cpp
|
||||||
|
|
Loading…
Reference in a new issue