[arch-commits] Commit in openvdb/repos (4 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Apr 8 19:41:18 UTC 2016


    Date: Friday, April 8, 2016 @ 21:41:17
  Author: svenstaro
Revision: 169782

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

Added:
  openvdb/repos/community-i686/PKGBUILD
    (from rev 169781, openvdb/trunk/PKGBUILD)
  openvdb/repos/community-x86_64/PKGBUILD
    (from rev 169781, openvdb/trunk/PKGBUILD)
Deleted:
  openvdb/repos/community-i686/PKGBUILD
  openvdb/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |  116 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   55 --------------------
 community-x86_64/PKGBUILD |   55 --------------------
 3 files changed, 116 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-08 19:41:10 UTC (rev 169781)
+++ community-i686/PKGBUILD	2016-04-08 19:41:17 UTC (rev 169782)
@@ -1,55 +0,0 @@
-# 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.
-# The Makefile has defaults set to the upstream developers' specific systems
-# as well as other oddities.
-
-pkgname=openvdb
-pkgver=3.1.0
-pkgrel=1
-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')
-optdepends=('python2-numpy: Python module')
-source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz")
-sha256sums=('b95a32f4f0195452a64870bda978999a719006a0c036b9ac985b466532d32d4b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-
-  make \
-    PYTHON_VERSION='2.7' \
-    CPPUNIT_INCL_DIR='' \
-    HDSO='/usr' \
-    PYTHON_INCL_DIR=/usr/include/python2.7 \
-    PYTHON_LIB_DIR=/usr/lib \
-    EXR_LIB_DIR=/usr/lib \
-    ILMBASE_LIB_DIR=/usr/lib \
-    NUMPY_INCL_DIR=/usr/lib/python2.7/site-packages/numpy/core/include/numpy \
-    GLFW_INCL_DIR='' \
-    BOOST_PYTHON_LIB_DIR=/usr/lib \
-    BOOST_PYTHON_LIB=-lboost_python
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-
-  make DESTDIR=${pkgdir} install \
-    PYTHON_VERSION='2.7' \
-    CPPUNIT_INCL_DIR='' \
-    HDSO='/usr' \
-    PYTHON_INCL_DIR=/usr/include/python2.7 \
-    PYTHON_LIB_DIR=/usr/lib \
-    EXR_LIB_DIR=/usr/lib \
-    ILMBASE_LIB_DIR=/usr/lib \
-    NUMPY_INCL_DIR=/usr/lib/python2.7/site-packages/numpy/core/include/numpy \
-    GLFW_INCL_DIR='' \
-    BOOST_PYTHON_LIB_DIR=/usr/lib \
-    BOOST_PYTHON_LIB=-lboost_python
-}
-
-# vim:set sw=2 sts=2 et:

Copied: openvdb/repos/community-i686/PKGBUILD (from rev 169781, openvdb/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-08 19:41:17 UTC (rev 169782)
@@ -0,0 +1,58 @@
+# 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.
+# The Makefile has defaults set to the upstream developers' specific systems
+# as well as other oddities.
+
+pkgname=openvdb
+pkgver=3.1.0
+pkgrel=2
+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')
+optdepends=('python2-numpy: Python module')
+source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz")
+sha256sums=('b95a32f4f0195452a64870bda978999a719006a0c036b9ac985b466532d32d4b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+
+  make \
+    PYTHON_VERSION='2.7' \
+    CPPUNIT_INCL_DIR='' \
+    HDSO='/usr' \
+    PYTHON_INCL_DIR=/usr/include/python2.7 \
+    PYTHON_LIB_DIR=/usr/lib \
+    EXR_LIB_DIR=/usr/lib \
+    ILMBASE_LIB_DIR=/usr/lib \
+    NUMPY_INCL_DIR=/usr/lib/python2.7/site-packages/numpy/core/include/numpy \
+    GLFW_INCL_DIR='' \
+    BOOST_PYTHON_LIB_DIR=/usr/lib \
+    BOOST_PYTHON_LIB=-lboost_python
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+
+  make DESTDIR=${pkgdir} install \
+    PYTHON_VERSION='2.7' \
+    CPPUNIT_INCL_DIR='' \
+    HDSO='/usr' \
+    PYTHON_INCL_DIR=/usr/include/python2.7 \
+    PYTHON_LIB_DIR=/usr/lib \
+    EXR_LIB_DIR=/usr/lib \
+    ILMBASE_LIB_DIR=/usr/lib \
+    NUMPY_INCL_DIR=/usr/lib/python2.7/site-packages/numpy/core/include/numpy \
+    GLFW_INCL_DIR='' \
+    BOOST_PYTHON_LIB_DIR=/usr/lib \
+    BOOST_PYTHON_LIB=-lboost_python
+
+  mkdir ${pkgdir}/usr
+  mv ${pkgdir}/{bin,lib} ${pkgdir}/usr
+}
+
+# vim:set sw=2 sts=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-08 19:41:10 UTC (rev 169781)
+++ community-x86_64/PKGBUILD	2016-04-08 19:41:17 UTC (rev 169782)
@@ -1,55 +0,0 @@
-# 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.
-# The Makefile has defaults set to the upstream developers' specific systems
-# as well as other oddities.
-
-pkgname=openvdb
-pkgver=3.1.0
-pkgrel=1
-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')
-optdepends=('python2-numpy: Python module')
-source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz")
-sha256sums=('b95a32f4f0195452a64870bda978999a719006a0c036b9ac985b466532d32d4b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-
-  make \
-    PYTHON_VERSION='2.7' \
-    CPPUNIT_INCL_DIR='' \
-    HDSO='/usr' \
-    PYTHON_INCL_DIR=/usr/include/python2.7 \
-    PYTHON_LIB_DIR=/usr/lib \
-    EXR_LIB_DIR=/usr/lib \
-    ILMBASE_LIB_DIR=/usr/lib \
-    NUMPY_INCL_DIR=/usr/lib/python2.7/site-packages/numpy/core/include/numpy \
-    GLFW_INCL_DIR='' \
-    BOOST_PYTHON_LIB_DIR=/usr/lib \
-    BOOST_PYTHON_LIB=-lboost_python
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-
-  make DESTDIR=${pkgdir} install \
-    PYTHON_VERSION='2.7' \
-    CPPUNIT_INCL_DIR='' \
-    HDSO='/usr' \
-    PYTHON_INCL_DIR=/usr/include/python2.7 \
-    PYTHON_LIB_DIR=/usr/lib \
-    EXR_LIB_DIR=/usr/lib \
-    ILMBASE_LIB_DIR=/usr/lib \
-    NUMPY_INCL_DIR=/usr/lib/python2.7/site-packages/numpy/core/include/numpy \
-    GLFW_INCL_DIR='' \
-    BOOST_PYTHON_LIB_DIR=/usr/lib \
-    BOOST_PYTHON_LIB=-lboost_python
-}
-
-# vim:set sw=2 sts=2 et:

Copied: openvdb/repos/community-x86_64/PKGBUILD (from rev 169781, openvdb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-08 19:41:17 UTC (rev 169782)
@@ -0,0 +1,58 @@
+# 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.
+# The Makefile has defaults set to the upstream developers' specific systems
+# as well as other oddities.
+
+pkgname=openvdb
+pkgver=3.1.0
+pkgrel=2
+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')
+optdepends=('python2-numpy: Python module')
+source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz")
+sha256sums=('b95a32f4f0195452a64870bda978999a719006a0c036b9ac985b466532d32d4b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+
+  make \
+    PYTHON_VERSION='2.7' \
+    CPPUNIT_INCL_DIR='' \
+    HDSO='/usr' \
+    PYTHON_INCL_DIR=/usr/include/python2.7 \
+    PYTHON_LIB_DIR=/usr/lib \
+    EXR_LIB_DIR=/usr/lib \
+    ILMBASE_LIB_DIR=/usr/lib \
+    NUMPY_INCL_DIR=/usr/lib/python2.7/site-packages/numpy/core/include/numpy \
+    GLFW_INCL_DIR='' \
+    BOOST_PYTHON_LIB_DIR=/usr/lib \
+    BOOST_PYTHON_LIB=-lboost_python
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+
+  make DESTDIR=${pkgdir} install \
+    PYTHON_VERSION='2.7' \
+    CPPUNIT_INCL_DIR='' \
+    HDSO='/usr' \
+    PYTHON_INCL_DIR=/usr/include/python2.7 \
+    PYTHON_LIB_DIR=/usr/lib \
+    EXR_LIB_DIR=/usr/lib \
+    ILMBASE_LIB_DIR=/usr/lib \
+    NUMPY_INCL_DIR=/usr/lib/python2.7/site-packages/numpy/core/include/numpy \
+    GLFW_INCL_DIR='' \
+    BOOST_PYTHON_LIB_DIR=/usr/lib \
+    BOOST_PYTHON_LIB=-lboost_python
+
+  mkdir ${pkgdir}/usr
+  mv ${pkgdir}/{bin,lib} ${pkgdir}/usr
+}
+
+# vim:set sw=2 sts=2 et:



More information about the arch-commits mailing list