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

Andrzej Giniewicz aginiewicz at archlinux.org
Wed Dec 3 11:08:21 UTC 2014


    Date: Wednesday, December 3, 2014 @ 12:08:21
  Author: aginiewicz
Revision: 123382

upgpkg: vtk 6.1.0-2

vtk: fix missing static libs, switch to Qt5

Modified:
  vtk/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-03 11:03:09 UTC (rev 123381)
+++ PKGBUILD	2014-12-03 11:08:21 UTC (rev 123382)
@@ -8,18 +8,16 @@
 # Contributor: Fabian Moser
 # Contributor: djscholl
 
-# Qt5 support status: http://vtk.org/Bug/view.php?id=12945
-
 pkgname=vtk
 pkgver=6.1.0
 _majorver=6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A software system for 3D computer graphics, image processing, and visualization.'
 arch=('i686' 'x86_64')
 url='http://www.vtk.org/'
 license=('BSD')
-depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qt4' 'lesstif' 'mariadb' 'hdf5' 'libgl')
-makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'mesa-libgl' 'python2' 'tk' 'wget')
+depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qt5-base' 'lesstif' 'mariadb' 'hdf5' 'libgl')
+makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'python2' 'tk' 'wget')
 optdepends=('python2: python bindings'
             'java-runtime: java bindings'
             'tk: tcl bindings'
@@ -29,6 +27,7 @@
         "http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz"
         "http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz"
         mesa.diff hdf5.diff)
+options=(staticlibs)
 md5sums=('25e4dfb3bad778722dcaec80cd5dab7d'
          'f82c8fe151279c0422ab8a6cfe991c94'
          '5bc47885923ef30e3ac77fcdf6d4e599'



More information about the arch-commits mailing list