diff --git a/common/shlibs b/common/shlibs index 59209baf51f..2ad4ebd319e 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1612,10 +1612,10 @@ 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.2.86 bullet-2.86.1_1 -libBulletCollision.so.2.86 bullet-2.86.1_1 -libLinearMath.so.2.86 bullet-2.86.1_1 -libBulletSoftBody.so.2.86 bullet-2.86.1_1 +libBulletDynamics.so.2.87 bullet-2.87_1 +libBulletCollision.so.2.87 bullet-2.87_1 +libLinearMath.so.2.87 bullet-2.87_1 +libBulletSoftBody.so.2.87 bullet-2.87_1 libinotifytools.so.0 libinotify-tools-3.14_2 libopensc.so.5 libopensc-0.17.0_1 libsmm-local.so.5 libopensc-0.17.0_1 diff --git a/srcpkgs/bullet/patches/fix-cross.patch b/srcpkgs/bullet/patches/fix-cross.patch new file mode 100644 index 00000000000..cf85652006c --- /dev/null +++ b/srcpkgs/bullet/patches/fix-cross.patch @@ -0,0 +1,14 @@ +--- CMakeLists.txt ++++ CMakeLists.txt +@@ -312,9 +312,9 @@ IF(EXACT_PYTHON_VERSION) + set(EXACT_PYTHON_VERSION_FLAG EXACT REQUIRED) + ENDIF(EXACT_PYTHON_VERSION) + # first find the python interpreter +-FIND_PACKAGE(PythonInterp ${PYTHON_VERSION_PYBULLET} ${EXACT_PYTHON_VERSION_FLAG}) ++# FIND_PACKAGE(PythonInterp ${PYTHON_VERSION_PYBULLET} ${EXACT_PYTHON_VERSION_FLAG}) + # python library should exactly match that of the interpreter +-FIND_PACKAGE(PythonLibs ${PYTHON_VERSION_STRING} EXACT) ++# FIND_PACKAGE(PythonLibs ${PYTHON_VERSION_STRING} EXACT) + SET(DEFAULT_BUILD_PYBULLET OFF) + IF(PYTHONLIBS_FOUND) + SET(DEFAULT_BUILD_PYBULLET ON) diff --git a/srcpkgs/bullet/template b/srcpkgs/bullet/template index b185d060bcc..5b7237d98d2 100644 --- a/srcpkgs/bullet/template +++ b/srcpkgs/bullet/template @@ -1,6 +1,6 @@ # Template file for 'bullet' pkgname=bullet -version=2.86.1 +version=2.87 revision=1 wrksrc="bullet3-${version}" build_style=cmake @@ -12,7 +12,7 @@ maintainer="Juan RP " license="zlib" homepage="http://www.bulletphysics.com/Bullet/" distfiles="https://github.com/bulletphysics/bullet3/archive/${version}.tar.gz" -checksum=c058b2e4321ba6adaa656976c1a138c07b18fc03b29f5b82880d5d8228fbf059 +checksum=438c151c48840fe3f902ec260d9496f8beb26dba4b17769a4a53212903935f95 post_install() { vlicense LICENSE.txt