Date: Sunday, September 10, 2017 @ 20:29:53
  Author: bisson
Revision: 256817

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 256816, hugin/trunk/PKGBUILD)
  hugin/repos/community-staging-x86_64/
  hugin/repos/community-staging-x86_64/PKGBUILD
    (from rev 256816, 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 256816, 
hugin/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2017-09-10 20:29:53 UTC (rev 256817)
@@ -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=2017.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=('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=('86646ea27f32b959d38e7d36270703214b1ae961e379dd64b14d027139cd4609')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       install -d build
+       cd build
+       cmake .. \
+               -DCMAKE_BUILD_TYPE=Release \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DENABLE_LAPACK=yes \
+               -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config \
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       cd build
+       make DESTDIR="${pkgdir}" install
+}

Copied: hugin/repos/community-staging-x86_64/PKGBUILD (from rev 256816, 
hugin/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-10 20:29:53 UTC (rev 256817)
@@ -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=2017.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=('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=('86646ea27f32b959d38e7d36270703214b1ae961e379dd64b14d027139cd4609')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       install -d build
+       cd build
+       cmake .. \
+               -DCMAKE_BUILD_TYPE=Release \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DENABLE_LAPACK=yes \
+               -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config \
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       cd build
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to