diff options
author | root <root@rshg054.dnsready.net> | 2012-11-03 01:15:19 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-03 01:15:19 -0700 |
commit | e3f70522f1f35359d9307f478c96dace20a51ca1 (patch) | |
tree | 9db033a74cb298a1443b87e279b7549f35288789 /community/paraview | |
parent | 35bd2bb6857eb818ca53b8fe34d88106133342f4 (diff) |
Sat Nov 3 01:13:31 PDT 2012
Diffstat (limited to 'community/paraview')
-rw-r--r-- | community/paraview/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/paraview/PKGBUILD b/community/paraview/PKGBUILD index b82c2491d..ce5b87fad 100644 --- a/community/paraview/PKGBUILD +++ b/community/paraview/PKGBUILD @@ -5,19 +5,19 @@ pkgname=paraview pkgver=3.14.1 -pkgrel=1 +pkgrel=2 pkgdesc='Parallel Visualization Application using VTK' arch=('i686' 'x86_64') url='http://www.paraview.org' license=('custom') depends=('qt' 'python2' 'libgl' 'unixodbc' 'postgresql-libs' 'libxt' 'qtwebkit' - 'libmysqlclient' 'mesa' 'openmpi' 'boost-libs' 'libcgns2' + 'libmysqlclient' 'openmpi' 'boost-libs' 'libcgns2' # export as avi support #'ffmpeg' # The following is a list of libraries we explicitly tell cmake to use the system library of 'hdf5' 'freetype2' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'expat' 'libxml2' 'libtheora' ) -makedepends=('cmake' 'desktop-file-utils' 'boost') +makedepends=('cmake' 'desktop-file-utils' 'boost' 'mesa') source=("http://paraview.org/files/v${pkgver:0:4}/ParaView-${pkgver}-Source.tar.gz" 'paraview.png' 'paraview.desktop' |