diff options
author | root <root@rshg054.dnsready.net> | 2013-03-26 00:06:16 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-26 00:06:16 -0700 |
commit | c16968d4179be76966c262f854c9e1fb827dc3ec (patch) | |
tree | 3dc52f45dc9b7b4a2999ca42a28631072abb7e39 /community/vtk | |
parent | 32793d9a5b60ef0591c71c12ad75121d9b155adf (diff) |
Tue Mar 26 00:06:15 PDT 2013
Diffstat (limited to 'community/vtk')
-rw-r--r-- | community/vtk/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/vtk/PKGBUILD b/community/vtk/PKGBUILD index bb3906c98..607b987e6 100644 --- a/community/vtk/PKGBUILD +++ b/community/vtk/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 85423 2013-03-01 10:42:11Z andrea $ +# $Id: PKGBUILD 87023 2013-03-25 19:17:06Z bpiotrowski $ # Maintainer: Andrzej Giniewicz <gginiu@gmail.com> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Christofer Bertonha <christoferbertonha at gmail dot com> @@ -12,12 +12,12 @@ pkgname=vtk pkgver=5.10.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' 'qt4' 'lesstif' 'mysql' 'hdf5' 'libgl') +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' |