bullet: update to 3.25.
This commit is contained in:
parent
91e036c6c0
commit
1b6fa10d67
@ -1702,11 +1702,11 @@ libvtv.so.0 libvtv-6.3.0_1
|
||||
libatomic.so.1 libatomic-4.9.0_1
|
||||
libpcsclite.so.1 libpcsclite-1.8.11_1
|
||||
libpcscspy.so.0 libpcsclite-1.8.11_1
|
||||
libBulletDynamics.so.3.17 bullet-3.17_1
|
||||
libBulletCollision.so.3.17 bullet-3.17_1
|
||||
libLinearMath.so.3.17 bullet-3.17_1
|
||||
libBulletSoftBody.so.3.17 bullet-3.17_1
|
||||
libBullet3Common.so.3.17 bullet-3.17_1
|
||||
libBulletDynamics.so.3.25 bullet-3.25_1
|
||||
libBulletCollision.so.3.25 bullet-3.25_1
|
||||
libLinearMath.so.3.25 bullet-3.25_1
|
||||
libBulletSoftBody.so.3.25 bullet-3.25_1
|
||||
libBullet3Common.so.3.25 bullet-3.25_1
|
||||
libinotifytools.so.0 libinotify-tools-3.14_2
|
||||
libfswatch.so.13 libfswatch-1.17.1_1
|
||||
libopensc.so.11 libopensc-0.25.1_1
|
||||
|
@ -1,28 +0,0 @@
|
||||
--- a/examples/ThirdPartyLibs/Gwen/Gwen.cpp 2015-08-05 11:31:24.936137203 +0200
|
||||
+++ b/examples/ThirdPartyLibs/Gwen/Gwen.cpp 2015-08-05 11:31:33.447238474 +0200
|
||||
@@ -5,6 +5,7 @@
|
||||
*/
|
||||
|
||||
|
||||
+#include <stdio.h>
|
||||
#include "Gwen/Gwen.h"
|
||||
|
||||
|
||||
--- a/examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp 2015-08-05 11:34:15.185162987 +0200
|
||||
+++ b/examples/ExampleBrowser/GwenGUISupport/GwenParameterInterface.cpp 2015-08-05 11:34:24.896278540 +0200
|
||||
@@ -1,3 +1,4 @@
|
||||
+#include <stdio.h>
|
||||
#include "GwenParameterInterface.h"
|
||||
#include "gwenInternalData.h"
|
||||
|
||||
--- a/Extras/VHACD/inc/vhacdMutex.h 2021-05-07 20:04:02.000000000 +0200
|
||||
+++ b/Extras/VHACD/inc/vhacdMutex.h 2021-05-07 20:04:02.000000000 +0200
|
||||
@@ -69,7 +69,7 @@
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
-#if defined(__APPLE__)
|
||||
+#if defined(__APPLE__) || !defined(__GLIBC__)
|
||||
#define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE
|
||||
#endif
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Template file for 'bullet'
|
||||
pkgname=bullet
|
||||
version=3.17
|
||||
version=3.25
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_SHARED_LIBS=1 -DBUILD_BULLET2_DEMOS=1 -DBUILD_CPU_DEMOS=0
|
||||
@ -12,7 +12,7 @@ maintainer="John <me@johnnynator.dev>"
|
||||
license="Zlib"
|
||||
homepage="http://www.bulletphysics.com/Bullet/"
|
||||
distfiles="https://github.com/bulletphysics/bullet3/archive/${version}.tar.gz"
|
||||
checksum=baa642c906576d4d98d041d0acb80d85dd6eff6e3c16a009b1abf1ccd2bc0a61
|
||||
checksum=c45afb6399e3f68036ddb641c6bf6f552bf332d5ab6be62f7e6c54eda05ceb77
|
||||
shlib_provides="libOpenGLWindow.so libgwen.so"
|
||||
|
||||
post_install() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user