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

Anatol Pomozov anatolik at archlinux.org
Fri Feb 5 22:15:45 UTC 2016


    Date: Friday, February 5, 2016 @ 23:15:44
  Author: anatolik
Revision: 160439

upgpkg: vtk 7.0.0-1

Modified:
  vtk/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-05 22:04:42 UTC (rev 160438)
+++ PKGBUILD	2016-02-05 22:15:44 UTC (rev 160439)
@@ -4,9 +4,9 @@
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 
 pkgname=vtk
-pkgver=6.3.0
-_majorver=6.3
-pkgrel=5
+pkgver=7.0.0
+_majorver=7.0
+pkgrel=1
 pkgdesc='A software system for 3D computer graphics, image processing, and visualization'
 arch=('i686' 'x86_64')
 url='http://www.vtk.org/'
@@ -26,20 +26,18 @@
             'unixodbc'
             'glew'
             'gdal'
-            'mariadb')
+            'mariadb'
+            'ffmpeg'
+            'jsoncpp')
 source=("http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz"
         "http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz"
         "http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz"
         # https://github.com/Kitware/VTK/pull/21
-        remove-vtkxdmf3.patch::https://github.com/nschloe/VTK/commit/a98527dfe9ce23beebf386fab07caef99b911ede.patch
-        find-libxml2.patch::https://github.com/nschloe/VTK/commit/6216f98a7124e12a2c1cefd113347f94b51f3c51.patch
         gdal2.patch)
 options=(staticlibs)
-sha1sums=('452efab1eedf6202f2d9a3362b5f69adfc44edda'
-          '424b138c079a688cd8c52c43d12b54e2f2b06acf'
-          '622a2bd314262961c6d96f2686f96224e8e31de3'
-          'f8c9270941707a296ff5e0ea3c73a1f0407c6f9b'
-          'baa807e4495219b3104b6245ca79b8f33ff299db'
+sha1sums=('7719fac36b36965eaf5076542166ba49bbe7afbb'
+          '1bbaa642a3e3676a58a08c956df73645326c2859'
+          '8d16a1fba15e4eb95c03fe97937488ddcdd7fbd0'
           'c60610e7c8cf0ad93d7c02cbf8a20fc415f59b3e')
 
 prepare() {
@@ -46,8 +44,6 @@
   cd "${srcdir}"/VTK-$pkgver
 
   # fix compilation errors:
-  patch -Np1 -i "${srcdir}"/remove-vtkxdmf3.patch
-  patch -Np1 -i "${srcdir}"/find-libxml2.patch
   patch -Np1 -i "${srcdir}"/gdal2.patch
 
   sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \



More information about the arch-commits mailing list