[arch-commits] Commit in vtk/repos (12 files)

2016-10-07 Thread Levente Polyak
Date: Friday, October 7, 2016 @ 16:38:03
  Author: anthraxx
Revision: 191569

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  vtk/repos/community-staging-i686/
  vtk/repos/community-staging-i686/.contrib
(from rev 191568, vtk/trunk/.contrib)
  vtk/repos/community-staging-i686/PKGBUILD
(from rev 191568, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-i686/ffmpeg3_compat.patch
(from rev 191568, vtk/trunk/ffmpeg3_compat.patch)
  vtk/repos/community-staging-i686/gcc6.patch
(from rev 191568, vtk/trunk/gcc6.patch)
  vtk/repos/community-staging-i686/gdal2.patch
(from rev 191568, vtk/trunk/gdal2.patch)
  vtk/repos/community-staging-x86_64/
  vtk/repos/community-staging-x86_64/.contrib
(from rev 191568, vtk/trunk/.contrib)
  vtk/repos/community-staging-x86_64/PKGBUILD
(from rev 191568, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-x86_64/ffmpeg3_compat.patch
(from rev 191568, vtk/trunk/ffmpeg3_compat.patch)
  vtk/repos/community-staging-x86_64/gcc6.patch
(from rev 191568, vtk/trunk/gcc6.patch)
  vtk/repos/community-staging-x86_64/gdal2.patch
(from rev 191568, vtk/trunk/gdal2.patch)

---+
 community-staging-i686/.contrib   |6 +
 community-staging-i686/PKGBUILD   |  132 
 community-staging-i686/ffmpeg3_compat.patch   |   62 +++
 community-staging-i686/gcc6.patch |   21 +++
 community-staging-i686/gdal2.patch|   31 +
 community-staging-x86_64/.contrib |6 +
 community-staging-x86_64/PKGBUILD |  132 
 community-staging-x86_64/ffmpeg3_compat.patch |   62 +++
 community-staging-x86_64/gcc6.patch   |   21 +++
 community-staging-x86_64/gdal2.patch  |   31 +
 10 files changed, 504 insertions(+)

Copied: vtk/repos/community-staging-i686/.contrib (from rev 191568, 
vtk/trunk/.contrib)
===
--- community-staging-i686/.contrib (rev 0)
+++ community-staging-i686/.contrib 2016-10-07 16:38:03 UTC (rev 191569)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Copied: vtk/repos/community-staging-i686/PKGBUILD (from rev 191568, 
vtk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-07 16:38:03 UTC (rev 191569)
@@ -0,0 +1,132 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+
+pkgname=vtk
+pkgver=7.0.0
+_majorver=7.0
+pkgrel=3
+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' 'gl2ps')
+makedepends=('boost' 'cmake' 'ninja' 'java-environment' 'doxygen' 'gnuplot' 
'tk' 'wget' 'python2-matplotlib' 'python2-twisted' 'python2-mpi4py' 
'python2-autobahn' 'unixodbc' 'gdal' 'openmpi' 'mariadb' 'glew' 'ffmpeg' 
'lesstif' 'qt5-base' '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'
+'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";
+gdal2.patch
+ffmpeg3_compat.patch
+gcc6.patch)
+options=(staticlibs)
+sha1sums=('7719fac36b36965eaf5076542166ba49bbe7afbb'
+  '1bbaa642a3e3676a58a08c956df73645326c2859'
+  '8d16a1fba15e4eb95c03fe97937488ddcdd7fbd0'
+  'c60610e7c8cf0ad93d7c02cbf8a20fc415f59b3e'
+  'a78177f8dd6dedd9ad189fa12730ec53c7d02508'
+  'efba04fac41ecc390aa7df3009a7a80f395c9949')
+
+prepare() {
+  cd "${srcdir}"/VTK-$pkgver
+
+  patch -p1 < ../ffmpeg3_compat.patch # 
http://www.vtk.org/Bug/view.php?id=16001
+  patch -p1 < ../gdal2.patch # https://github.com/Kitware/VTK/pull/21
+  patch -p1 < ../gcc6.patch # https://github.com/Kitware/VTK/pull/21
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/

[arch-commits] Commit in vtk/repos (12 files)

2015-10-08 Thread Anatol Pomozov
Date: Thursday, October 8, 2015 @ 21:47:01
  Author: anatolik
Revision: 143437

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  vtk/repos/community-testing-i686/.contrib
(from rev 143436, vtk/trunk/.contrib)
  vtk/repos/community-testing-i686/PKGBUILD
(from rev 143436, vtk/trunk/PKGBUILD)
  vtk/repos/community-testing-i686/gdal2.patch
(from rev 143436, vtk/trunk/gdal2.patch)
  vtk/repos/community-testing-x86_64/.contrib
(from rev 143436, vtk/trunk/.contrib)
  vtk/repos/community-testing-x86_64/PKGBUILD
(from rev 143436, vtk/trunk/PKGBUILD)
  vtk/repos/community-testing-x86_64/gdal2.patch
(from rev 143436, vtk/trunk/gdal2.patch)
Deleted:
  vtk/repos/community-testing-i686/.contrib
  vtk/repos/community-testing-i686/PKGBUILD
  vtk/repos/community-testing-i686/gdal2.patch
  vtk/repos/community-testing-x86_64/.contrib
  vtk/repos/community-testing-x86_64/PKGBUILD
  vtk/repos/community-testing-x86_64/gdal2.patch

--+
 /.contrib|   12 +
 /PKGBUILD|  254 +
 /gdal2.patch |   62 
 community-testing-i686/.contrib  |6 
 community-testing-i686/PKGBUILD  |  125 
 community-testing-i686/gdal2.patch   |   31 
 community-testing-x86_64/.contrib|6 
 community-testing-x86_64/PKGBUILD|  125 
 community-testing-x86_64/gdal2.patch |   31 
 9 files changed, 328 insertions(+), 324 deletions(-)

Deleted: community-testing-i686/.contrib
===
--- community-testing-i686/.contrib 2015-10-08 19:46:02 UTC (rev 143436)
+++ community-testing-i686/.contrib 2015-10-08 19:47:01 UTC (rev 143437)
@@ -1,6 +0,0 @@
-# Contributor: Christofer Bertonha 
-# Contributor: leepesjee 
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl

Copied: vtk/repos/community-testing-i686/.contrib (from rev 143436, 
vtk/trunk/.contrib)
===
--- community-testing-i686/.contrib (rev 0)
+++ community-testing-i686/.contrib 2015-10-08 19:47:01 UTC (rev 143437)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-10-08 19:46:02 UTC (rev 143436)
+++ community-testing-i686/PKGBUILD 2015-10-08 19:47:01 UTC (rev 143437)
@@ -1,125 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-
-# TODO: for Qt5 see FS#43007
-
-pkgname=vtk
-pkgver=6.3.0
-_majorver=6.3
-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=('boost-libs' 'ffmpeg' 'qtwebkit' 'lesstif' 'jsoncpp')
-makedepends=('boost' 'cmake' 'java-environment' 'doxygen' 'gnuplot' 'tk' 
'wget' 'python2-matplotlib' 'python2-twisted' 'python2-mpi4py' 
'python2-autobahn' 'unixodbc' 'gdal' 'openmpi' 'mariadb')
-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 support'
-'unixodbc'
-'gdal'
-'openmpi'
-'mariadb')
-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'
-  'c60610e7c8cf0ad93d7c02cbf8a20fc415f59b3e')
-
-prepare() {
-  cd "${srcdir}"/VTK-$pkgver
-
-  # fix compilation errors:
-  patch -Np1 -i "${srcdir}"/remove-vtkxdmf3.patch
-  patch -Np1 

[arch-commits] Commit in vtk/repos (12 files)

2015-10-07 Thread Anatol Pomozov
Date: Wednesday, October 7, 2015 @ 20:31:17
  Author: anatolik
Revision: 143313

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  vtk/repos/community-testing-i686/.contrib
(from rev 143312, vtk/trunk/.contrib)
  vtk/repos/community-testing-i686/PKGBUILD
(from rev 143312, vtk/trunk/PKGBUILD)
  vtk/repos/community-testing-i686/gdal2.patch
(from rev 143312, vtk/trunk/gdal2.patch)
  vtk/repos/community-testing-x86_64/.contrib
(from rev 143312, vtk/trunk/.contrib)
  vtk/repos/community-testing-x86_64/PKGBUILD
(from rev 143312, vtk/trunk/PKGBUILD)
  vtk/repos/community-testing-x86_64/gdal2.patch
(from rev 143312, vtk/trunk/gdal2.patch)
Deleted:
  vtk/repos/community-testing-i686/.contrib
  vtk/repos/community-testing-i686/PKGBUILD
  vtk/repos/community-testing-i686/gdal2.patch
  vtk/repos/community-testing-x86_64/.contrib
  vtk/repos/community-testing-x86_64/PKGBUILD
  vtk/repos/community-testing-x86_64/gdal2.patch

--+
 /.contrib|   12 +
 /PKGBUILD|  250 +
 /gdal2.patch |   62 
 community-testing-i686/.contrib  |6 
 community-testing-i686/PKGBUILD  |  124 
 community-testing-i686/gdal2.patch   |   31 
 community-testing-x86_64/.contrib|6 
 community-testing-x86_64/PKGBUILD|  124 
 community-testing-x86_64/gdal2.patch |   31 
 9 files changed, 324 insertions(+), 322 deletions(-)

Deleted: community-testing-i686/.contrib
===
--- community-testing-i686/.contrib 2015-10-07 18:30:21 UTC (rev 143312)
+++ community-testing-i686/.contrib 2015-10-07 18:31:17 UTC (rev 143313)
@@ -1,6 +0,0 @@
-# Contributor: Christofer Bertonha 
-# Contributor: leepesjee 
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl

Copied: vtk/repos/community-testing-i686/.contrib (from rev 143312, 
vtk/trunk/.contrib)
===
--- community-testing-i686/.contrib (rev 0)
+++ community-testing-i686/.contrib 2015-10-07 18:31:17 UTC (rev 143313)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-10-07 18:30:21 UTC (rev 143312)
+++ community-testing-i686/PKGBUILD 2015-10-07 18:31:17 UTC (rev 143313)
@@ -1,124 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-
-# TODO: for Qt5 see FS#43007
-
-pkgname=vtk
-pkgver=6.3.0
-_majorver=6.3
-pkgrel=1
-pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
-arch=('i686' 'x86_64')
-url='http://www.vtk.org/'
-license=('BSD')
-depends=('boost-libs' 'ffmpeg' 'qtwebkit' 'lesstif' 'jsoncpp')
-makedepends=('boost' 'cmake' 'java-environment' 'doxygen' 'gnuplot' 'tk' 
'wget' 'python2-matplotlib' 'python2-twisted' 'python2-six' 'unixodbc' 'gdal' 
'openmpi' 'mariadb')
-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-six: for vtkWeb'
-'unixodbc'
-'gdal'
-'openmpi'
-'mariadb')
-provides=('python2-autobahn')
-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'
-  'c60610e7c8cf0ad93d7c02cbf8a20fc415f59b3e')
-
-prepare() {
-  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
-
-  se

[arch-commits] Commit in vtk/repos (12 files)

2014-12-06 Thread Andrzej Giniewicz
Date: Saturday, December 6, 2014 @ 20:24:29
  Author: aginiewicz
Revision: 123548

archrelease: copy trunk to community-i686, community-x86_64

Added:
  vtk/repos/community-i686/PKGBUILD
(from rev 123547, vtk/trunk/PKGBUILD)
  vtk/repos/community-i686/hdf5.diff
(from rev 123547, vtk/trunk/hdf5.diff)
  vtk/repos/community-i686/mesa.diff
(from rev 123547, vtk/trunk/mesa.diff)
  vtk/repos/community-x86_64/PKGBUILD
(from rev 123547, vtk/trunk/PKGBUILD)
  vtk/repos/community-x86_64/hdf5.diff
(from rev 123547, vtk/trunk/hdf5.diff)
  vtk/repos/community-x86_64/mesa.diff
(from rev 123547, vtk/trunk/mesa.diff)
Deleted:
  vtk/repos/community-i686/PKGBUILD
  vtk/repos/community-i686/hdf5.diff
  vtk/repos/community-i686/mesa.diff
  vtk/repos/community-x86_64/PKGBUILD
  vtk/repos/community-x86_64/hdf5.diff
  vtk/repos/community-x86_64/mesa.diff

+
 /PKGBUILD  |  230 +++
 /hdf5.diff |   22 
 /mesa.diff |   22 
 community-i686/PKGBUILD|  113 -
 community-i686/hdf5.diff   |   11 --
 community-i686/mesa.diff   |   11 --
 community-x86_64/PKGBUILD  |  113 -
 community-x86_64/hdf5.diff |   11 --
 community-x86_64/mesa.diff |   11 --
 9 files changed, 274 insertions(+), 270 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-06 19:24:16 UTC (rev 123547)
+++ community-i686/PKGBUILD 2014-12-06 19:24:29 UTC (rev 123548)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Christofer Bertonha 
-# Contributor: leepesjee 
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl
-
-# Qt5: see FS#43007
-
-pkgname=vtk
-pkgver=6.1.0
-_majorver=6.1
-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' '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'
-'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
-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";
-mesa.diff hdf5.diff)
-options=(staticlibs)
-md5sums=('25e4dfb3bad778722dcaec80cd5dab7d'
- 'f82c8fe151279c0422ab8a6cfe991c94'
- '5bc47885923ef30e3ac77fcdf6d4e599'
- '381921f3169facf5d6ef22de3cb3fbe5'
- '1cf6b69312ed424a3595c3c11c82750d')
-
-prepare() {
-  cd "${srcdir}"/VTK-$pkgver
-
-  # fix compilation errors:
-  patch -Np1 -i "${srcdir}/mesa.diff"
-  patch -Np1 -i "${srcdir}/hdf5.diff"
-
-  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=""
-  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA; 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
-  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"
-
-  cmake \
--Wno-dev \
--DBUILD_SHARED_LIBS:BOOL=ON \
--DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
--DBUILD_DOCUMENTATION:BOOL=ON \
--DDOCUMENTATION_HTML_HELP:BOOL=ON \
--DDOCUMENTATION_HTML_TARZ:BOOL=ON \
--DBUILD_EXAMPLES:BOOL=ON \
--DVTK_USE_FFMPEG_ENCODER:BOOL=ON \
--DVTK_BUILD_ALL_MODULES:BOOL=ON \
--DVTK_USE_LARGE_DATA:BOOL=ON \
--DVTK_QT_VERSION:STRING="4" \
--DVTK_WRAP_JAVA:BOOL=ON \
--DVTK_WRAP_PYTHON:BOOL=ON \
--DVTK_WRAP_TCL:BOOL=ON \
--DCMAKE_CXX_FLAGS="-D__STDC_CONSTANT_MACROS" \
-${cmake_system_flags} \
-${cmake_system_python_flags} \
-"${srcdir}/VTK-$pkgver"
-
-  make
-}
-
-package() {
-  cd

[arch-commits] Commit in vtk/repos (12 files)

2014-12-05 Thread Andrzej Giniewicz
Date: Friday, December 5, 2014 @ 17:21:26
  Author: aginiewicz
Revision: 123481

archrelease: copy trunk to community-i686, community-x86_64

Added:
  vtk/repos/community-i686/PKGBUILD
(from rev 123480, vtk/trunk/PKGBUILD)
  vtk/repos/community-i686/hdf5.diff
(from rev 123480, vtk/trunk/hdf5.diff)
  vtk/repos/community-i686/mesa.diff
(from rev 123480, vtk/trunk/mesa.diff)
  vtk/repos/community-x86_64/PKGBUILD
(from rev 123480, vtk/trunk/PKGBUILD)
  vtk/repos/community-x86_64/hdf5.diff
(from rev 123480, vtk/trunk/hdf5.diff)
  vtk/repos/community-x86_64/mesa.diff
(from rev 123480, vtk/trunk/mesa.diff)
Deleted:
  vtk/repos/community-i686/PKGBUILD
  vtk/repos/community-i686/hdf5.diff
  vtk/repos/community-i686/mesa.diff
  vtk/repos/community-x86_64/PKGBUILD
  vtk/repos/community-x86_64/hdf5.diff
  vtk/repos/community-x86_64/mesa.diff

+
 /PKGBUILD  |  226 +++
 /hdf5.diff |   22 
 /mesa.diff |   22 
 community-i686/PKGBUILD|  116 --
 community-i686/hdf5.diff   |   11 --
 community-i686/mesa.diff   |   11 --
 community-x86_64/PKGBUILD  |  116 --
 community-x86_64/hdf5.diff |   11 --
 community-x86_64/mesa.diff |   11 --
 9 files changed, 270 insertions(+), 276 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-05 16:21:13 UTC (rev 123480)
+++ community-i686/PKGBUILD 2014-12-05 16:21:26 UTC (rev 123481)
@@ -1,116 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Christofer Bertonha 
-# Contributor: leepesjee 
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl
-
-# Qt5: see FS#43007
-
-pkgname=vtk
-pkgver=6.1.0
-_majorver=6.1
-pkgrel=5
-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')
-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
-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";
-mesa.diff hdf5.diff)
-options=(staticlibs)
-md5sums=('25e4dfb3bad778722dcaec80cd5dab7d'
- 'f82c8fe151279c0422ab8a6cfe991c94'
- '5bc47885923ef30e3ac77fcdf6d4e599'
- '381921f3169facf5d6ef22de3cb3fbe5'
- '1cf6b69312ed424a3595c3c11c82750d')
-
-prepare() {
-  cd "${srcdir}"/VTK-$pkgver
-
-  # fix compilation errors:
-  patch -Np1 -i "${srcdir}/mesa.diff"
-  patch -Np1 -i "${srcdir}/hdf5.diff"
-
-  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=""
-  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA; 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
-  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"
-
-  cmake \
--Wno-dev \
--DBUILD_SHARED_LIBS:BOOL=ON \
--DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
--DBUILD_DOCUMENTATION:BOOL=ON \
--DDOCUMENTATION_HTML_HELP:BOOL=ON \
--DDOCUMENTATION_HTML_TARZ:BOOL=ON \
--DBUILD_EXAMPLES:BOOL=ON \
--DVTK_USE_FFMPEG_ENCODER:BOOL=ON \
--DVTK_BUILD_ALL_MODULES:BOOL=ON \
--DVTK_USE_LARGE_DATA:BOOL=ON \
--DVTK_QT_VERSION:STRING="4" \
--DVTK_WRAP_JAVA:BOOL=ON \
--DVTK_WRAP_PYTHON:BOOL=ON \
--DVTK_WRAP_TCL:BOOL=ON \
--DCMAKE_CXX_FLAGS="-D__STDC_CONSTANT_MACROS" \
-${cma

[arch-commits] Commit in vtk/repos (12 files)

2014-12-04 Thread Andrzej Giniewicz
Date: Thursday, December 4, 2014 @ 22:49:54
  Author: aginiewicz
Revision: 123459

archrelease: copy trunk to community-i686, community-x86_64

Added:
  vtk/repos/community-i686/PKGBUILD
(from rev 123458, vtk/trunk/PKGBUILD)
  vtk/repos/community-i686/hdf5.diff
(from rev 123458, vtk/trunk/hdf5.diff)
  vtk/repos/community-i686/mesa.diff
(from rev 123458, vtk/trunk/mesa.diff)
  vtk/repos/community-x86_64/PKGBUILD
(from rev 123458, vtk/trunk/PKGBUILD)
  vtk/repos/community-x86_64/hdf5.diff
(from rev 123458, vtk/trunk/hdf5.diff)
  vtk/repos/community-x86_64/mesa.diff
(from rev 123458, vtk/trunk/mesa.diff)
Deleted:
  vtk/repos/community-i686/PKGBUILD
  vtk/repos/community-i686/hdf5.diff
  vtk/repos/community-i686/mesa.diff
  vtk/repos/community-x86_64/PKGBUILD
  vtk/repos/community-x86_64/hdf5.diff
  vtk/repos/community-x86_64/mesa.diff

+
 /PKGBUILD  |  232 +++
 /hdf5.diff |   22 
 /mesa.diff |   22 
 community-i686/PKGBUILD|  114 -
 community-i686/hdf5.diff   |   11 --
 community-i686/mesa.diff   |   11 --
 community-x86_64/PKGBUILD  |  114 -
 community-x86_64/hdf5.diff |   11 --
 community-x86_64/mesa.diff |   11 --
 9 files changed, 276 insertions(+), 272 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-04 21:49:43 UTC (rev 123458)
+++ community-i686/PKGBUILD 2014-12-04 21:49:54 UTC (rev 123459)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Christofer Bertonha 
-# Contributor: leepesjee 
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl
-
-pkgname=vtk
-pkgver=6.1.0
-_majorver=6.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=('libjpeg-turbo' 'boost' 'ffmpeg' 'qt5-tools' 'lesstif' 'mariadb' 
'hdf5' 'libgl')
-makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'python2' 'tk' 
'wget' 'python2-matplotlib' 'openmpi' 'gdal' 'unixodbc' '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
-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";
-mesa.diff hdf5.diff)
-options=(staticlibs)
-md5sums=('25e4dfb3bad778722dcaec80cd5dab7d'
- 'f82c8fe151279c0422ab8a6cfe991c94'
- '5bc47885923ef30e3ac77fcdf6d4e599'
- '381921f3169facf5d6ef22de3cb3fbe5'
- '1cf6b69312ed424a3595c3c11c82750d')
-
-prepare() {
-  cd "${srcdir}"/VTK-$pkgver
-
-  # fix compilation errors:
-  patch -Np1 -i "${srcdir}/mesa.diff"
-  patch -Np1 -i "${srcdir}/hdf5.diff"
-
-  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=""
-  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA; 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
-  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"
-
-  cmake \
--Wno-dev \
--DBUILD_SHARED_LIBS:BOOL=ON \
--DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
--DBUILD_DOCUMENTATION:BOOL=ON \
--DDOCUMENTATION_HTML_HELP:BOOL=ON \
--DDOCUMENTATION_HTML_TARZ:BOOL=ON \
--DBUILD_EXAMPLES:BOOL=ON \
--DVTK_USE_FFMPEG_ENCODER:BOOL=ON \
--DVTK_BUILD_ALL_MODULES:BOOL=ON \
--DVTK_USE_LARGE_DATA:BOOL=ON \
--DVTK_QT_VERSION:STRING="5" \
--DVTK_WRAP_JAVA:BOOL=ON \
--DVTK_WRAP_PYTHON:BOOL=ON \
--DVTK_WRAP_TCL:BOOL=ON \
--DCMAKE_CXX_FLAGS="-D__STDC_CONSTANT_MACROS" \
-${cmake_system_flags} \
-  

[arch-commits] Commit in vtk/repos (12 files)

2014-12-04 Thread Andrzej Giniewicz
Date: Thursday, December 4, 2014 @ 12:11:28
  Author: aginiewicz
Revision: 123440

archrelease: copy trunk to community-i686, community-x86_64

Added:
  vtk/repos/community-i686/PKGBUILD
(from rev 123439, vtk/trunk/PKGBUILD)
  vtk/repos/community-i686/hdf5.diff
(from rev 123439, vtk/trunk/hdf5.diff)
  vtk/repos/community-i686/mesa.diff
(from rev 123439, vtk/trunk/mesa.diff)
  vtk/repos/community-x86_64/PKGBUILD
(from rev 123439, vtk/trunk/PKGBUILD)
  vtk/repos/community-x86_64/hdf5.diff
(from rev 123439, vtk/trunk/hdf5.diff)
  vtk/repos/community-x86_64/mesa.diff
(from rev 123439, vtk/trunk/mesa.diff)
Deleted:
  vtk/repos/community-i686/PKGBUILD
  vtk/repos/community-i686/hdf5.diff
  vtk/repos/community-i686/mesa.diff
  vtk/repos/community-x86_64/PKGBUILD
  vtk/repos/community-x86_64/hdf5.diff
  vtk/repos/community-x86_64/mesa.diff

+
 /PKGBUILD  |  228 +++
 /hdf5.diff |   22 
 /mesa.diff |   22 
 community-i686/PKGBUILD|  111 
 community-i686/hdf5.diff   |   11 --
 community-i686/mesa.diff   |   11 --
 community-x86_64/PKGBUILD  |  111 
 community-x86_64/hdf5.diff |   11 --
 community-x86_64/mesa.diff |   11 --
 9 files changed, 272 insertions(+), 266 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-04 11:11:16 UTC (rev 123439)
+++ community-i686/PKGBUILD 2014-12-04 11:11:28 UTC (rev 123440)
@@ -1,111 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Christofer Bertonha 
-# Contributor: leepesjee 
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl
-
-pkgname=vtk
-pkgver=6.1.0
-_majorver=6.1
-pkgrel=3
-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' 'qt5-tools' 'lesstif' 'mariadb' 
'hdf5' 'libgl')
-makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'python2' 'tk' 
'wget' 'python2-matplotlib' 'openmpi' 'gdal' 'unixodbc')
-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')
-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";
-mesa.diff hdf5.diff)
-options=(staticlibs)
-md5sums=('25e4dfb3bad778722dcaec80cd5dab7d'
- 'f82c8fe151279c0422ab8a6cfe991c94'
- '5bc47885923ef30e3ac77fcdf6d4e599'
- '381921f3169facf5d6ef22de3cb3fbe5'
- '1cf6b69312ed424a3595c3c11c82750d')
-
-prepare() {
-  cd "${srcdir}"/VTK-$pkgver
-
-  # fix compilation errors:
-  patch -Np1 -i "${srcdir}/mesa.diff"
-  patch -Np1 -i "${srcdir}/hdf5.diff"
-
-  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=""
-  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA; 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
-  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"
-
-  cmake \
--Wno-dev \
--DBUILD_SHARED_LIBS:BOOL=ON \
--DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
--DBUILD_DOCUMENTATION:BOOL=ON \
--DDOCUMENTATION_HTML_HELP:BOOL=ON \
--DDOCUMENTATION_HTML_TARZ:BOOL=ON \
--DBUILD_EXAMPLES:BOOL=ON \
--DVTK_USE_FFMPEG_ENCODER:BOOL=ON \
--DVTK_BUILD_ALL_MODULES:BOOL=ON \
--DVTK_USE_LARGE_DATA:BOOL=ON \
--DVTK_QT_VERSION:STRING="5" \
--DVTK_WRAP_JAVA:BOOL=ON \
--DVTK_WRAP_PYTHON:BOOL=ON \
--DVTK_WRAP_TCL:BOOL=ON \
--DCMAKE_CXX_FLAGS="-D__STDC_CONSTANT_MACROS" \
-${cmake_system_flags} \
-${cmake_system_python_flags} \
-"${srcdir}/VTK-$pkgver"
-
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-
-  # Move the vtk.j

[arch-commits] Commit in vtk/repos (12 files)

2014-12-03 Thread Andrzej Giniewicz
Date: Thursday, December 4, 2014 @ 01:24:09
  Author: aginiewicz
Revision: 123427

archrelease: copy trunk to community-i686, community-x86_64

Added:
  vtk/repos/community-i686/PKGBUILD
(from rev 123426, vtk/trunk/PKGBUILD)
  vtk/repos/community-i686/hdf5.diff
(from rev 123426, vtk/trunk/hdf5.diff)
  vtk/repos/community-i686/mesa.diff
(from rev 123426, vtk/trunk/mesa.diff)
  vtk/repos/community-x86_64/PKGBUILD
(from rev 123426, vtk/trunk/PKGBUILD)
  vtk/repos/community-x86_64/hdf5.diff
(from rev 123426, vtk/trunk/hdf5.diff)
  vtk/repos/community-x86_64/mesa.diff
(from rev 123426, vtk/trunk/mesa.diff)
Deleted:
  vtk/repos/community-i686/PKGBUILD
  vtk/repos/community-i686/hdf5.diff
  vtk/repos/community-i686/mesa.diff
  vtk/repos/community-x86_64/PKGBUILD
  vtk/repos/community-x86_64/hdf5.diff
  vtk/repos/community-x86_64/mesa.diff

+
 /PKGBUILD  |  222 +++
 /hdf5.diff |   22 
 /mesa.diff |   22 
 community-i686/PKGBUILD|  104 
 community-i686/hdf5.diff   |   11 --
 community-i686/mesa.diff   |   11 --
 community-x86_64/PKGBUILD  |  104 
 community-x86_64/hdf5.diff |   11 --
 community-x86_64/mesa.diff |   11 --
 9 files changed, 266 insertions(+), 252 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-04 00:23:52 UTC (rev 123426)
+++ community-i686/PKGBUILD 2014-12-04 00:24:09 UTC (rev 123427)
@@ -1,104 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Christofer Bertonha 
-# Contributor: leepesjee 
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl
-
-pkgname=vtk
-pkgver=6.1.0
-_majorver=6.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' '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'
-'gnuplot: plotting tools'
-'graphviz: drawing tools')
-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";
-mesa.diff hdf5.diff)
-options=(staticlibs)
-md5sums=('25e4dfb3bad778722dcaec80cd5dab7d'
- 'f82c8fe151279c0422ab8a6cfe991c94'
- '5bc47885923ef30e3ac77fcdf6d4e599'
- '381921f3169facf5d6ef22de3cb3fbe5'
- '1cf6b69312ed424a3595c3c11c82750d')
-
-prepare() {
-  cd "${srcdir}"/VTK-$pkgver
-
-  # fix compilation errors:
-  patch -Np1 -i "${srcdir}/mesa.diff"
-  patch -Np1 -i "${srcdir}/hdf5.diff"
-
-  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=""
-  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA; 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
-  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"
-
-  cmake \
--Wno-dev \
--DBUILD_SHARED_LIBS:BOOL=ON \
--DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
--DBUILD_DOCUMENTATION:BOOL=ON \
--DDOCUMENTATION_HTML_HELP:BOOL=ON \
--DDOCUMENTATION_HTML_TARZ:BOOL=ON \
--DBUILD_EXAMPLES:BOOL=ON \
--DVTK_USE_FFMPEG_ENCODER:BOOL=ON \
--DVTK_WRAP_JAVA:BOOL=ON \
--DVTK_WRAP_PYTHON:BOOL=ON \
--DVTK_WRAP_TCL:BOOL=ON \
--DCMAKE_CXX_FLAGS="-D__STDC_CONSTANT_MACROS" \
-${cmake_system_flags} \
-${cmake_system_python_flags} \
-"${srcdir}/VTK-$pkgver"
-
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-
-  # Move the vtk.jar to the arch-specific location
-  install -dv "${pkgdir}/usr/share/java/vtk"
-  mv -v "${pkgdir}/usr/lib/vtk.jar" \
-"${pkgdir}/usr/share/java/vtk"
-  rm -rf "${pkgdir}/usr/lib/vtk-${_majorver}/java"
-
-  # Install license
-  install -dv "${pkgdir}/usr/share/licenses/vtk"
-  install -m644 "${srcdir}/VTK-$pkgver/Copyright.txt" \
-

[arch-commits] Commit in vtk/repos (12 files)

2014-12-03 Thread Andrzej Giniewicz
Date: Wednesday, December 3, 2014 @ 12:08:33
  Author: aginiewicz
Revision: 123383

archrelease: copy trunk to community-i686, community-x86_64

Added:
  vtk/repos/community-i686/PKGBUILD
(from rev 123382, vtk/trunk/PKGBUILD)
  vtk/repos/community-i686/hdf5.diff
(from rev 123382, vtk/trunk/hdf5.diff)
  vtk/repos/community-i686/mesa.diff
(from rev 123382, vtk/trunk/mesa.diff)
  vtk/repos/community-x86_64/PKGBUILD
(from rev 123382, vtk/trunk/PKGBUILD)
  vtk/repos/community-x86_64/hdf5.diff
(from rev 123382, vtk/trunk/hdf5.diff)
  vtk/repos/community-x86_64/mesa.diff
(from rev 123382, vtk/trunk/mesa.diff)
Deleted:
  vtk/repos/community-i686/PKGBUILD
  vtk/repos/community-i686/hdf5.diff
  vtk/repos/community-i686/mesa.diff
  vtk/repos/community-x86_64/PKGBUILD
  vtk/repos/community-x86_64/hdf5.diff
  vtk/repos/community-x86_64/mesa.diff

+
 /PKGBUILD  |  208 +++
 /hdf5.diff |   22 
 /mesa.diff |   22 
 community-i686/PKGBUILD|  105 -
 community-i686/hdf5.diff   |   11 --
 community-i686/mesa.diff   |   11 --
 community-x86_64/PKGBUILD  |  105 -
 community-x86_64/hdf5.diff |   11 --
 community-x86_64/mesa.diff |   11 --
 9 files changed, 252 insertions(+), 254 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-03 11:08:21 UTC (rev 123382)
+++ community-i686/PKGBUILD 2014-12-03 11:08:33 UTC (rev 123383)
@@ -1,105 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Christofer Bertonha 
-# Contributor: leepesjee 
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# 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
-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')
-optdepends=('python2: python bindings'
-'java-runtime: java bindings'
-'tk: tcl bindings'
-'gnuplot: plotting tools'
-'graphviz: drawing tools')
-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";
-mesa.diff hdf5.diff)
-md5sums=('25e4dfb3bad778722dcaec80cd5dab7d'
- 'f82c8fe151279c0422ab8a6cfe991c94'
- '5bc47885923ef30e3ac77fcdf6d4e599'
- '381921f3169facf5d6ef22de3cb3fbe5'
- '1cf6b69312ed424a3595c3c11c82750d')
-
-prepare() {
-  cd "${srcdir}"/VTK-$pkgver
-
-  # fix compilation errors:
-  patch -Np1 -i "${srcdir}/mesa.diff"
-  patch -Np1 -i "${srcdir}/hdf5.diff"
-
-  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=""
-  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA; 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
-  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"
-
-  cmake \
--Wno-dev \
--DBUILD_SHARED_LIBS:BOOL=ON \
--DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
--DBUILD_DOCUMENTATION:BOOL=ON \
--DDOCUMENTATION_HTML_HELP:BOOL=ON \
--DDOCUMENTATION_HTML_TARZ:BOOL=ON \
--DBUILD_EXAMPLES:BOOL=ON \
--DVTK_USE_FFMPEG_ENCODER:BOOL=ON \
--DVTK_WRAP_JAVA:BOOL=ON \
--DVTK_WRAP_PYTHON:BOOL=ON \
--DVTK_WRAP_TCL:BOOL=ON \
--DCMAKE_CXX_FLAGS="-D__STDC_CONSTANT_MACROS" \
-${cmake_system_flags} \
-${cmake_system_python_flags} \
-"${srcdir}/VTK-$pkgver"
-
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-
-  make DESTDIR="${pkgdir}" install
-
-  # Move the vtk.jar to the arch-specific location
-  install -dv "${pkgdir}/usr/share/java/vtk"
-  mv -v "${pkgdir}/usr/lib/vtk.jar" \
-"${pkgdir}/usr/share/java/vtk"
-  rm -rf "${pkgdir}/usr/lib/vtk-${_majorver}/java"
-
-  # Install license
-  install -dv "${pkgdir}/usr/share/licenses/vtk"
-  inst

[arch-commits] Commit in vtk/repos (12 files)

2013-04-30 Thread Evangelos Foutras
Date: Tuesday, April 30, 2013 @ 15:40:05
  Author: foutrelis
Revision: 89622

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  vtk/repos/community-staging-i686/
  vtk/repos/community-staging-i686/PKGBUILD
(from rev 89621, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-i686/ffmpeg-0.11.diff
(from rev 89621, vtk/trunk/ffmpeg-0.11.diff)
  vtk/repos/community-staging-i686/ffmpeg-0.8.diff
(from rev 89621, vtk/trunk/ffmpeg-0.8.diff)
  vtk/repos/community-staging-i686/python-destdir.diff
(from rev 89621, vtk/trunk/python-destdir.diff)
  vtk/repos/community-staging-i686/tcl-8.6.diff
(from rev 89621, vtk/trunk/tcl-8.6.diff)
  vtk/repos/community-staging-x86_64/
  vtk/repos/community-staging-x86_64/PKGBUILD
(from rev 89621, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-x86_64/ffmpeg-0.11.diff
(from rev 89621, vtk/trunk/ffmpeg-0.11.diff)
  vtk/repos/community-staging-x86_64/ffmpeg-0.8.diff
(from rev 89621, vtk/trunk/ffmpeg-0.8.diff)
  vtk/repos/community-staging-x86_64/python-destdir.diff
(from rev 89621, vtk/trunk/python-destdir.diff)
  vtk/repos/community-staging-x86_64/tcl-8.6.diff
(from rev 89621, vtk/trunk/tcl-8.6.diff)

--+
 community-staging-i686/PKGBUILD  |  116 +
 community-staging-i686/ffmpeg-0.11.diff  |   46 +
 community-staging-i686/ffmpeg-0.8.diff   |   66 ++
 community-staging-i686/python-destdir.diff   |   11 ++
 community-staging-i686/tcl-8.6.diff  |   13 ++
 community-staging-x86_64/PKGBUILD|  116 +
 community-staging-x86_64/ffmpeg-0.11.diff|   46 +
 community-staging-x86_64/ffmpeg-0.8.diff |   66 ++
 community-staging-x86_64/python-destdir.diff |   11 ++
 community-staging-x86_64/tcl-8.6.diff|   13 ++
 10 files changed, 504 insertions(+)

Copied: vtk/repos/community-staging-i686/PKGBUILD (from rev 89621, 
vtk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-30 13:40:05 UTC (rev 89622)
@@ -0,0 +1,116 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl
+
+# Qt5 support status: http://vtk.org/Bug/view.php?id=12945
+
+pkgname=vtk
+pkgver=5.10.1
+pkgrel=8
+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')
+optdepends=('python2: python bindings'
+'java-runtime: java bindings'
+'tk: tcl bindings'
+'gnuplot: plotting tools'
+'graphviz: drawing tools')
+source=("http://www.vtk.org/files/release/${pkgver:0:4}/vtk-${pkgver}.tar.gz";
+
"http://www.vtk.org/files/release/${pkgver:0:4}/vtkdata-${pkgver}.tar.gz";
+ffmpeg-0.8.diff ffmpeg-0.11.diff tcl-8.6.diff python-destdir.diff)
+md5sums=('264b0052e65bd6571a84727113508789'
+ 'b6355063264cd56bcd1396c92f6ca59a'
+ 'e992321c9d1def6034d0fa6607b40c5a'
+ '81922ea61989e5591135f233a0400694'
+ 'a804a9f034e24ef1a8b28542c15ce1a1'
+ 'f7aba715bcc10de93a6ecf1cd6b0c560')
+
+build() {
+  cd "${srcdir}"/VTK$pkgver
+
+  # fix compilation errors:
+  patch -Np1 -i "${srcdir}/ffmpeg-0.8.diff"
+  patch -Np1 -i "${srcdir}/ffmpeg-0.11.diff"
+  patch -Np1 -i "${srcdir}/tcl-8.6.diff"
+  patch -Np1 -i "${srcdir}/python-destdir.diff"
+
+  cd "${srcdir}"
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  # flags to enable using system libs
+  local cmake_system_flags=""
+  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA; 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
+  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"
+
+  cmake \
+-Wno-dev \
+-DBUILD_SHARED_LIBS:BOOL=ON \
+-DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
+-DVTK_DATA_ROOT:FILEPATH=${srcdir}/VTKData$pkgver \
+-DBUILD_DOCUMENTATION:BOOL=ON \
+-DDOCUMENTATION_HTML_HELP:BOOL=ON \
+-DDOCUMENTATION_HTML_TARZ:BOOL=ON \
+-DBUILD_EXAMPLES:BOOL=ON \
+-DVTK_USE_CHEMISTRY:BOOL=ON \
+-DVTK_USE_HYBRID:BOOL=ON \
+-DVTK_USE_PARALLEL:BOOL=ON \
+-DVTK_USE_PATENTED:BOOL=ON \
+-DVTK_USE_BOOST:BOOL=ON \
+-DVTK_USE_INFOVIS:BOOL=ON \
+-DVTK_US

[arch-commits] Commit in vtk/repos (12 files)

2013-03-03 Thread Andrzej Giniewicz
Date: Monday, March 4, 2013 @ 00:29:49
  Author: aginiewicz
Revision: 85610

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  vtk/repos/community-staging-i686/
  vtk/repos/community-staging-i686/PKGBUILD
(from rev 85609, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-i686/ffmpeg-0.11.diff
(from rev 85609, vtk/trunk/ffmpeg-0.11.diff)
  vtk/repos/community-staging-i686/ffmpeg-0.8.diff
(from rev 85609, vtk/trunk/ffmpeg-0.8.diff)
  vtk/repos/community-staging-i686/python-destdir.diff
(from rev 85609, vtk/trunk/python-destdir.diff)
  vtk/repos/community-staging-i686/tcl-8.6.diff
(from rev 85609, vtk/trunk/tcl-8.6.diff)
  vtk/repos/community-staging-x86_64/
  vtk/repos/community-staging-x86_64/PKGBUILD
(from rev 85609, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-x86_64/ffmpeg-0.11.diff
(from rev 85609, vtk/trunk/ffmpeg-0.11.diff)
  vtk/repos/community-staging-x86_64/ffmpeg-0.8.diff
(from rev 85609, vtk/trunk/ffmpeg-0.8.diff)
  vtk/repos/community-staging-x86_64/python-destdir.diff
(from rev 85609, vtk/trunk/python-destdir.diff)
  vtk/repos/community-staging-x86_64/tcl-8.6.diff
(from rev 85609, vtk/trunk/tcl-8.6.diff)

--+
 community-staging-i686/PKGBUILD  |  116 +
 community-staging-i686/ffmpeg-0.11.diff  |   46 +
 community-staging-i686/ffmpeg-0.8.diff   |   66 ++
 community-staging-i686/python-destdir.diff   |   11 ++
 community-staging-i686/tcl-8.6.diff  |   13 ++
 community-staging-x86_64/PKGBUILD|  116 +
 community-staging-x86_64/ffmpeg-0.11.diff|   46 +
 community-staging-x86_64/ffmpeg-0.8.diff |   66 ++
 community-staging-x86_64/python-destdir.diff |   11 ++
 community-staging-x86_64/tcl-8.6.diff|   13 ++
 10 files changed, 504 insertions(+)

Copied: vtk/repos/community-staging-i686/PKGBUILD (from rev 85609, 
vtk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-03 23:29:49 UTC (rev 85610)
@@ -0,0 +1,116 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl
+
+# Qt5 support status: http://vtk.org/Bug/view.php?id=12945
+
+pkgname=vtk
+pkgver=5.10.1
+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' 'qt4' 'lesstif' 'mariadb' 'hdf5' 
'libgl')
+makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'mesa-libgl' 
'python2' 'tk')
+optdepends=('python2: python bindings'
+'java-runtime: java bindings'
+'tk: tcl bindings'
+'gnuplot: plotting tools'
+'graphviz: drawing tools')
+source=("http://www.vtk.org/files/release/${pkgver:0:4}/vtk-${pkgver}.tar.gz";
+
"http://www.vtk.org/files/release/${pkgver:0:4}/vtkdata-${pkgver}.tar.gz";
+ffmpeg-0.8.diff ffmpeg-0.11.diff tcl-8.6.diff python-destdir.diff)
+md5sums=('264b0052e65bd6571a84727113508789'
+ 'b6355063264cd56bcd1396c92f6ca59a'
+ 'e992321c9d1def6034d0fa6607b40c5a'
+ '81922ea61989e5591135f233a0400694'
+ 'a804a9f034e24ef1a8b28542c15ce1a1'
+ 'f7aba715bcc10de93a6ecf1cd6b0c560')
+
+build() {
+  cd "${srcdir}"/VTK$pkgver
+
+  # fix compilation errors:
+  patch -Np1 -i "${srcdir}/ffmpeg-0.8.diff"
+  patch -Np1 -i "${srcdir}/ffmpeg-0.11.diff"
+  patch -Np1 -i "${srcdir}/tcl-8.6.diff"
+  patch -Np1 -i "${srcdir}/python-destdir.diff"
+
+  cd "${srcdir}"
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  # flags to enable using system libs
+  local cmake_system_flags=""
+  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA; 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
+  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"
+
+  cmake \
+-Wno-dev \
+-DBUILD_SHARED_LIBS:BOOL=ON \
+-DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
+-DVTK_DATA_ROOT:FILEPATH=${srcdir}/VTKData$pkgver \
+-DBUILD_DOCUMENTATION:BOOL=ON \
+-DDOCUMENTATION_HTML_HELP:BOOL=ON \
+-DDOCUMENTATION_HTML_TARZ:BOOL=ON \
+-DBUILD_EXAMPLES:BOOL=ON \
+-DVTK_USE_HYBRID:BOOL=ON \
+-DVTK_USE_PARALLEL:BOOL=ON \
+-DVTK_USE_PATENTED:BOOL=ON \
+-DVTK_USE_BOOST:BOOL=ON \
+-DVTK_USE_INFOVIS:BOOL=ON \
+-DVTK_USE_GL2PS:BOOL=ON \
+-DVTK_USE_MYS

[arch-commits] Commit in vtk/repos (12 files)

2013-02-25 Thread Andrzej Giniewicz
Date: Monday, February 25, 2013 @ 22:54:52
  Author: aginiewicz
Revision: 84887

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  vtk/repos/community-staging-i686/
  vtk/repos/community-staging-i686/PKGBUILD
(from rev 84886, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-i686/ffmpeg-0.11.diff
(from rev 84886, vtk/trunk/ffmpeg-0.11.diff)
  vtk/repos/community-staging-i686/ffmpeg-0.8.diff
(from rev 84886, vtk/trunk/ffmpeg-0.8.diff)
  vtk/repos/community-staging-i686/python-destdir.diff
(from rev 84886, vtk/trunk/python-destdir.diff)
  vtk/repos/community-staging-i686/tcl-8.6.diff
(from rev 84886, vtk/trunk/tcl-8.6.diff)
  vtk/repos/community-staging-x86_64/
  vtk/repos/community-staging-x86_64/PKGBUILD
(from rev 84886, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-x86_64/ffmpeg-0.11.diff
(from rev 84886, vtk/trunk/ffmpeg-0.11.diff)
  vtk/repos/community-staging-x86_64/ffmpeg-0.8.diff
(from rev 84886, vtk/trunk/ffmpeg-0.8.diff)
  vtk/repos/community-staging-x86_64/python-destdir.diff
(from rev 84886, vtk/trunk/python-destdir.diff)
  vtk/repos/community-staging-x86_64/tcl-8.6.diff
(from rev 84886, vtk/trunk/tcl-8.6.diff)

--+
 community-staging-i686/PKGBUILD  |  116 +
 community-staging-i686/ffmpeg-0.11.diff  |   46 +
 community-staging-i686/ffmpeg-0.8.diff   |   66 ++
 community-staging-i686/python-destdir.diff   |   11 ++
 community-staging-i686/tcl-8.6.diff  |   13 ++
 community-staging-x86_64/PKGBUILD|  116 +
 community-staging-x86_64/ffmpeg-0.11.diff|   46 +
 community-staging-x86_64/ffmpeg-0.8.diff |   66 ++
 community-staging-x86_64/python-destdir.diff |   11 ++
 community-staging-x86_64/tcl-8.6.diff|   13 ++
 10 files changed, 504 insertions(+)

Copied: vtk/repos/community-staging-i686/PKGBUILD (from rev 84886, 
vtk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-25 21:54:52 UTC (rev 84887)
@@ -0,0 +1,116 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl
+
+# Qt5 support status: http://vtk.org/Bug/view.php?id=12945
+
+pkgname=vtk
+pkgver=5.10.1
+pkgrel=5
+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' 'mysql' 'hdf5' 
'libgl')
+makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'mesa-libgl' 
'python2' 'tk')
+optdepends=('python2: python bindings'
+'java-runtime: java bindings'
+'tk: tcl bindings'
+'gnuplot: plotting tools'
+'graphviz: drawing tools')
+source=("http://www.vtk.org/files/release/${pkgver:0:4}/vtk-${pkgver}.tar.gz";
+
"http://www.vtk.org/files/release/${pkgver:0:4}/vtkdata-${pkgver}.tar.gz";
+ffmpeg-0.8.diff ffmpeg-0.11.diff tcl-8.6.diff python-destdir.diff)
+md5sums=('264b0052e65bd6571a84727113508789'
+ 'b6355063264cd56bcd1396c92f6ca59a'
+ 'e992321c9d1def6034d0fa6607b40c5a'
+ '81922ea61989e5591135f233a0400694'
+ 'a804a9f034e24ef1a8b28542c15ce1a1'
+ 'f7aba715bcc10de93a6ecf1cd6b0c560')
+
+build() {
+  cd "${srcdir}"/VTK$pkgver
+
+  # fix compilation errors:
+  patch -Np1 -i "${srcdir}/ffmpeg-0.8.diff"
+  patch -Np1 -i "${srcdir}/ffmpeg-0.11.diff"
+  patch -Np1 -i "${srcdir}/tcl-8.6.diff"
+  patch -Np1 -i "${srcdir}/python-destdir.diff"
+
+  cd "${srcdir}"
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  # flags to enable using system libs
+  local cmake_system_flags=""
+  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA; 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
+  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"
+
+  cmake \
+-Wno-dev \
+-DBUILD_SHARED_LIBS:BOOL=ON \
+-DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
+-DVTK_DATA_ROOT:FILEPATH=${srcdir}/VTKData$pkgver \
+-DBUILD_DOCUMENTATION:BOOL=ON \
+-DDOCUMENTATION_HTML_HELP:BOOL=ON \
+-DDOCUMENTATION_HTML_TARZ:BOOL=ON \
+-DBUILD_EXAMPLES:BOOL=ON \
+-DVTK_USE_HYBRID:BOOL=ON \
+-DVTK_USE_PARALLEL:BOOL=ON \
+-DVTK_USE_PATENTED:BOOL=ON \
+-DVTK_USE_BOOST:BOOL=ON \
+-DVTK_USE_INFOVIS:BOOL=ON \
+-DVTK_USE_GL2PS:BOOL=ON \
+-DVTK_USE_M