[arch-commits] Commit in bullet/repos/testing-x86_64 (4 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Fri Dec 10 16:39:42 UTC 2021


    Date: Friday, December 10, 2021 @ 16:39:42
  Author: foutrelis
Revision: 431832

archrelease: copy trunk to testing-x86_64

Added:
  bullet/repos/testing-x86_64/PKGBUILD
    (from rev 431831, bullet/trunk/PKGBUILD)
  bullet/repos/testing-x86_64/bullet3_examplebrowser.sh
    (from rev 431831, bullet/trunk/bullet3_examplebrowser.sh)
Deleted:
  bullet/repos/testing-x86_64/PKGBUILD
  bullet/repos/testing-x86_64/bullet3_examplebrowser.sh

---------------------------+
 PKGBUILD                  |  186 ++++++++++++++++++++++----------------------
 bullet3_examplebrowser.sh |    8 -
 2 files changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-10 16:39:32 UTC (rev 431831)
+++ PKGBUILD	2021-12-10 16:39:42 UTC (rev 431832)
@@ -1,93 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
-
-pkgbase=bullet
-pkgname=('bullet' 'bullet-docs' 'python-pybullet')
-pkgver=3.21
-# Upstream botched the tag so we're using the actual real commit for this release.
-_commit=6a59241074720e9df119f2f86bc01765917feb1e
-pkgrel=1
-pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
-arch=('x86_64')
-url="http://www.bulletphysics.com/Bullet/"
-license=('custom:zlib')
-makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 'python-numpy' 'python-setuptools' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/bulletphysics/bullet3/archive/${_commit}.tar.gz"
-        bullet3_examplebrowser.sh)
-sha512sums=('f262c1c517f17f641d0a991611ca8a0776e34165af438a8a8d2d62a960e6ce3885198718ed7d1f4e9c4c42a497a3b1d7143c526010fd202bcc9efda19fa0e33b'
-            '8741ad94b6c46c226d89aebc8ab06d8a11bac3c04d3f0a2bf7a7524792a3375aa7bf7d295410b16fbeb4c348a31057b4570acdebe9bbaea251f44daca8d9fe81')
-
-prepare() {
-  cd bullet3-${_commit}
-  sed -i '/SET_TARGET_PROPERTIES(pybullet PROPERTIES PREFIX/d' examples/pybullet/CMakeLists.txt
-}
-
-build() {
-  cd bullet3-${_commit}
-
-  cmake \
-      -Bbuild \
-      -GNinja \
-      -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 \
-      -DCMAKE_SKIP_RPATH=YES
-
-  ninja -C build
-
-  python setup.py build
-  doxygen
-}
-
-package_bullet() {
-  optdepends=('glu: for the example browser'
-              'python: python bindings'
-              'python-numpy: python bindings'
-              'bullet-docs: documentation')
-
-  cd bullet3-${_commit}
-
-  DESTDIR="${pkgdir}" ninja -C build install
-
-  cd build
-
-  install -Dm755 examples/ExampleBrowser/libBulletExampleBrowserLib.so.${pkgver} "${pkgdir}"/usr/lib/libBulletExampleBrowserLib.so.${pkgver}
-  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 "${srcdir}"/bullet3_examplebrowser.sh "${pkgdir}"/usr/bin/bullet3_examplebrowser
-  install -Dm755 examples/ExampleBrowser/App_ExampleBrowser "${pkgdir}"/opt/bullet/App_ExampleBrowser
-  cp -r data "${pkgdir}"/opt/bullet/
-
-  install -Dm644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgbase}/LICENSE
-}
-
-package_python-pybullet() {
-  pkgdesc="Bullet Python bindings"
-  depends+=('bullet' 'gcc-libs')
-
-  cd bullet3-${_commit}
-
-  install -Dm755 build/examples/pybullet/libpybullet.so.${pkgver} "${pkgdir}"/usr/lib/libpybullet.so.${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_bullet-docs() {
-  pkgdesc="Documentation for bullet"
-
-  cd bullet3-${_commit}
-
-  # 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/testing-x86_64/PKGBUILD (from rev 431831, bullet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-10 16:39:42 UTC (rev 431832)
@@ -0,0 +1,93 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
+
+pkgbase=bullet
+pkgname=('bullet' 'bullet-docs' 'python-pybullet')
+pkgver=3.21
+# Upstream botched the tag so we're using the actual real commit for this release.
+_commit=6a59241074720e9df119f2f86bc01765917feb1e
+pkgrel=2
+pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
+arch=('x86_64')
+url="http://www.bulletphysics.com/Bullet/"
+license=('custom:zlib')
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 'python-numpy' 'python-setuptools' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bulletphysics/bullet3/archive/${_commit}.tar.gz"
+        bullet3_examplebrowser.sh)
+sha512sums=('f262c1c517f17f641d0a991611ca8a0776e34165af438a8a8d2d62a960e6ce3885198718ed7d1f4e9c4c42a497a3b1d7143c526010fd202bcc9efda19fa0e33b'
+            '8741ad94b6c46c226d89aebc8ab06d8a11bac3c04d3f0a2bf7a7524792a3375aa7bf7d295410b16fbeb4c348a31057b4570acdebe9bbaea251f44daca8d9fe81')
+
+prepare() {
+  cd bullet3-${_commit}
+  sed -i '/SET_TARGET_PROPERTIES(pybullet PROPERTIES PREFIX/d' examples/pybullet/CMakeLists.txt
+}
+
+build() {
+  cd bullet3-${_commit}
+
+  cmake \
+      -Bbuild \
+      -GNinja \
+      -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 \
+      -DCMAKE_SKIP_RPATH=YES
+
+  ninja -C build
+
+  python setup.py build
+  doxygen
+}
+
+package_bullet() {
+  optdepends=('glu: for the example browser'
+              'python: python bindings'
+              'python-numpy: python bindings'
+              'bullet-docs: documentation')
+
+  cd bullet3-${_commit}
+
+  DESTDIR="${pkgdir}" ninja -C build install
+
+  cd build
+
+  install -Dm755 examples/ExampleBrowser/libBulletExampleBrowserLib.so.${pkgver} "${pkgdir}"/usr/lib/libBulletExampleBrowserLib.so.${pkgver}
+  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 "${srcdir}"/bullet3_examplebrowser.sh "${pkgdir}"/usr/bin/bullet3_examplebrowser
+  install -Dm755 examples/ExampleBrowser/App_ExampleBrowser "${pkgdir}"/opt/bullet/App_ExampleBrowser
+  cp -r data "${pkgdir}"/opt/bullet/
+
+  install -Dm644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgbase}/LICENSE
+}
+
+package_python-pybullet() {
+  pkgdesc="Bullet Python bindings"
+  depends+=('bullet' 'gcc-libs')
+
+  cd bullet3-${_commit}
+
+  install -Dm755 build/examples/pybullet/libpybullet.so.${pkgver} "${pkgdir}"/usr/lib/libpybullet.so.${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_bullet-docs() {
+  pkgdesc="Documentation for bullet"
+
+  cd bullet3-${_commit}
+
+  # 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: bullet3_examplebrowser.sh
===================================================================
--- bullet3_examplebrowser.sh	2021-12-10 16:39:32 UTC (rev 431831)
+++ bullet3_examplebrowser.sh	2021-12-10 16:39:42 UTC (rev 431832)
@@ -1,4 +0,0 @@
-#!/usr/bin/env sh
-
-cd /opt/bullet
-./App_ExampleBrowser

Copied: bullet/repos/testing-x86_64/bullet3_examplebrowser.sh (from rev 431831, bullet/trunk/bullet3_examplebrowser.sh)
===================================================================
--- bullet3_examplebrowser.sh	                        (rev 0)
+++ bullet3_examplebrowser.sh	2021-12-10 16:39:42 UTC (rev 431832)
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+
+cd /opt/bullet
+./App_ExampleBrowser



More information about the arch-commits mailing list