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

Andrzej Giniewicz aginiewicz at archlinux.org
Fri Dec 5 16:21:14 UTC 2014


    Date: Friday, December 5, 2014 @ 17:21:13
  Author: aginiewicz
Revision: 123480

upgpkg: vtk 6.1.0-6

vtk: try to fix the FS#43007 again, switched some dependencies from optional to needed

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-05 15:10:15 UTC (rev 123479)
+++ PKGBUILD	2014-12-05 16:21:13 UTC (rev 123480)
@@ -13,21 +13,18 @@
 pkgname=vtk
 pkgver=6.1.0
 _majorver=6.1
-pkgrel=5
+pkgrel=6
 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' 'qtwebkit' 'lesstif' 'mariadb' 'hdf5' 'libgl')
-makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'python2' 'tk' 'wget' 'python2-matplotlib' 'openmpi' 'gdal' 'unixodbc' 'python2-twisted')
+depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qtwebkit' 'lesstif' 'mariadb' 'hdf5' 'libgl' 'gdal' 'unixodbc' 'openmpi')
+makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'python2' 'tk' 'wget' 'python2-matplotlib' 'python2-twisted')
 optdepends=('python2: python bindings'
             'java-runtime: java bindings'
             'tk: tcl bindings'
             'gnuplot: plotting tools'
             'graphviz: drawing tools'
-            'openmpi: parallel support'
-            'gdal: module IO/GDAL'
-            'unixodbc: module IO/ODBC'
             'python2-matplotlib: for Matplotlib rendering'
             'python2-twisted: for vtkWeb')
 provides=('python2-autobahn') # TODO: move it from AUR to make it an optdepend of vtkWeb instead of twisted



More information about the arch-commits mailing list