diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 10:57:57 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-11 10:57:57 +0100 |
commit | f46d8280991205efc640f541eb56f4014e0542ee (patch) | |
tree | 3ed5c2eb116e415704fc0650d2670f13aa7a3f7d /extra/hugin/Pkgfile | |
parent | eb87e0218cc9a9b7073710591a087b5a1e918eaf (diff) | |
download | nutyx-pakxe-f46d8280991205efc640f541eb56f4014e0542ee.tar.gz nutyx-pakxe-f46d8280991205efc640f541eb56f4014e0542ee.tar.bz2 nutyx-pakxe-f46d8280991205efc640f541eb56f4014e0542ee.tar.xz nutyx-pakxe-f46d8280991205efc640f541eb56f4014e0542ee.zip |
hugin dans ouvert
Diffstat (limited to 'extra/hugin/Pkgfile')
-rwxr-xr-x | extra/hugin/Pkgfile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/extra/hugin/Pkgfile b/extra/hugin/Pkgfile deleted file mode 100755 index b06bb39a8..000000000 --- a/extra/hugin/Pkgfile +++ /dev/null @@ -1,29 +0,0 @@ -# Description: Utilitaires pour la realisation de panorama -# URL: http://hugin.sourceforge.net/ -# Maintainer: NuTyX packager team -# Packager: lesibel at free dot fr -# Depends on: wxgtk, libpano13, boost, enblend-enfuse, exiv2, openexr, autopano-sift-c, lapack, desktop-file-utils, p5-exiftool -# Run on: - - -name=hugin -version=2010.0.0 -release=1 -source=( http://downloads.sourceforge.net/$name/$name-$version.tar.gz - libpng14.patch) - -build() { - cd $SRC - patch -Np0 -i libpng14.patch - mkdir build - cd build - cmake "$SRC/$name-$version" \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_EXE_LINKER_FLAGS="-lpthread" \ - -DENABLE_LAPACK=yes - make - make DESTDIR=$PKG install -} - - |