[arch-commits] Commit in bullet/repos (4 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Tue Oct 18 21:34:04 UTC 2016
Date: Tuesday, October 18, 2016 @ 21:34:03
Author: svenstaro
Revision: 278971
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
bullet/repos/extra-i686/PKGBUILD
(from rev 278970, bullet/trunk/PKGBUILD)
bullet/repos/extra-x86_64/PKGBUILD
(from rev 278970, bullet/trunk/PKGBUILD)
Deleted:
bullet/repos/extra-i686/PKGBUILD
bullet/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 146 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 69 ----------------------
extra-x86_64/PKGBUILD | 69 ----------------------
3 files changed, 146 insertions(+), 138 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-10-18 21:33:44 UTC (rev 278970)
+++ extra-i686/PKGBUILD 2016-10-18 21:34:03 UTC (rev 278971)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
-
-pkgbase=bullet
-pkgname=('bullet' 'bullet-docs')
-pkgver=2.85.1
-pkgrel=1
-pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
-arch=('i686' 'x86_64')
-url="http://www.bulletphysics.com/Bullet/"
-license=('custom:zlib')
-makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 'python-numpy')
-source=("https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz")
-md5sums=('194cf1ef1eeb7fa9ac7dc580219d3c8b')
-
-build() {
- cd bullet3-${pkgver}
-
- [[ -d build ]] && rm -rf build
- mkdir build && cd build
-
- cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_SHARED_LIBS=1 \
- -DINSTALL_LIBS=1 \
- -DINSTALL_EXTRA_LIBS=1 \
- -DBUILD_PYBULLET=ON \
- -DBUILD_PYBULLET_NUMPY=ON \
- -DBUILD_OPENGL3_DEMOS=ON \
- -DCMAKE_BUILD_TYPE=Release
-
- make
-
- cd ..
- #sed -i 's/GENERATE_HTMLHELP.*//g' Doxyfile
- doxygen
-}
-
-package_bullet() {
- optdepends=('glu: for the example browser'
- 'python: python bindings'
- 'python-numpy: python bindings'
- 'bullet-docs: documentation')
-
- cd bullet3-${pkgver}/build
-
- make DESTDIR=${pkgdir} install
- install -Dm755 examples/pybullet/libpybullet.so.2.85 ${pkgdir}/usr/lib/libpybullet.so.2.85
-
- install -Dm755 examples/ExampleBrowser/App_ExampleBrowser ${pkgdir}/usr/bin/bullet3_examplebrowser
-
- # install license
- install -Dm644 ../LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
-}
-
-package_bullet-docs() {
- pkgdesc="Documentation for bullet"
- depends=()
-
- cd bullet3-${pkgver}
-
- # install docs
- install -Dm644 docs/GPU_rigidbody_using_OpenCL.pdf ${pkgdir}/usr/share/doc/bullet/GPU_rigidbody_using_OpenCL.pdf
- install -Dm644 docs/Bullet_User_Manual.pdf ${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf
- install -Dm644 docs/BulletQuickstart.pdf ${pkgdir}/usr/share/doc/bullet/BulletQuickstart.pdf
- cp -r html ${pkgdir}/usr/share/doc/bullet/html
-}
-# vim: sw=2 ts=2 et:
Copied: bullet/repos/extra-i686/PKGBUILD (from rev 278970, bullet/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-18 21:34:03 UTC (rev 278971)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
+
+pkgbase=bullet
+pkgname=('bullet' 'bullet-docs')
+pkgver=2.85.1
+pkgrel=2
+pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
+arch=('i686' 'x86_64')
+url="http://www.bulletphysics.com/Bullet/"
+license=('custom:zlib')
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 'python-numpy')
+source=("https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz")
+md5sums=('194cf1ef1eeb7fa9ac7dc580219d3c8b')
+
+build() {
+ cd bullet3-${pkgver}
+
+ [[ -d build ]] && rm -rf build
+ mkdir build && cd build
+
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_SHARED_LIBS=1 \
+ -DINSTALL_LIBS=1 \
+ -DINSTALL_EXTRA_LIBS=1 \
+ -DBUILD_PYBULLET=ON \
+ -DBUILD_PYBULLET_NUMPY=ON \
+ -DBUILD_OPENGL3_DEMOS=ON \
+ -DCMAKE_BUILD_TYPE=Release
+
+ make
+
+ cd ..
+ #sed -i 's/GENERATE_HTMLHELP.*//g' Doxyfile
+ doxygen
+}
+
+package_bullet() {
+ optdepends=('glu: for the example browser'
+ 'python: python bindings'
+ 'python-numpy: python bindings'
+ 'bullet-docs: documentation')
+
+ cd bullet3-${pkgver}/build
+
+ make DESTDIR=${pkgdir} install
+
+ install -Dm755 examples/pybullet/libpybullet.so.2.85 ${pkgdir}/usr/lib/libpybullet.so.2.85
+ install -Dm755 examples/ExampleBrowser/libBulletExampleBrowserLib.so.2.85 ${pkgdir}/usr/lib/libBulletExampleBrowserLib.so.2.85
+ install -Dm755 examples/OpenGLWindow/libOpenGLWindow.so ${pkgdir}/usr/lib/libOpenGLWindow.so
+ install -Dm755 examples/ThirdPartyLibs/Gwen/libgwen.so ${pkgdir}/usr/lib/libgwen.so
+ install -Dm755 examples/ThirdPartyLibs/BussIK/libBussIK.so ${pkgdir}/usr/lib/libBussIK.so
+ install -Dm755 examples/ExampleBrowser/App_ExampleBrowser ${pkgdir}/usr/bin/bullet3_examplebrowser
+
+ # install license
+ install -Dm644 ../LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
+}
+
+package_bullet-docs() {
+ pkgdesc="Documentation for bullet"
+ depends=()
+
+ cd bullet3-${pkgver}
+
+ # install docs
+ install -Dm644 docs/GPU_rigidbody_using_OpenCL.pdf ${pkgdir}/usr/share/doc/bullet/GPU_rigidbody_using_OpenCL.pdf
+ install -Dm644 docs/Bullet_User_Manual.pdf ${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf
+ install -Dm644 docs/BulletQuickstart.pdf ${pkgdir}/usr/share/doc/bullet/BulletQuickstart.pdf
+ cp -r html ${pkgdir}/usr/share/doc/bullet/html
+}
+# vim: sw=2 ts=2 et:
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-10-18 21:33:44 UTC (rev 278970)
+++ extra-x86_64/PKGBUILD 2016-10-18 21:34:03 UTC (rev 278971)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
-
-pkgbase=bullet
-pkgname=('bullet' 'bullet-docs')
-pkgver=2.85.1
-pkgrel=1
-pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
-arch=('i686' 'x86_64')
-url="http://www.bulletphysics.com/Bullet/"
-license=('custom:zlib')
-makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 'python-numpy')
-source=("https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz")
-md5sums=('194cf1ef1eeb7fa9ac7dc580219d3c8b')
-
-build() {
- cd bullet3-${pkgver}
-
- [[ -d build ]] && rm -rf build
- mkdir build && cd build
-
- cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_SHARED_LIBS=1 \
- -DINSTALL_LIBS=1 \
- -DINSTALL_EXTRA_LIBS=1 \
- -DBUILD_PYBULLET=ON \
- -DBUILD_PYBULLET_NUMPY=ON \
- -DBUILD_OPENGL3_DEMOS=ON \
- -DCMAKE_BUILD_TYPE=Release
-
- make
-
- cd ..
- #sed -i 's/GENERATE_HTMLHELP.*//g' Doxyfile
- doxygen
-}
-
-package_bullet() {
- optdepends=('glu: for the example browser'
- 'python: python bindings'
- 'python-numpy: python bindings'
- 'bullet-docs: documentation')
-
- cd bullet3-${pkgver}/build
-
- make DESTDIR=${pkgdir} install
- install -Dm755 examples/pybullet/libpybullet.so.2.85 ${pkgdir}/usr/lib/libpybullet.so.2.85
-
- install -Dm755 examples/ExampleBrowser/App_ExampleBrowser ${pkgdir}/usr/bin/bullet3_examplebrowser
-
- # install license
- install -Dm644 ../LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
-}
-
-package_bullet-docs() {
- pkgdesc="Documentation for bullet"
- depends=()
-
- cd bullet3-${pkgver}
-
- # install docs
- install -Dm644 docs/GPU_rigidbody_using_OpenCL.pdf ${pkgdir}/usr/share/doc/bullet/GPU_rigidbody_using_OpenCL.pdf
- install -Dm644 docs/Bullet_User_Manual.pdf ${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf
- install -Dm644 docs/BulletQuickstart.pdf ${pkgdir}/usr/share/doc/bullet/BulletQuickstart.pdf
- cp -r html ${pkgdir}/usr/share/doc/bullet/html
-}
-# vim: sw=2 ts=2 et:
Copied: bullet/repos/extra-x86_64/PKGBUILD (from rev 278970, bullet/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-10-18 21:34:03 UTC (rev 278971)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
+
+pkgbase=bullet
+pkgname=('bullet' 'bullet-docs')
+pkgver=2.85.1
+pkgrel=2
+pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
+arch=('i686' 'x86_64')
+url="http://www.bulletphysics.com/Bullet/"
+license=('custom:zlib')
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 'python-numpy')
+source=("https://github.com/bulletphysics/bullet3/archive/${pkgver}.tar.gz")
+md5sums=('194cf1ef1eeb7fa9ac7dc580219d3c8b')
+
+build() {
+ cd bullet3-${pkgver}
+
+ [[ -d build ]] && rm -rf build
+ mkdir build && cd build
+
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_SHARED_LIBS=1 \
+ -DINSTALL_LIBS=1 \
+ -DINSTALL_EXTRA_LIBS=1 \
+ -DBUILD_PYBULLET=ON \
+ -DBUILD_PYBULLET_NUMPY=ON \
+ -DBUILD_OPENGL3_DEMOS=ON \
+ -DCMAKE_BUILD_TYPE=Release
+
+ make
+
+ cd ..
+ #sed -i 's/GENERATE_HTMLHELP.*//g' Doxyfile
+ doxygen
+}
+
+package_bullet() {
+ optdepends=('glu: for the example browser'
+ 'python: python bindings'
+ 'python-numpy: python bindings'
+ 'bullet-docs: documentation')
+
+ cd bullet3-${pkgver}/build
+
+ make DESTDIR=${pkgdir} install
+
+ install -Dm755 examples/pybullet/libpybullet.so.2.85 ${pkgdir}/usr/lib/libpybullet.so.2.85
+ install -Dm755 examples/ExampleBrowser/libBulletExampleBrowserLib.so.2.85 ${pkgdir}/usr/lib/libBulletExampleBrowserLib.so.2.85
+ install -Dm755 examples/OpenGLWindow/libOpenGLWindow.so ${pkgdir}/usr/lib/libOpenGLWindow.so
+ install -Dm755 examples/ThirdPartyLibs/Gwen/libgwen.so ${pkgdir}/usr/lib/libgwen.so
+ install -Dm755 examples/ThirdPartyLibs/BussIK/libBussIK.so ${pkgdir}/usr/lib/libBussIK.so
+ install -Dm755 examples/ExampleBrowser/App_ExampleBrowser ${pkgdir}/usr/bin/bullet3_examplebrowser
+
+ # install license
+ install -Dm644 ../LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
+}
+
+package_bullet-docs() {
+ pkgdesc="Documentation for bullet"
+ depends=()
+
+ cd bullet3-${pkgver}
+
+ # install docs
+ install -Dm644 docs/GPU_rigidbody_using_OpenCL.pdf ${pkgdir}/usr/share/doc/bullet/GPU_rigidbody_using_OpenCL.pdf
+ install -Dm644 docs/Bullet_User_Manual.pdf ${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf
+ install -Dm644 docs/BulletQuickstart.pdf ${pkgdir}/usr/share/doc/bullet/BulletQuickstart.pdf
+ cp -r html ${pkgdir}/usr/share/doc/bullet/html
+}
+# vim: sw=2 ts=2 et:
More information about the arch-commits
mailing list