Date: Friday, May 19, 2017 @ 06:31:27
  Author: bpiotrowski
Revision: 296269

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

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

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

Copied: hugin/repos/community-staging-i686/PKGBUILD (from rev 296268, 
hugin/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2017-05-19 06:31:27 UTC (rev 296269)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Tobias Kieslich <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: Dominik Ryba <[email protected]>
+
+pkgname=hugin
+pkgver=2016.2.0
+pkgrel=6
+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";)
+sha256sums=('54ab1bc8dd94d83c02bfd4082c4454b3b33f0fa56bc17b45cf3e89be87691f15')
+
+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/community-staging-x86_64/PKGBUILD (from rev 296268, 
hugin/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-19 06:31:27 UTC (rev 296269)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Tobias Kieslich <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: Dominik Ryba <[email protected]>
+
+pkgname=hugin
+pkgver=2016.2.0
+pkgrel=6
+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";)
+sha256sums=('54ab1bc8dd94d83c02bfd4082c4454b3b33f0fa56bc17b45cf3e89be87691f15')
+
+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