[arch-commits] Commit in hugin/repos/community-x86_64 (4 files)

2019-12-30 Thread Bruno Pagani via arch-commits
Date: Tuesday, December 31, 2019 @ 00:31:37
  Author: archange
Revision: 545028

archrelease: copy trunk to community-x86_64

Added:
  hugin/repos/community-x86_64/PKGBUILD
(from rev 545027, hugin/trunk/PKGBUILD)
  hugin/repos/community-x86_64/hugin-exiv2-0.27.1.patch
(from rev 545027, hugin/trunk/hugin-exiv2-0.27.1.patch)
Deleted:
  hugin/repos/community-x86_64/PKGBUILD
  hugin/repos/community-x86_64/hugin-exiv2-0.27.1.patch

--+
 PKGBUILD |   84 
 hugin-exiv2-0.27.1.patch |  186 ++---
 2 files changed, 130 insertions(+), 140 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-31 00:31:21 UTC (rev 545027)
+++ PKGBUILD2019-12-31 00:31:37 UTC (rev 545028)
@@ -1,47 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: Giovanni Scafora 
-# Contributor: Dominik Ryba 
-
-pkgname=hugin
-pkgver=2019.0.0
-pkgrel=6
-pkgdesc="Panorama photo stitcher"
-arch=(x86_64)
-url="http://hugin.sourceforge.net/";
-license=(GPL)
-depends=(wxgtk3 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'
-'dcraw: RAW import using dcraw'
-'darktable: RAW import using darktable'
-'rawtherapee: RAW import using rawtherapee')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/r/_r}.tar.bz2";
 hugin-exiv2-0.27.1.patch)
-sha256sums=('f94717c5035b776a552163bac5815916e0662008fabefafd790fa54b352e22d1'
-'93ade29aa894ebc0186570b8eb24c4849001fdf7781a9a95beb661e3ccd3533f')
-
-prepare() {
-mkdir -p build
-
-cd $pkgname-$pkgver
-patch -p1 -i ../hugin-exiv2-0.27.1.patch # Fix build with exiv2 0.27.1 
(Fedora)
-}
-
-build() {
-cd build
-cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_LAPACK=yes \
--DBUILD_HSI=ON \
--DUSE_GDKBACKEND_X11=ON \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
-make
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-}

Copied: hugin/repos/community-x86_64/PKGBUILD (from rev 545027, 
hugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-31 00:31:37 UTC (rev 545028)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2019.2.0
+pkgrel=1
+pkgdesc="Panorama photo stitcher"
+arch=(x86_64)
+url="http://hugin.sourceforge.net/";
+license=(GPL)
+depends=(wxgtk3 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'
+'dcraw: RAW import using dcraw'
+'darktable: RAW import using darktable'
+'rawtherapee: RAW import using rawtherapee')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/r/_r}.tar.bz2";)
+sha256sums=('8ba6bdfea246313f142f17f42e066c6888f51b72e4f8814b5e1c84ff56a95a3e')
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_LAPACK=yes \
+-DBUILD_HSI=ON \
+-DUSE_GDKBACKEND_X11=ON \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}

Deleted: hugin-exiv2-0.27.1.patch
===
--- hugin-exiv2-0.27.1.patch2019-12-31 00:31:21 UTC (rev 545027)
+++ hugin-exiv2-0.27.1.patch2019-12-31 00:31:37 UTC (rev 545028)
@@ -1,93 +0,0 @@
-diff -r fb12dbcd0ad1 -r 01e87b730bb3 src/hugin1/hugin/AboutDialog.cpp
 a/src/hugin1/hugin/AboutDialog.cpp Wed May 15 17:41:28 2019 +0200
-+++ b/src/hugin1/hugin/AboutDialog.cpp Wed May 15 17:47:40 2019 +0200
-@@ -42,7 +42,7 @@
- // workaround for a conflict between exiv2 and wxWidgets/CMake built
- #define HAVE_PID_T 1
- #endif
--#include "exiv2/exiv2.hpp"
-+#include 
- #include "lensdb/LensDB.h"
- #include "sqlite3.h"
- #include 
-diff -r fb12dbcd0ad1 -r 01e87b730bb3 src/hugin1/hugin/PanoOperation.cpp
 a/src/hugin1/hugin/PanoOperation.cpp   Wed May 15 17:41:28 2019 +0200
-+++ b/src/hugin1/hugin/PanoOperation.cpp   Wed May 15 17:47:40 2019 +0200
-@@ -36,8 +36,7 @@
- // workaround for a conflict between exiv2 and wxWidgets/CMake built
- #define HAVE_PID_T 1
- #endif
--#include 
--#include 
-+#include 
- #include "base_wx/LensTool

[arch-commits] Commit in hugin/repos/community-x86_64 (4 files)

