Date: Friday, January 4, 2019 @ 16:17:28
  Author: archange
Revision: 420543

archrelease: copy trunk to community-x86_64

Added:
  hugin/repos/community-x86_64/PKGBUILD
    (from rev 420542, hugin/trunk/PKGBUILD)
Deleted:
  hugin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 38 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-01-04 16:17:13 UTC (rev 420542)
+++ PKGBUILD    2019-01-04 16:17:28 UTC (rev 420543)
@@ -1,36 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-# Contributor: Gaetan Bisson <[email protected]>
-# Contributor: Tobias Kieslich <[email protected]>
-# Contributor: Giovanni Scafora <[email protected]>
-# Contributor: Dominik Ryba <[email protected]>
-
-pkgname=hugin
-pkgver=2018.0.0
-pkgrel=5
-pkgdesc="Panorama photo stitcher"
-arch=('x86_64')
-url="http://hugin.sourceforge.net/";
-license=('GPL')
-makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
-depends=('wxgtk2' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' 'glew'
-         'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/r/_r}.tar.bz2";)
-sha256sums=('d3af0d066ac50e3bb243a175a64ecda136d87178419457e8822e11bcf0e565cb')
-
-prepare() {
-       mkdir -p build
-}
-
-build() {
-       cd build
-       cmake ../${pkgname}-${pkgver} \
-               -DCMAKE_BUILD_TYPE=Release \
-               -DCMAKE_INSTALL_PREFIX=/usr \
-               -DENABLE_LAPACK=yes
-       make
-}
-
-package() {
-       cd build
-       make DESTDIR="${pkgdir}" install
-}

Copied: hugin/repos/community-x86_64/PKGBUILD (from rev 420542, 
hugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-01-04 16:17:28 UTC (rev 420543)
@@ -0,0 +1,38 @@
+# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Gaetan Bisson <[email protected]>
+# Contributor: Tobias Kieslich <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: Dominik Ryba <[email protected]>
+
+pkgname=hugin
+pkgver=2018.0.0
+pkgrel=6
+pkgdesc="Panorama photo stitcher"
+arch=('x86_64')
+url="http://hugin.sourceforge.net/";
+license=('GPL')
+depends=('wxgtk2' 'boost-libs' 'libtiff' 'libpano13' 'libjpeg' 'libpng' 
'openexr' 'vigra'
+         'exiv2' 'glew' 'sqlite' 'lcms2' 'lapack' 'fftw' 'glu' 'libxi' 
'libxmu' 'python'
+         'lensfun' 'make' 'enblend-enfuse')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+optdepends=('perl-image-exiftool: GPano tags support')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/r/_r}.tar.bz2";)
+sha256sums=('d3af0d066ac50e3bb243a175a64ecda136d87178419457e8822e11bcf0e565cb')
+
+prepare() {
+    mkdir -p build
+}
+
+build() {
+    cd build
+    cmake ../${pkgname}-${pkgver} \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DENABLE_LAPACK=yes \
+        -DBUILD_HSI=ON
+    make
+}
+
+package() {
+    cd build
+    make DESTDIR="${pkgdir}" install
+}

Reply via email to