[arch-commits] Commit in openvdb/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Aug 10 22:12:34 UTC 2017


    Date: Thursday, August 10, 2017 @ 22:12:33
  Author: svenstaro
Revision: 249794

upgpkg: openvdb 3.2.0-4

rebuild without python docs

Modified:
  openvdb/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-10 22:03:55 UTC (rev 249793)
+++ PKGBUILD	2017-08-10 22:12:33 UTC (rev 249794)
@@ -1,4 +1,4 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Maintainer : Sven-Hendrik Haase <sh at lutzhaase.com>
 
 # I would just like to take a minute here to state that this is probably one
 # of the worst packaged software packages that I have ever looked at.
@@ -7,13 +7,13 @@
 
 pkgname=openvdb
 pkgver=3.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A large suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids'
 url='https://github.com/dreamworksanimation/openvdb'
 arch=('i686' 'x86_64')
 license=('MPL')
 depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc')
-makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'epydoc' 'python2-numpy' 'texlive-core' 'ghostscript' 'epydoc')
+makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'python2-numpy' 'texlive-core' 'ghostscript')
 optdepends=('python2-numpy: Python module'
             'log4cplus: for vdb_print')
 source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz")
@@ -44,7 +44,7 @@
   mkdir ${pkgdir}/usr
   make install \
     GLFW_INCL_DIR='' \
-    EPYDOC=/usr/bin/epydoc \
+    EPYDOC='' \
     DESTDIR=${pkgdir}/usr
 }
 



More information about the arch-commits mailing list