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

2019-01-31 Thread Bruno Pagani via arch-commits
Date: Thursday, January 31, 2019 @ 17:52:45
  Author: archange
Revision: 428772

archrelease: copy trunk to community-x86_64

Added:
  vtk/repos/community-x86_64/.contrib
(from rev 428771, vtk/trunk/.contrib)
  vtk/repos/community-x86_64/PKGBUILD
(from rev 428771, vtk/trunk/PKGBUILD)
Deleted:
  vtk/repos/community-x86_64/.contrib
  vtk/repos/community-x86_64/PKGBUILD

--+
 .contrib |   12 +-
 PKGBUILD |  249 +
 2 files changed, 127 insertions(+), 134 deletions(-)

Deleted: .contrib
===
--- .contrib2019-01-31 17:52:24 UTC (rev 428771)
+++ .contrib2019-01-31 17:52:45 UTC (rev 428772)
@@ -1,6 +0,0 @@
-# Contributor: Christofer Bertonha 
-# Contributor: leepesjee 
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl

Copied: vtk/repos/community-x86_64/.contrib (from rev 428771, 
vtk/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2019-01-31 17:52:45 UTC (rev 428772)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-31 17:52:24 UTC (rev 428771)
+++ PKGBUILD2019-01-31 17:52:45 UTC (rev 428772)
@@ -1,128 +0,0 @@
-# Maintainer: Evgeniy Alekseev 
-# Maintainer: Bruno Pagani 
-# Contributor: Ray Rashif 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Thomas Dziedzic 
-
-pkgname=vtk
-pkgver=8.1.2
-pkgrel=2
-pkgdesc="A software system for 3D computer graphics, image processing, and 
visualization"
-arch=('x86_64')
-url="https://www.vtk.org/;
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('cmake' 'boost' 'doxygen' 'ffmpeg' 'gdal' 'gnuplot'
- 'java-environment' 'openmpi' 'python-matplotlib' 'qt5-base'
- 'qt5-tools' 'qt5-webkit' 'qt5-x11extras' 'tk' 'unixodbc' 'wget'
- 'expat' 'freetype2' 'glew' 'hdf5' 'libjpeg' 'jsoncpp' 'libxml2'
- 'lz4' 'python-mpi4py' 'netcdf' 'libogg' 'libtheora' 'libpng'
- 'libtiff' 'zlib'
- 'python-autobahn' 'python-constantly' 'python-hyperlink'
- 'python-incremental' 'proj' 'mariadb' 'python-six'
- 'python-twisted' 'python-txaio' 'python-zope-interface')
-optdepends=('gnuplot: plotting tools'
-'graphviz: drawing tools'
-'java-runtime: java bindings'
-'python: python bindings'
-'python-autobahn: for vtkWeb'
-'python-twisted: for vtkWeb'
-'python-constantly'
-'python-incremental'
-'python-mpi4py: OpenMPI python support'
-'python-matplotlib: for Matplotlib rendering'
-'openmpi: OpenMPI support'
-'qt5-x11extras'
-'qt5-webkit: WebKit support'
-'tk: tcl bindings'
-'ffmpeg'
-'gdal'
-'glew'
-'hdf5'
-'jsoncpp'
-'lz4'
-'mariadb'
-'netcdf'
-'proj'
-'unixodbc')
-source=("http://www.vtk.org/files/release/${pkgver%.*}/VTK-${pkgver}.tar.gz;
-
"http://www.vtk.org/files/release/${pkgver%.*}/VTKData-${pkgver}.tar.gz;
-
"http://www.vtk.org/files/release/${pkgver%.*}/VTKLargeData-${pkgver}.tar.gz;)
-options=(staticlibs)
-sha512sums=('c9fc498804ff9bb433bf79f4b14d9bb6134b026aea46ed12ac40434bfdd8063c42e75d3e0cfa88d171fa271001c9444d66a471edc9b22df83a9109733abcdfa0'
-
'6aaf2bfed03bf1138eba2476ea7d03f977bcbd918718b545304873935e88c1361d1aa0483a188f60d36e68da1a22620a8786e7a7f8c3c16fa82e2c6a3d695bb8'
-
'12c65442c16fc0eaadfcd59248eb8ed0d45e9afb272a2bfa6820143d1059e02efbb503e81f78168eb86f24641908975f81e5c0fa739ff2b5ca018d1a48c9a579')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  # to help cmake find java
-  export JAVA_HOME=/usr/lib/jvm/default
-
-  # GL2PS blocked by http://www.vtk.org/Bug/view.php?id=16083
-  # NETCDFCPP blocked by https://github.com/Unidata/netcdf-cxx4/issues/43
-  # LIBHARU blocked by https://github.com/libharu/libharu/pull/157
-  # Note: VTK explicitly disables system GLEW dependency, it uses embedded 
sources with modifications
-  # Only in ParaView build: DOUBLECONVERSION EIGEN LZMA PEGTL PUGIXML
-  local VTK_USE_SYSTEM_LIB=""
-  # Common with ParaView
-  for lib in EXPAT FREETYPE GLEW HDF5 JPEG JSONCPP LIBXML2 LZ4 MPI4PY NETCDF 
OGGTHEORA PNG TIFF ZLIB; do
-VTK_USE_SYSTEM_LIB+="-DVTK_USE_SYSTEM_${lib}=ON "
-  done
-  for lib in AUTOBAHN CONSTANTLY HYPERLINK INCREMENTAL LIBPROJ4 SIX TWISTED 
TXAIO ZOPE; do
-VTK_USE_SYSTEM_LIB+="-DVTK_USE_SYSTEM_${lib}=ON "
-  done
-
-  local _tkver=$(echo 'puts $tcl_version' | 

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

2018-11-21 Thread Bruno Pagani via arch-commits
Date: Wednesday, November 21, 2018 @ 16:52:46
  Author: archange
Revision: 409282

archrelease: copy trunk to community-x86_64

Added:
  vtk/repos/community-x86_64/.contrib
(from rev 409281, vtk/trunk/.contrib)
  vtk/repos/community-x86_64/PKGBUILD
(from rev 409281, vtk/trunk/PKGBUILD)
Deleted:
  vtk/repos/community-x86_64/.contrib
  vtk/repos/community-x86_64/PKGBUILD

--+
 .contrib |   12 +-
 PKGBUILD |  258 ++---
 2 files changed, 134 insertions(+), 136 deletions(-)

Deleted: .contrib
===
--- .contrib2018-11-21 16:52:24 UTC (rev 409281)
+++ .contrib2018-11-21 16:52:46 UTC (rev 409282)
@@ -1,6 +0,0 @@
-# Contributor: Christofer Bertonha 
-# Contributor: leepesjee 
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl

Copied: vtk/repos/community-x86_64/.contrib (from rev 409281, 
vtk/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2018-11-21 16:52:46 UTC (rev 409282)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 16:52:24 UTC (rev 409281)
+++ PKGBUILD2018-11-21 16:52:46 UTC (rev 409282)
@@ -1,130 +0,0 @@
-# Maintainer: Evgeniy Alekseev 
-# Maintainer: Bruno Pagani 
-# Contributor: Ray Rashif 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Thomas Dziedzic 
-
-pkgname=vtk
-pkgver=8.1.1
-pkgrel=3
-pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
-arch=('x86_64')
-url='http://www.vtk.org/'
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('boost' 'cmake' 'doxygen' 'ffmpeg' 'gdal' 'glew' 'gnuplot'
- 'hdf5' 'java-environment' 'jsoncpp' 'lz4'
- 'mariadb' 'netcdf' 'openmpi' 'proj' 'python-autobahn' 
'python-constantly'
- 'python-incremental' 'python-matplotlib'
- 'python-mpi4py' 'python-twisted' 'qt5-base' 'qt5-tools'
- 'qt5-webkit' 'qt5-x11extras' 'tk' 'unixodbc' 'wget')
-optdepends=('python: python bindings'
-'java-runtime: java bindings'
-'tk: tcl bindings'
-'gnuplot: plotting tools'
-'graphviz: drawing tools'
-'python-constantly'
-'python-incremental'
-'python-matplotlib: for Matplotlib rendering'
-'python-twisted: for vtkWeb'
-'python-autobahn: for vtkWeb'
-'python-mpi4py: OpenMPI python support'
-'openmpi: OpenMPI support'
-'qt5-x11extras'
-'qt5-webkit: WebKit support'
-'ffmpeg'
-'gdal'
-'glew'
-'hdf5'
-'jsoncpp'
-'lz4'
-'mariadb'
-'netcdf'
-'proj'
-'unixodbc')
-source=("http://www.vtk.org/files/release/${pkgver%.*}/VTK-${pkgver}.tar.gz;
-
"http://www.vtk.org/files/release/${pkgver%.*}/VTKData-${pkgver}.tar.gz;
-
"http://www.vtk.org/files/release/${pkgver%.*}/VTKLargeData-${pkgver}.tar.gz;
-
"https://github.com/Kitware/VTK/commit/706f1b397df09a27ab8981ab9464547028d0c322.patch;)
-options=(staticlibs)
-sha512sums=('7ab38042f6d94d1580125b3a68a6d17cdc3de925d0e886ebfc8c414adfba1438f5783d896a4cd1bb7e15462450107ab5773a3a749195b357f062e91d5c410060'
-
'6c20cfb9dda9d64c27946693f22357f38699d2ff014c2f33e3b05573935eaf3b7a4e30a8cf5747772a6dafe39c20e90b78a0267620ff6b6d5b487edf8ef4f975'
-
'9966b8474c22c2fb23a51e0411f06bc4f33e4233535d0b4875a87731c6c95e2c10c97565dc0e6af2af6c7ed7d5e5de171eddf9678cc4235a329cdaf36a021dd4'
-
'6f5064517fd72a46933b4c4723602a1b774133f47b8f21424d5c44b9283a4af7992ce48cf256b7b2aadb81cbbbfe2b5f3ef3ab0629c4d2362e05b4314c975a89')
-
-prepare() {
-  mkdir build
-  cd VTK-${pkgver}
-  # Fix building with python 3.7 
(https://gitlab.kitware.com/vtk/vtk/issues/17350, fixed in next release)
-  patch -p1 -i ../706f1b397df09a27ab8981ab9464547028d0c322.patch
-}
-
-build() {
-  cd build
-
-  # to help cmake find java
-  export JAVA_HOME=/usr/lib/jvm/default
-
-  # flags to enable using system libs
-  local cmake_system_flags=""
-  # TODO: try to use system provided XDMF2, XDMF3, GL2PS
-  # VTK fails to compile with recent netcdf-cxx package, VTK should be ported 
to the latest API
-  # VTK does not work with XDMF2 compiled from git. TODO: make vtk compatible 
with system XDMF library.
-  # libharu needs to be patched, see 
https://github.com/libharu/libharu/pull/157
-  # Note: VTK explicitly disables system GLEW dependency, it uses embedded 
sources with modifications
-  # system gl2ps is not used because of 

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

2018-10-23 Thread Bruno Pagani via arch-commits
Date: Tuesday, October 23, 2018 @ 17:43:04
  Author: archange
Revision: 398696

archrelease: copy trunk to community-x86_64

Added:
  vtk/repos/community-x86_64/.contrib
(from rev 398695, vtk/trunk/.contrib)
  vtk/repos/community-x86_64/PKGBUILD
(from rev 398695, vtk/trunk/PKGBUILD)
Deleted:
  vtk/repos/community-x86_64/.contrib
  vtk/repos/community-x86_64/PKGBUILD

--+
 .contrib |   12 +-
 PKGBUILD |  260 ++---
 2 files changed, 136 insertions(+), 136 deletions(-)

Deleted: .contrib
===
--- .contrib2018-10-23 17:42:57 UTC (rev 398695)
+++ .contrib2018-10-23 17:43:04 UTC (rev 398696)
@@ -1,6 +0,0 @@
-# Contributor: Christofer Bertonha 
-# Contributor: leepesjee 
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl

Copied: vtk/repos/community-x86_64/.contrib (from rev 398695, 
vtk/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2018-10-23 17:43:04 UTC (rev 398696)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-23 17:42:57 UTC (rev 398695)
+++ PKGBUILD2018-10-23 17:43:04 UTC (rev 398696)
@@ -1,130 +0,0 @@
-# Maintainer: Evgeniy Alekseev 
-# Maintainer: Bruno Pagani 
-# Contributor: Ray Rashif 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Thomas Dziedzic 
-
-pkgname=vtk
-pkgver=8.1.1
-pkgrel=2
-pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
-arch=('x86_64')
-url='http://www.vtk.org/'
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('boost' 'cmake' 'doxygen' 'ffmpeg' 'gdal' 'glew' 'gnuplot'
- 'hdf5' 'java-environment' 'jsoncpp' 'lz4'
- 'mariadb' 'netcdf' 'openmpi' 'proj' 'python-autobahn' 
'python-constantly'
- 'python-incremental' 'python-matplotlib'
- 'python-mpi4py' 'python-twisted' 'qt5-base' 'qt5-tools'
- 'qt5-webkit' 'qt5-x11extras' 'tk' 'unixodbc' 'wget')
-optdepends=('python: python bindings'
-'java-runtime: java bindings'
-'tk: tcl bindings'
-'gnuplot: plotting tools'
-'graphviz: drawing tools'
-'python-constantly'
-'python-incremental'
-'python-matplotlib: for Matplotlib rendering'
-'python-twisted: for vtkWeb'
-'python-autobahn: for vtkWeb'
-'python-mpi4py: OpenMPI python support'
-'openmpi: OpenMPI support'
-'qt5-x11extras'
-'qt5-webkit: WebKit support'
-'ffmpeg'
-'gdal'
-'glew'
-'hdf5'
-'jsoncpp'
-'lz4'
-'mariadb'
-'netcdf'
-'proj'
-'unixodbc')
-source=("http://www.vtk.org/files/release/${pkgver%.*}/VTK-${pkgver}.tar.gz;
-
"http://www.vtk.org/files/release/${pkgver%.*}/VTKData-${pkgver}.tar.gz;
-
"http://www.vtk.org/files/release/${pkgver%.*}/VTKLargeData-${pkgver}.tar.gz;
-
"https://github.com/Kitware/VTK/commit/706f1b397df09a27ab8981ab9464547028d0c322.patch;)
-options=(staticlibs)
-sha512sums=('7ab38042f6d94d1580125b3a68a6d17cdc3de925d0e886ebfc8c414adfba1438f5783d896a4cd1bb7e15462450107ab5773a3a749195b357f062e91d5c410060'
-
'6c20cfb9dda9d64c27946693f22357f38699d2ff014c2f33e3b05573935eaf3b7a4e30a8cf5747772a6dafe39c20e90b78a0267620ff6b6d5b487edf8ef4f975'
-
'9966b8474c22c2fb23a51e0411f06bc4f33e4233535d0b4875a87731c6c95e2c10c97565dc0e6af2af6c7ed7d5e5de171eddf9678cc4235a329cdaf36a021dd4'
-
'6f5064517fd72a46933b4c4723602a1b774133f47b8f21424d5c44b9283a4af7992ce48cf256b7b2aadb81cbbbfe2b5f3ef3ab0629c4d2362e05b4314c975a89')
-
-prepare() {
-  mkdir build
-  cd VTK-${pkgver}
-  # Fix building with python 3.7 
(https://gitlab.kitware.com/vtk/vtk/issues/17350, fixed in next release)
-  patch -p1 -i ../706f1b397df09a27ab8981ab9464547028d0c322.patch
-}
-
-build() {
-  cd build
-
-  # to help cmake find java
-  export JAVA_HOME=/usr/lib/jvm/default
-
-  # flags to enable using system libs
-  local cmake_system_flags=""
-  # TODO: try to use system provided XDMF2, XDMF3, GL2PS
-  # VTK fails to compile with recent netcdf-cxx package, VTK should be ported 
to the latest API
-  # VTK does not work with XDMF2 compiled from git. TODO: make vtk compatible 
with system XDMF library.
-  # libharu needs to be patched, see 
https://github.com/libharu/libharu/pull/157
-  # Note: VTK explicitly disables system GLEW dependency, it uses embedded 
sources with modifications
-  # system gl2ps is not used because of 

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

2017-11-15 Thread Evgeniy Alekseev
Date: Wednesday, November 15, 2017 @ 15:28:49
  Author: arcanis
Revision: 266880

archrelease: copy trunk to community-x86_64

Added:
  vtk/repos/community-x86_64/.contrib
(from rev 266879, vtk/trunk/.contrib)
  vtk/repos/community-x86_64/PKGBUILD
(from rev 266879, vtk/trunk/PKGBUILD)
Deleted:
  vtk/repos/community-x86_64/.contrib
  vtk/repos/community-x86_64/PKGBUILD

--+
 .contrib |   12 +-
 PKGBUILD |  250 ++---
 2 files changed, 131 insertions(+), 131 deletions(-)

Deleted: .contrib
===
--- .contrib2017-11-15 15:28:31 UTC (rev 266879)
+++ .contrib2017-11-15 15:28:49 UTC (rev 266880)
@@ -1,6 +0,0 @@
-# Contributor: Christofer Bertonha 
-# Contributor: leepesjee 
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl

Copied: vtk/repos/community-x86_64/.contrib (from rev 266879, 
vtk/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2017-11-15 15:28:49 UTC (rev 266880)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-15 15:28:31 UTC (rev 266879)
+++ PKGBUILD2017-11-15 15:28:49 UTC (rev 266880)
@@ -1,125 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-
-pkgname=vtk
-pkgver=7.1.1
-_majorver=7.1
-pkgrel=4
-pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
-arch=('i686' 'x86_64')
-url='http://www.vtk.org/'
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('boost' 'cmake' 'ninja' 'java-environment' 'doxygen' 'gnuplot' 
'tk' 'wget' 'python2-matplotlib' 'python2-twisted' 'python2-mpi4py' 
'python2-autobahn' 'unixodbc' 'gdal' 'openmpi' 'mariadb' 'glew' 'ffmpeg' 
'qt5-base' 'qt5-x11extras' 'qt5-tools' 'qt5-webkit' 'jsoncpp')
-optdepends=('python2: python bindings'
-'java-runtime: java bindings'
-'tk: tcl bindings'
-'gnuplot: plotting tools'
-'graphviz: drawing tools'
-'python2-matplotlib: for Matplotlib rendering'
-'python2-twisted: for vtkWeb'
-'python2-autobahn: for vtkWeb'
-'openmpi: OpenMPI support'
-'python2-mpi4py: OpenMPI python support'
-'qt5-x11extras'
-'qt5-webkit: WebKit support'
-'unixodbc'
-'glew'
-'gdal'
-'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;)
-options=(staticlibs)
-sha1sums=('8b3433e408ba3408354356dee4d295ea599a817c'
-  'e0021056162e72e0dac20fa833ea4f9ee29dee48'
-  '1ba20c351ac8237c168198a89504c3d93ea699c7')
-
-prepare() {
-  cd "${srcdir}"/VTK-$pkgver
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  cd "${srcdir}"
-  rm -rf build
-  mkdir build
-  cd build
-
-  # to help cmake find java
-  export JAVA_HOME=/usr/lib/jvm/default
-
-  # flags to enable using system libs
-  local cmake_system_flags=""
-  # TODO: try to use system provided XDMF2, XDMF3, LIBPROJ4 NETCDF, HDF5
-  # VTK fails to compile with recent netcdf-cxx package, VTK should be ported 
to the latest API
-  # VTK does not work with XDMF2 compiled from git. TODO: make vtk compatible 
with system XDMF library. 
-  # Note: VTK explicitly disables system GLEW dependency, it uses embedded 
sources with modifications
-  # Note: system HDF5 is incompatible
-  for lib in EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA TWISTED ZOPE 
SIX AUTOBAHN MPI4PY JSONCPP GLEW; do
-cmake_system_flags+="-DVTK_USE_SYSTEM_${lib}:BOOL=ON "
-  done
-
-  # flags to use python2 instead of python which is 3.x.x on archlinux
-  # system gl2ps is not used because of 
http://www.vtk.org/Bug/view.php?id=16083
-  local cmake_system_python_flags="-DPYTHON_EXECUTABLE:PATH=/usr/bin/python2 
-DPYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7 
-DPYTHON_LIBRARY:PATH=/usr/lib/libpython2.7.so"
-
-  local _tkver=$(echo 'puts $tcl_version' | tclsh)
-
-  cmake \
--Wno-dev \
--DVTK_USE_SYSTEM_HDF5:BOOL=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_SHARED_LIBS:BOOL=ON \
--DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
-