Date: Sunday, July 31, 2016 @ 09:31:14
  Author: bisson
Revision: 272754

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  hugin/repos/staging-i686/
  hugin/repos/staging-i686/PKGBUILD
    (from rev 272753, hugin/trunk/PKGBUILD)
  hugin/repos/staging-x86_64/
  hugin/repos/staging-x86_64/PKGBUILD
    (from rev 272753, hugin/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: hugin/repos/staging-i686/PKGBUILD (from rev 272753, 
hugin/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2016-07-31 09:31:14 UTC (rev 272754)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: Tobias Kieslich <tob...@archlinux.org>
+# Contributor: Giovanni Scafora <giova...@archlinux.org>
+# Contributor: Dominik Ryba <domr...@post.pl>
+
+pkgname=hugin
+pkgver=2016.0.0
+pkgrel=4
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
+         'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool'
+          'glew' 'desktop-file-utils')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2";)
+sha1sums=('6811e19f1c10da163e1c4228779beb4c12448db9')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+       install -d build
+       cd build
+       cmake .. \
+               -DCMAKE_BUILD_TYPE=Release \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DENABLE_LAPACK=yes \
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+       cd build
+       make DESTDIR="${pkgdir}" install
+}

Copied: hugin/repos/staging-x86_64/PKGBUILD (from rev 272753, 
hugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2016-07-31 09:31:14 UTC (rev 272754)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: Tobias Kieslich <tob...@archlinux.org>
+# Contributor: Giovanni Scafora <giova...@archlinux.org>
+# Contributor: Dominik Ryba <domr...@post.pl>
+
+pkgname=hugin
+pkgver=2016.0.0
+pkgrel=4
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
+         'python' 'lensfun' 'lapack' 'make' 'sqlite' 'perl-image-exiftool'
+          'glew' 'desktop-file-utils')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2";)
+sha1sums=('6811e19f1c10da163e1c4228779beb4c12448db9')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+       install -d build
+       cd build
+       cmake .. \
+               -DCMAKE_BUILD_TYPE=Release \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DENABLE_LAPACK=yes \
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver/rc?}"
+       cd build
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to