summaryrefslogtreecommitdiff
path: root/community-testing/vtk/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/vtk/PKGBUILD')
-rw-r--r--community-testing/vtk/PKGBUILD12
1 files changed, 9 insertions, 3 deletions
diff --git a/community-testing/vtk/PKGBUILD b/community-testing/vtk/PKGBUILD
index 7f17b62cd..bb2c3f13d 100644
--- a/community-testing/vtk/PKGBUILD
+++ b/community-testing/vtk/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=vtk
pkgver=5.8.0
-pkgrel=3
+pkgrel=5
pkgdesc='A software system for 3D computer graphics, image processing, and visualization which supports a wide variety of visualization algorithms and advanced modeling techniques.'
arch=('i686' 'x86_64')
url='http://www.vtk.org'
@@ -22,10 +22,12 @@ optdepends=('python2: python bindings'
'graphviz: drawing tools')
source=("http://www.vtk.org/files/release/${pkgver:0:3}/vtk-${pkgver}.tar.gz"
"http://www.vtk.org/files/release/${pkgver:0:3}/vtkdata-${pkgver}.tar.gz"
- 'fixkernelversioncheck.diff')
+ 'fixkernelversioncheck.diff'
+ 'ffmpeg-0.8.diff')
md5sums=('37b7297d02d647cc6ca95b38174cb41f'
'a05295b81930e894fc0e31866f399151'
- '9e137af23701f76fc727222ebac23389')
+ '9e137af23701f76fc727222ebac23389'
+ 'e992321c9d1def6034d0fa6607b40c5a')
build() {
cd VTK
@@ -34,6 +36,10 @@ build() {
# remove next pkgver bump
patch -Np1 -i ${srcdir}/fixkernelversioncheck.diff
+ # fix compilation error:
+ # remove next pkgver bump
+ patch -Np1 -i ${srcdir}/ffmpeg-0.8.diff
+
cd ${srcdir}
rm -rf build