2019-07-07 Thread Bruno Pagani via arch-commits
Date: Sunday, July 7, 2019 @ 17:03:55
  Author: archange
Revision: 487637

archrelease: copy trunk to community-x86_64

Added:
  hugin/repos/community-x86_64/PKGBUILD
(from rev 487636, hugin/trunk/PKGBUILD)
  hugin/repos/community-x86_64/hugin-exiv2-0.27.1.patch
(from rev 487636, hugin/trunk/hugin-exiv2-0.27.1.patch)
Deleted:
  hugin/repos/community-x86_64/PKGBUILD
  hugin/repos/community-x86_64/hugin-exiv2-0.27.1.patch

--+
 PKGBUILD |   93 +++---
 hugin-exiv2-0.27.1.patch |  186 ++---
 2 files changed, 140 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-07 17:03:43 UTC (rev 487636)
+++ PKGBUILD2019-07-07 17:03:55 UTC (rev 487637)
@@ -1,46 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: Giovanni Scafora 
-# Contributor: Dominik Ryba 
-
-pkgname=hugin
-pkgver=2019.0.0
-pkgrel=2
-pkgdesc="Panorama photo stitcher"
-arch=(x86_64)
-url="http://hugin.sourceforge.net/";
-license=(GPL)
-depends=(wxgtk3 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'
-'dcraw: RAW import using dcraw'
-'darktable: RAW import using darktable'
-'rawtherapee: RAW import using rawtherapee')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/r/_r}.tar.bz2";
 hugin-exiv2-0.27.1.patch)
-sha256sums=('f94717c5035b776a552163bac5815916e0662008fabefafd790fa54b352e22d1'
-'93ade29aa894ebc0186570b8eb24c4849001fdf7781a9a95beb661e3ccd3533f')
-
-prepare() {
-mkdir -p build
-
-cd $pkgname-$pkgver
-patch -p1 -i ../hugin-exiv2-0.27.1.patch # Fix build with exiv2 0.27.1 
(Fedora)
-}
-
-build() {
-cd build
-cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_LAPACK=yes \
--DBUILD_HSI=ON \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
-make
-}
-
-package() {
-cd build
-make DESTDIR="${pkgdir}" install
-}

Copied: hugin/repos/community-x86_64/PKGBUILD (from rev 487636, 
hugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-07 17:03:55 UTC (rev 487637)
@@ -0,0 +1,47 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2019.0.0
+pkgrel=3
+pkgdesc="Panorama photo stitcher"
+arch=(x86_64)
+url="http://hugin.sourceforge.net/";
+license=(GPL)
+depends=(wxgtk3 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'
+'dcraw: RAW import using dcraw'
+'darktable: RAW import using darktable'
+'rawtherapee: RAW import using rawtherapee')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/r/_r}.tar.bz2";
 hugin-exiv2-0.27.1.patch)
+sha256sums=('f94717c5035b776a552163bac5815916e0662008fabefafd790fa54b352e22d1'
+'93ade29aa894ebc0186570b8eb24c4849001fdf7781a9a95beb661e3ccd3533f')
+
+prepare() {
+mkdir -p build
+
+cd $pkgname-$pkgver
+patch -p1 -i ../hugin-exiv2-0.27.1.patch # Fix build with exiv2 0.27.1 
(Fedora)
+}
+
+build() {
+cd build
+cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_LAPACK=yes \
+-DBUILD_HSI=ON \
+-DUSE_GDKBACKEND_X11=ON \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+make
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+}

Deleted: hugin-exiv2-0.27.1.patch
===
--- hugin-exiv2-0.27.1.patch2019-07-07 17:03:43 UTC (rev 487636)
+++ hugin-exiv2-0.27.1.patch2019-07-07 17:03:55 UTC (rev 487637)
@@ -1,93 +0,0 @@
-diff -r fb12dbcd0ad1 -r 01e87b730bb3 src/hugin1/hugin/AboutDialog.cpp
 a/src/hugin1/hugin/AboutDialog.cpp Wed May 15 17:41:28 2019 +0200
-+++ b/src/hugin1/hugin/AboutDialog.cpp Wed May 15 17:47:40 2019 +0200
-@@ -42,7 +42,7 @@
- // workaround for a conflict between exiv2 and wxWidgets/CMake built
- #define HAVE_PID_T 1
- #endif
--#include "exiv2/exiv2.hpp"
-+#include 
- #include "lensdb/LensDB.h"
- #include "sqlite3.h"
- #include 
-diff -r fb12dbcd0ad1 -r 01e87b730bb3 src/hugin1/hugin/PanoOperation.cpp
 a/src/hugin1/hugin/PanoOperation.cpp   Wed May 15 17:41:28 2019 +0200
-+++ b/src/hugin1/hu