[arch-commits] Commit in hugin/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Mon Aug 21 01:18:53 UTC 2017


    Date: Monday, August 21, 2017 @ 01:18:53
  Author: bisson
Revision: 252784

fix FS#54957 by reverting to wxgtk2

Modified:
  hugin/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-21 00:42:12 UTC (rev 252783)
+++ PKGBUILD	2017-08-21 01:18:53 UTC (rev 252784)
@@ -6,13 +6,13 @@
 
 pkgname=hugin
 pkgver=2017.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')
 arch=('i686' 'x86_64')
 makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
-depends=('wxgtk3' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' 'glew'
+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')
@@ -25,7 +25,7 @@
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DENABLE_LAPACK=yes \
-		-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3 \
+		-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config \
 
 	make
 }



More information about the arch-commits mailing list