Source: chipmunk
Version: 7.0.3-5
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
chipmunk as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for chipmunk
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru chipmunk-7.0.3/debian/changelog chipmunk-7.0.3/debian/changelog
--- chipmunk-7.0.3/debian/changelog     2023-02-16 13:54:09.000000000 +0000
+++ chipmunk-7.0.3/debian/changelog     2024-01-31 08:50:04.000000000 +0000
@@ -1,3 +1,10 @@
+chipmunk (7.0.3-5.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Wed, 31 Jan 2024 08:50:04 +0000
+
 chipmunk (7.0.3-5) unstable; urgency=medium
 
   * Build-depend on libgl-dev only, instead of libgl1-mesa-dev.
diff -Nru chipmunk-7.0.3/debian/control chipmunk-7.0.3/debian/control
--- chipmunk-7.0.3/debian/control       2023-02-16 13:48:26.000000000 +0000
+++ chipmunk-7.0.3/debian/control       2024-01-31 08:50:03.000000000 +0000
@@ -17,7 +17,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libchipmunk7 (= ${binary:Version}), ${misc:Depends}
+Depends: libchipmunk7t64 (= ${binary:Version}), ${misc:Depends}
 Breaks: chipmunk-dev (<< 7.0.3-1~)
 Replaces: chipmunk-dev (<< 7.0.3-1~)
 Description: Fast and lightweight 2D rigid body physics library (development 
files)
@@ -28,7 +28,10 @@
  .
  This package contains the development files.
 
-Package: libchipmunk7
+Package: libchipmunk7t64
+Provides: ${t64:Provides}
+Replaces: libchipmunk7
+Breaks: libchipmunk7 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff -Nru chipmunk-7.0.3/debian/libchipmunk7.install 
chipmunk-7.0.3/debian/libchipmunk7.install
--- chipmunk-7.0.3/debian/libchipmunk7.install  2020-04-18 18:50:12.000000000 
+0000
+++ chipmunk-7.0.3/debian/libchipmunk7.install  1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/libchipmunk.so.*
diff -Nru chipmunk-7.0.3/debian/libchipmunk7.symbols 
chipmunk-7.0.3/debian/libchipmunk7.symbols
--- chipmunk-7.0.3/debian/libchipmunk7.symbols  2020-04-19 19:14:29.000000000 
+0000
+++ chipmunk-7.0.3/debian/libchipmunk7.symbols  1970-01-01 00:00:00.000000000 
+0000
@@ -1,415 +0,0 @@
-libchipmunk.so.7 libchipmunk7 #MINVER#
-* Build-Depends-Package: libchipmunk-dev
- cpArbiterApplyCachedImpulse@Base 6.2.1
- cpArbiterApplyImpulse@Base 6.2.1
- cpArbiterCallWildcardBeginA@Base 7.0.3
- cpArbiterCallWildcardBeginB@Base 7.0.3
- cpArbiterCallWildcardPostSolveA@Base 7.0.3
- cpArbiterCallWildcardPostSolveB@Base 7.0.3
- cpArbiterCallWildcardPreSolveA@Base 7.0.3
- cpArbiterCallWildcardPreSolveB@Base 7.0.3
- cpArbiterCallWildcardSeparateA@Base 7.0.3
- cpArbiterCallWildcardSeparateB@Base 7.0.3
- cpArbiterGetBodies@Base 7.0.3
- cpArbiterGetContactPointSet@Base 6.2.1
- cpArbiterGetCount@Base 6.2.1
- cpArbiterGetDepth@Base 6.2.1
- cpArbiterGetFriction@Base 7.0.3
- cpArbiterGetNormal@Base 6.2.1
- cpArbiterGetPointA@Base 7.0.3
- cpArbiterGetPointB@Base 7.0.3
- cpArbiterGetRestitution@Base 7.0.3
- cpArbiterGetShapes@Base 7.0.3
- cpArbiterGetSurfaceVelocity@Base 6.2.1
- cpArbiterGetUserData@Base 7.0.3
- cpArbiterIgnore@Base 6.2.1
- cpArbiterInit@Base 6.2.1
- cpArbiterIsFirstContact@Base 6.2.1
- cpArbiterIsRemoval@Base 7.0.3
- cpArbiterPreStep@Base 6.2.1
- cpArbiterSetContactPointSet@Base 6.2.1
- cpArbiterSetFriction@Base 7.0.3
- cpArbiterSetRestitution@Base 7.0.3
- cpArbiterSetSurfaceVelocity@Base 6.2.1
- cpArbiterSetUserData@Base 7.0.3
- cpArbiterTotalImpulse@Base 6.2.1
- cpArbiterTotalKE@Base 6.2.1
- cpArbiterUnthread@Base 6.2.1
- cpArbiterUpdate@Base 6.2.1
- cpAreaForCircle@Base 6.2.1
- cpAreaForPoly@Base 6.2.1
- cpAreaForSegment@Base 6.2.1
- cpArrayContains@Base 6.2.1
- cpArrayDeleteObj@Base 6.2.1
- cpArrayFree@Base 6.2.1
- cpArrayFreeEach@Base 6.2.1
- cpArrayNew@Base 6.2.1
- cpArrayPop@Base 6.2.1
- cpArrayPush@Base 6.2.1
- cpBBTreeAlloc@Base 6.2.1
- cpBBTreeInit@Base 6.2.1
- cpBBTreeNew@Base 6.2.1
- cpBBTreeOptimize@Base 6.2.1
- cpBBTreeSetVelocityFunc@Base 6.2.1
- cpBodyAccumulateMassFromShapes@Base 7.0.3
- cpBodyActivate@Base 6.2.1
- cpBodyActivateStatic@Base 6.2.1
- cpBodyAddShape@Base 6.2.1
- cpBodyAlloc@Base 6.2.1
- cpBodyApplyForceAtLocalPoint@Base 7.0.3
- cpBodyApplyForceAtWorldPoint@Base 7.0.3
- cpBodyApplyImpulseAtLocalPoint@Base 7.0.3
- cpBodyApplyImpulseAtWorldPoint@Base 7.0.3
- cpBodyDestroy@Base 6.2.1
- cpBodyEachArbiter@Base 6.2.1
- cpBodyEachConstraint@Base 6.2.1
- cpBodyEachShape@Base 6.2.1
- cpBodyFree@Base 6.2.1
- cpBodyGetAngle@Base 7.0.3
- cpBodyGetAngularVelocity@Base 7.0.3
- cpBodyGetCenterOfGravity@Base 7.0.3
- cpBodyGetForce@Base 7.0.3
- cpBodyGetMass@Base 7.0.3
- cpBodyGetMoment@Base 7.0.3
- cpBodyGetPosition@Base 7.0.3
- cpBodyGetRotation@Base 7.0.3
- cpBodyGetSpace@Base 7.0.3
- cpBodyGetTorque@Base 7.0.3
- cpBodyGetType@Base 7.0.3
- cpBodyGetUserData@Base 7.0.3
- cpBodyGetVelocity@Base 7.0.3
- cpBodyGetVelocityAtLocalPoint@Base 7.0.3
- cpBodyGetVelocityAtWorldPoint@Base 7.0.3
- cpBodyInit@Base 6.2.1
- cpBodyIsSleeping@Base 7.0.3
- cpBodyKineticEnergy@Base 7.0.3
- cpBodyLocalToWorld@Base 7.0.3
- cpBodyNew@Base 6.2.1
- cpBodyNewKinematic@Base 7.0.3
- cpBodyNewStatic@Base 6.2.1
- cpBodyRemoveConstraint@Base 6.2.1
- cpBodyRemoveShape@Base 6.2.1
- cpBodySetAngle@Base 6.2.1
- cpBodySetAngularVelocity@Base 7.0.3
- cpBodySetCenterOfGravity@Base 7.0.3
- cpBodySetForce@Base 7.0.3
- cpBodySetMass@Base 6.2.1
- cpBodySetMoment@Base 6.2.1
- cpBodySetPosition@Base 7.0.3
- cpBodySetPositionUpdateFunc@Base 7.0.3
- cpBodySetTorque@Base 7.0.3
- cpBodySetType@Base 7.0.3
- cpBodySetUserData@Base 7.0.3
- cpBodySetVelocity@Base 7.0.3
- cpBodySetVelocityUpdateFunc@Base 7.0.3
- cpBodySleep@Base 6.2.1
- cpBodySleepWithGroup@Base 6.2.1
- cpBodyUpdatePosition@Base 6.2.1
- cpBodyUpdateVelocity@Base 6.2.1
- cpBodyWorldToLocal@Base 7.0.3
- cpBoxShapeInit2@Base 6.2.1
- cpBoxShapeInit@Base 6.2.1
- cpBoxShapeNew2@Base 6.2.1
- cpBoxShapeNew@Base 6.2.1
- cpCentroidForPoly@Base 6.2.1
- cpCheckAxis@Base 7.0.3
- cpCheckPointGreater@Base 7.0.3
- cpCircleShapeAlloc@Base 6.2.1
- cpCircleShapeGetOffset@Base 6.2.1
- cpCircleShapeGetRadius@Base 6.2.1
- cpCircleShapeInit@Base 6.2.1
- cpCircleShapeNew@Base 6.2.1
- cpCircleShapeSetOffset@Base 6.2.1
- cpCircleShapeSetRadius@Base 6.2.1
- cpCollide@Base 7.0.3
- cpCollisionHandlerDoNothing@Base 7.0.3
- cpConstraintDestroy@Base 6.2.1
- cpConstraintFree@Base 6.2.1
- cpConstraintGetBodyA@Base 7.0.3
- cpConstraintGetBodyB@Base 7.0.3
- cpConstraintGetCollideBodies@Base 7.0.3
- cpConstraintGetErrorBias@Base 7.0.3
- cpConstraintGetImpulse@Base 7.0.3
- cpConstraintGetMaxBias@Base 7.0.3
- cpConstraintGetMaxForce@Base 7.0.3
- cpConstraintGetPostSolveFunc@Base 7.0.3
- cpConstraintGetPreSolveFunc@Base 7.0.3
- cpConstraintGetSpace@Base 7.0.3
- cpConstraintGetUserData@Base 7.0.3
- cpConstraintInit@Base 6.2.1
- cpConstraintIsDampedRotarySpring@Base 7.0.3
- cpConstraintIsDampedSpring@Base 7.0.3
- cpConstraintIsGearJoint@Base 7.0.3
- cpConstraintIsGrooveJoint@Base 7.0.3
- cpConstraintIsPinJoint@Base 7.0.3
- cpConstraintIsPivotJoint@Base 7.0.3
- cpConstraintIsRatchetJoint@Base 7.0.3
- cpConstraintIsRotaryLimitJoint@Base 7.0.3
- cpConstraintIsSimpleMotor@Base 7.0.3
- cpConstraintIsSlideJoint@Base 7.0.3
- cpConstraintSetCollideBodies@Base 7.0.3
- cpConstraintSetErrorBias@Base 7.0.3
- cpConstraintSetMaxBias@Base 7.0.3
- cpConstraintSetMaxForce@Base 7.0.3
- cpConstraintSetPostSolveFunc@Base 7.0.3
- cpConstraintSetPreSolveFunc@Base 7.0.3
- cpConstraintSetUserData@Base 7.0.3
- cpContactBufferGetArray@Base 6.2.1
- cpConvexHull@Base 6.2.1
- cpDampedRotarySpringAlloc@Base 6.2.1
- cpDampedRotarySpringGetDamping@Base 7.0.3
- cpDampedRotarySpringGetRestAngle@Base 7.0.3
- cpDampedRotarySpringGetSpringTorqueFunc@Base 7.0.3
- cpDampedRotarySpringGetStiffness@Base 7.0.3
- cpDampedRotarySpringInit@Base 6.2.1
- cpDampedRotarySpringNew@Base 6.2.1
- cpDampedRotarySpringSetDamping@Base 7.0.3
- cpDampedRotarySpringSetRestAngle@Base 7.0.3
- cpDampedRotarySpringSetSpringTorqueFunc@Base 7.0.3
- cpDampedRotarySpringSetStiffness@Base 7.0.3
- cpDampedSpringAlloc@Base 6.2.1
- cpDampedSpringGetAnchorA@Base 7.0.3
- cpDampedSpringGetAnchorB@Base 7.0.3
- cpDampedSpringGetDamping@Base 7.0.3
- cpDampedSpringGetRestLength@Base 7.0.3
- cpDampedSpringGetSpringForceFunc@Base 7.0.3
- cpDampedSpringGetStiffness@Base 7.0.3
- cpDampedSpringInit@Base 6.2.1
- cpDampedSpringNew@Base 6.2.1
- cpDampedSpringSetAnchorA@Base 7.0.3
- cpDampedSpringSetAnchorB@Base 7.0.3
- cpDampedSpringSetDamping@Base 7.0.3
- cpDampedSpringSetRestLength@Base 7.0.3
- cpDampedSpringSetSpringForceFunc@Base 7.0.3
- cpDampedSpringSetStiffness@Base 7.0.3
- cpGearJointAlloc@Base 6.2.1
- cpGearJointGetPhase@Base 7.0.3
- cpGearJointGetRatio@Base 7.0.3
- cpGearJointInit@Base 6.2.1
- cpGearJointNew@Base 6.2.1
- cpGearJointSetPhase@Base 7.0.3
- cpGearJointSetRatio@Base 6.2.1
- cpGrooveJointAlloc@Base 6.2.1
- cpGrooveJointGetAnchorB@Base 7.0.3
- cpGrooveJointGetGrooveA@Base 7.0.3
- cpGrooveJointGetGrooveB@Base 7.0.3
- cpGrooveJointInit@Base 6.2.1
- cpGrooveJointNew@Base 6.2.1
- cpGrooveJointSetAnchorB@Base 7.0.3
- cpGrooveJointSetGrooveA@Base 6.2.1
- cpGrooveJointSetGrooveB@Base 6.2.1
- cpHashSetCount@Base 6.2.1
- cpHashSetEach@Base 6.2.1
- cpHashSetFilter@Base 6.2.1
- cpHashSetFind@Base 6.2.1
- cpHashSetFree@Base 6.2.1
- cpHashSetInsert@Base 6.2.1
- cpHashSetNew@Base 6.2.1
- cpHashSetRemove@Base 6.2.1
- cpHashSetSetDefaultValue@Base 6.2.1
- cpHastySpaceFree@Base 7.0.3
- cpHastySpaceGetThreads@Base 7.0.3
- cpHastySpaceNew@Base 7.0.3
- cpHastySpaceSetThreads@Base 7.0.3
- cpHastySpaceStep@Base 7.0.3
- cpLoopIndexes@Base 6.2.1
- cpMarchHard@Base 7.0.3
- cpMarchSoft@Base 7.0.3
- cpMessage@Base 6.2.1
- cpMomentForBox2@Base 6.2.1
- cpMomentForBox@Base 6.2.1
- cpMomentForCircle@Base 6.2.1
- cpMomentForPoly@Base 6.2.1
- cpMomentForSegment@Base 6.2.1
- cpPinJointAlloc@Base 6.2.1
- cpPinJointGetAnchorA@Base 7.0.3
- cpPinJointGetAnchorB@Base 7.0.3
- cpPinJointGetDist@Base 7.0.3
- cpPinJointInit@Base 6.2.1
- cpPinJointNew@Base 6.2.1
- cpPinJointSetAnchorA@Base 7.0.3
- cpPinJointSetAnchorB@Base 7.0.3
- cpPinJointSetDist@Base 7.0.3
- cpPivotJointAlloc@Base 6.2.1
- cpPivotJointGetAnchorA@Base 7.0.3
- cpPivotJointGetAnchorB@Base 7.0.3
- cpPivotJointInit@Base 6.2.1
- cpPivotJointNew2@Base 6.2.1
- cpPivotJointNew@Base 6.2.1
- cpPivotJointSetAnchorA@Base 7.0.3
- cpPivotJointSetAnchorB@Base 7.0.3
- cpPolyShapeAlloc@Base 6.2.1
- cpPolyShapeGetCount@Base 7.0.3
- cpPolyShapeGetRadius@Base 6.2.1
- cpPolyShapeGetVert@Base 6.2.1
- cpPolyShapeInit@Base 6.2.1
- cpPolyShapeInitRaw@Base 7.0.3
- cpPolyShapeNew@Base 6.2.1
- cpPolyShapeNewRaw@Base 7.0.3
- cpPolyShapeSetRadius@Base 6.2.1
- cpPolyShapeSetVerts@Base 6.2.1
- cpPolyShapeSetVertsRaw@Base 7.0.3
- cpPolylineConvexDecomposition@Base 7.0.3
- cpPolylineFree@Base 7.0.3
- cpPolylineIsClosed@Base 7.0.3
- cpPolylineSetAlloc@Base 7.0.3
- cpPolylineSetCollectSegment@Base 7.0.3
- cpPolylineSetDestroy@Base 7.0.3
- cpPolylineSetFree@Base 7.0.3
- cpPolylineSetInit@Base 7.0.3
- cpPolylineSetNew@Base 7.0.3
- cpPolylineSimplifyCurves@Base 7.0.3
- cpPolylineSimplifyVertexes@Base 7.0.3
- cpPolylineToConvexHull@Base 7.0.3
- cpRatchetJointAlloc@Base 6.2.1
- cpRatchetJointGetAngle@Base 7.0.3
- cpRatchetJointGetPhase@Base 7.0.3
- cpRatchetJointGetRatchet@Base 7.0.3
- cpRatchetJointInit@Base 6.2.1
- cpRatchetJointNew@Base 6.2.1
- cpRatchetJointSetAngle@Base 7.0.3
- cpRatchetJointSetPhase@Base 7.0.3
- cpRatchetJointSetRatchet@Base 7.0.3
- cpRotaryLimitJointAlloc@Base 6.2.1
- cpRotaryLimitJointGetMax@Base 7.0.3
- cpRotaryLimitJointGetMin@Base 7.0.3
- cpRotaryLimitJointInit@Base 6.2.1
- cpRotaryLimitJointNew@Base 6.2.1
- cpRotaryLimitJointSetMax@Base 7.0.3
- cpRotaryLimitJointSetMin@Base 7.0.3
- cpSegmentShapeAlloc@Base 6.2.1
- cpSegmentShapeGetA@Base 6.2.1
- cpSegmentShapeGetB@Base 6.2.1
- cpSegmentShapeGetNormal@Base 6.2.1
- cpSegmentShapeGetRadius@Base 6.2.1
- cpSegmentShapeInit@Base 6.2.1
- cpSegmentShapeNew@Base 6.2.1
- cpSegmentShapeSetEndpoints@Base 6.2.1
- cpSegmentShapeSetNeighbors@Base 6.2.1
- cpSegmentShapeSetRadius@Base 6.2.1
- cpShapeCacheBB@Base 6.2.1
- cpShapeDestroy@Base 6.2.1
- cpShapeFree@Base 6.2.1
- cpShapeGetArea@Base 7.0.3
- cpShapeGetBB@Base 7.0.3
- cpShapeGetBody@Base 7.0.3
- cpShapeGetCenterOfGravity@Base 7.0.3
- cpShapeGetCollisionType@Base 7.0.3
- cpShapeGetDensity@Base 7.0.3
- cpShapeGetElasticity@Base 7.0.3
- cpShapeGetFilter@Base 7.0.3
- cpShapeGetFriction@Base 7.0.3
- cpShapeGetMass@Base 7.0.3
- cpShapeGetMoment@Base 7.0.3
- cpShapeGetSensor@Base 7.0.3
- cpShapeGetSpace@Base 7.0.3
- cpShapeGetSurfaceVelocity@Base 7.0.3
- cpShapeGetUserData@Base 7.0.3
- cpShapeInit@Base 6.2.1
- cpShapePointQuery@Base 6.2.1
- cpShapeSegmentQuery@Base 6.2.1
- cpShapeSetBody@Base 6.2.1
- cpShapeSetCollisionType@Base 7.0.3
- cpShapeSetDensity@Base 7.0.3
- cpShapeSetElasticity@Base 7.0.3
- cpShapeSetFilter@Base 7.0.3
- cpShapeSetFriction@Base 7.0.3
- cpShapeSetMass@Base 7.0.3
- cpShapeSetSensor@Base 7.0.3
- cpShapeSetSurfaceVelocity@Base 7.0.3
- cpShapeSetUserData@Base 7.0.3
- cpShapeUpdate@Base 6.2.1
- cpShapeUpdateFunc@Base 6.2.1
- cpShapesCollide@Base 7.0.3
- cpSimpleMotorAlloc@Base 6.2.1
- cpSimpleMotorGetRate@Base 7.0.3
- cpSimpleMotorInit@Base 6.2.1
- cpSimpleMotorNew@Base 6.2.1
- cpSimpleMotorSetRate@Base 7.0.3
- cpSlideJointAlloc@Base 6.2.1
- cpSlideJointGetAnchorA@Base 7.0.3
- cpSlideJointGetAnchorB@Base 7.0.3
- cpSlideJointGetMax@Base 7.0.3
- cpSlideJointGetMin@Base 7.0.3
- cpSlideJointInit@Base 6.2.1
- cpSlideJointNew@Base 6.2.1
- cpSlideJointSetAnchorA@Base 7.0.3
- cpSlideJointSetAnchorB@Base 7.0.3
- cpSlideJointSetMax@Base 7.0.3
- cpSlideJointSetMin@Base 7.0.3
- cpSpaceActivateBody@Base 6.2.1
- cpSpaceAddBody@Base 6.2.1
- cpSpaceAddCollisionHandler@Base 6.2.1
- cpSpaceAddConstraint@Base 6.2.1
- cpSpaceAddDefaultCollisionHandler@Base 7.0.3
- cpSpaceAddPostStepCallback@Base 6.2.1
- cpSpaceAddShape@Base 6.2.1
- cpSpaceAddWildcardHandler@Base 7.0.3
- cpSpaceAlloc@Base 6.2.1
- cpSpaceArbiterSetFilter@Base 6.2.1
- cpSpaceBBQuery@Base 6.2.1
- cpSpaceCollideShapes@Base 6.2.1
- cpSpaceContainsBody@Base 6.2.1
- cpSpaceContainsConstraint@Base 6.2.1
- cpSpaceContainsShape@Base 6.2.1
- cpSpaceDebugDraw@Base 7.0.3
- cpSpaceDestroy@Base 6.2.1
- cpSpaceEachBody@Base 6.2.1
- cpSpaceEachConstraint@Base 6.2.1
- cpSpaceEachShape@Base 6.2.1
- cpSpaceFilterArbiters@Base 6.2.1
- cpSpaceFree@Base 6.2.1
- cpSpaceGetCollisionBias@Base 7.0.3
- cpSpaceGetCollisionPersistence@Base 7.0.3
- cpSpaceGetCollisionSlop@Base 7.0.3
- cpSpaceGetCurrentTimeStep@Base 7.0.3
- cpSpaceGetDamping@Base 7.0.3
- cpSpaceGetGravity@Base 7.0.3
- cpSpaceGetIdleSpeedThreshold@Base 7.0.3
- cpSpaceGetIterations@Base 7.0.3
- cpSpaceGetPostStepCallback@Base 6.2.1
- cpSpaceGetSleepTimeThreshold@Base 7.0.3
- cpSpaceGetStaticBody@Base 7.0.3
- cpSpaceGetUserData@Base 7.0.3
- cpSpaceHashAlloc@Base 6.2.1
- cpSpaceHashInit@Base 6.2.1
- cpSpaceHashNew@Base 6.2.1
- cpSpaceHashResize@Base 6.2.1
- cpSpaceInit@Base 6.2.1
- cpSpaceIsLocked@Base 7.0.3
- cpSpaceLock@Base 6.2.1
- cpSpaceNew@Base 6.2.1
- cpSpacePointQuery@Base 6.2.1
- cpSpacePointQueryNearest@Base 7.0.3
- cpSpaceProcessComponents@Base 6.2.1
- cpSpacePushContacts@Base 6.2.1
- cpSpacePushFreshContactBuffer@Base 6.2.1
- cpSpaceReindexShape@Base 6.2.1
- cpSpaceReindexShapesForBody@Base 6.2.1
- cpSpaceReindexStatic@Base 6.2.1
- cpSpaceRemoveBody@Base 6.2.1
- cpSpaceRemoveConstraint@Base 6.2.1
- cpSpaceRemoveShape@Base 6.2.1
- cpSpaceSegmentQuery@Base 6.2.1
- cpSpaceSegmentQueryFirst@Base 6.2.1
- cpSpaceSetCollisionBias@Base 7.0.3
- cpSpaceSetCollisionPersistence@Base 7.0.3
- cpSpaceSetCollisionSlop@Base 7.0.3
- cpSpaceSetDamping@Base 7.0.3
- cpSpaceSetGravity@Base 7.0.3
- cpSpaceSetIdleSpeedThreshold@Base 7.0.3
- cpSpaceSetIterations@Base 7.0.3
- cpSpaceSetSleepTimeThreshold@Base 7.0.3
- cpSpaceSetStaticBody@Base 7.0.3
- cpSpaceSetUserData@Base 7.0.3
- cpSpaceShapeQuery@Base 6.2.1
- cpSpaceStep@Base 6.2.1
- cpSpaceUnlock@Base 6.2.1
- cpSpaceUseSpatialHash@Base 6.2.1
- cpSpatialIndexCollideStatic@Base 6.2.1
- cpSpatialIndexFree@Base 6.2.1
- cpSpatialIndexInit@Base 6.2.1
- cpSweep1DAlloc@Base 6.2.1
- cpSweep1DInit@Base 6.2.1
- cpSweep1DNew@Base 6.2.1
- cpVersionString@Base 6.2.1
diff -Nru chipmunk-7.0.3/debian/libchipmunk7t64.install 
chipmunk-7.0.3/debian/libchipmunk7t64.install
--- chipmunk-7.0.3/debian/libchipmunk7t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ chipmunk-7.0.3/debian/libchipmunk7t64.install       2020-04-18 
18:50:12.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libchipmunk.so.*
diff -Nru chipmunk-7.0.3/debian/libchipmunk7t64.lintian-overrides 
chipmunk-7.0.3/debian/libchipmunk7t64.lintian-overrides
--- chipmunk-7.0.3/debian/libchipmunk7t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ chipmunk-7.0.3/debian/libchipmunk7t64.lintian-overrides     2024-01-31 
08:50:03.000000000 +0000
@@ -0,0 +1 @@
+libchipmunk7t64: package-name-doesnt-match-sonames libchipmunk7
diff -Nru chipmunk-7.0.3/debian/libchipmunk7t64.symbols 
chipmunk-7.0.3/debian/libchipmunk7t64.symbols
--- chipmunk-7.0.3/debian/libchipmunk7t64.symbols       1970-01-01 
00:00:00.000000000 +0000
+++ chipmunk-7.0.3/debian/libchipmunk7t64.symbols       2024-01-31 
08:50:03.000000000 +0000
@@ -0,0 +1,415 @@
+libchipmunk.so.7 libchipmunk7t64 #MINVER#
+* Build-Depends-Package: libchipmunk-dev
+ cpArbiterApplyCachedImpulse@Base 6.2.1
+ cpArbiterApplyImpulse@Base 6.2.1
+ cpArbiterCallWildcardBeginA@Base 7.0.3
+ cpArbiterCallWildcardBeginB@Base 7.0.3
+ cpArbiterCallWildcardPostSolveA@Base 7.0.3
+ cpArbiterCallWildcardPostSolveB@Base 7.0.3
+ cpArbiterCallWildcardPreSolveA@Base 7.0.3
+ cpArbiterCallWildcardPreSolveB@Base 7.0.3
+ cpArbiterCallWildcardSeparateA@Base 7.0.3
+ cpArbiterCallWildcardSeparateB@Base 7.0.3
+ cpArbiterGetBodies@Base 7.0.3
+ cpArbiterGetContactPointSet@Base 6.2.1
+ cpArbiterGetCount@Base 6.2.1
+ cpArbiterGetDepth@Base 6.2.1
+ cpArbiterGetFriction@Base 7.0.3
+ cpArbiterGetNormal@Base 6.2.1
+ cpArbiterGetPointA@Base 7.0.3
+ cpArbiterGetPointB@Base 7.0.3
+ cpArbiterGetRestitution@Base 7.0.3
+ cpArbiterGetShapes@Base 7.0.3
+ cpArbiterGetSurfaceVelocity@Base 6.2.1
+ cpArbiterGetUserData@Base 7.0.3
+ cpArbiterIgnore@Base 6.2.1
+ cpArbiterInit@Base 6.2.1
+ cpArbiterIsFirstContact@Base 6.2.1
+ cpArbiterIsRemoval@Base 7.0.3
+ cpArbiterPreStep@Base 6.2.1
+ cpArbiterSetContactPointSet@Base 6.2.1
+ cpArbiterSetFriction@Base 7.0.3
+ cpArbiterSetRestitution@Base 7.0.3
+ cpArbiterSetSurfaceVelocity@Base 6.2.1
+ cpArbiterSetUserData@Base 7.0.3
+ cpArbiterTotalImpulse@Base 6.2.1
+ cpArbiterTotalKE@Base 6.2.1
+ cpArbiterUnthread@Base 6.2.1
+ cpArbiterUpdate@Base 6.2.1
+ cpAreaForCircle@Base 6.2.1
+ cpAreaForPoly@Base 6.2.1
+ cpAreaForSegment@Base 6.2.1
+ cpArrayContains@Base 6.2.1
+ cpArrayDeleteObj@Base 6.2.1
+ cpArrayFree@Base 6.2.1
+ cpArrayFreeEach@Base 6.2.1
+ cpArrayNew@Base 6.2.1
+ cpArrayPop@Base 6.2.1
+ cpArrayPush@Base 6.2.1
+ cpBBTreeAlloc@Base 6.2.1
+ cpBBTreeInit@Base 6.2.1
+ cpBBTreeNew@Base 6.2.1
+ cpBBTreeOptimize@Base 6.2.1
+ cpBBTreeSetVelocityFunc@Base 6.2.1
+ cpBodyAccumulateMassFromShapes@Base 7.0.3
+ cpBodyActivate@Base 6.2.1
+ cpBodyActivateStatic@Base 6.2.1
+ cpBodyAddShape@Base 6.2.1
+ cpBodyAlloc@Base 6.2.1
+ cpBodyApplyForceAtLocalPoint@Base 7.0.3
+ cpBodyApplyForceAtWorldPoint@Base 7.0.3
+ cpBodyApplyImpulseAtLocalPoint@Base 7.0.3
+ cpBodyApplyImpulseAtWorldPoint@Base 7.0.3
+ cpBodyDestroy@Base 6.2.1
+ cpBodyEachArbiter@Base 6.2.1
+ cpBodyEachConstraint@Base 6.2.1
+ cpBodyEachShape@Base 6.2.1
+ cpBodyFree@Base 6.2.1
+ cpBodyGetAngle@Base 7.0.3
+ cpBodyGetAngularVelocity@Base 7.0.3
+ cpBodyGetCenterOfGravity@Base 7.0.3
+ cpBodyGetForce@Base 7.0.3
+ cpBodyGetMass@Base 7.0.3
+ cpBodyGetMoment@Base 7.0.3
+ cpBodyGetPosition@Base 7.0.3
+ cpBodyGetRotation@Base 7.0.3
+ cpBodyGetSpace@Base 7.0.3
+ cpBodyGetTorque@Base 7.0.3
+ cpBodyGetType@Base 7.0.3
+ cpBodyGetUserData@Base 7.0.3
+ cpBodyGetVelocity@Base 7.0.3
+ cpBodyGetVelocityAtLocalPoint@Base 7.0.3
+ cpBodyGetVelocityAtWorldPoint@Base 7.0.3
+ cpBodyInit@Base 6.2.1
+ cpBodyIsSleeping@Base 7.0.3
+ cpBodyKineticEnergy@Base 7.0.3
+ cpBodyLocalToWorld@Base 7.0.3
+ cpBodyNew@Base 6.2.1
+ cpBodyNewKinematic@Base 7.0.3
+ cpBodyNewStatic@Base 6.2.1
+ cpBodyRemoveConstraint@Base 6.2.1
+ cpBodyRemoveShape@Base 6.2.1
+ cpBodySetAngle@Base 6.2.1
+ cpBodySetAngularVelocity@Base 7.0.3
+ cpBodySetCenterOfGravity@Base 7.0.3
+ cpBodySetForce@Base 7.0.3
+ cpBodySetMass@Base 6.2.1
+ cpBodySetMoment@Base 6.2.1
+ cpBodySetPosition@Base 7.0.3
+ cpBodySetPositionUpdateFunc@Base 7.0.3
+ cpBodySetTorque@Base 7.0.3
+ cpBodySetType@Base 7.0.3
+ cpBodySetUserData@Base 7.0.3
+ cpBodySetVelocity@Base 7.0.3
+ cpBodySetVelocityUpdateFunc@Base 7.0.3
+ cpBodySleep@Base 6.2.1
+ cpBodySleepWithGroup@Base 6.2.1
+ cpBodyUpdatePosition@Base 6.2.1
+ cpBodyUpdateVelocity@Base 6.2.1
+ cpBodyWorldToLocal@Base 7.0.3
+ cpBoxShapeInit2@Base 6.2.1
+ cpBoxShapeInit@Base 6.2.1
+ cpBoxShapeNew2@Base 6.2.1
+ cpBoxShapeNew@Base 6.2.1
+ cpCentroidForPoly@Base 6.2.1
+ cpCheckAxis@Base 7.0.3
+ cpCheckPointGreater@Base 7.0.3
+ cpCircleShapeAlloc@Base 6.2.1
+ cpCircleShapeGetOffset@Base 6.2.1
+ cpCircleShapeGetRadius@Base 6.2.1
+ cpCircleShapeInit@Base 6.2.1
+ cpCircleShapeNew@Base 6.2.1
+ cpCircleShapeSetOffset@Base 6.2.1
+ cpCircleShapeSetRadius@Base 6.2.1
+ cpCollide@Base 7.0.3
+ cpCollisionHandlerDoNothing@Base 7.0.3
+ cpConstraintDestroy@Base 6.2.1
+ cpConstraintFree@Base 6.2.1
+ cpConstraintGetBodyA@Base 7.0.3
+ cpConstraintGetBodyB@Base 7.0.3
+ cpConstraintGetCollideBodies@Base 7.0.3
+ cpConstraintGetErrorBias@Base 7.0.3
+ cpConstraintGetImpulse@Base 7.0.3
+ cpConstraintGetMaxBias@Base 7.0.3
+ cpConstraintGetMaxForce@Base 7.0.3
+ cpConstraintGetPostSolveFunc@Base 7.0.3
+ cpConstraintGetPreSolveFunc@Base 7.0.3
+ cpConstraintGetSpace@Base 7.0.3
+ cpConstraintGetUserData@Base 7.0.3
+ cpConstraintInit@Base 6.2.1
+ cpConstraintIsDampedRotarySpring@Base 7.0.3
+ cpConstraintIsDampedSpring@Base 7.0.3
+ cpConstraintIsGearJoint@Base 7.0.3
+ cpConstraintIsGrooveJoint@Base 7.0.3
+ cpConstraintIsPinJoint@Base 7.0.3
+ cpConstraintIsPivotJoint@Base 7.0.3
+ cpConstraintIsRatchetJoint@Base 7.0.3
+ cpConstraintIsRotaryLimitJoint@Base 7.0.3
+ cpConstraintIsSimpleMotor@Base 7.0.3
+ cpConstraintIsSlideJoint@Base 7.0.3
+ cpConstraintSetCollideBodies@Base 7.0.3
+ cpConstraintSetErrorBias@Base 7.0.3
+ cpConstraintSetMaxBias@Base 7.0.3
+ cpConstraintSetMaxForce@Base 7.0.3
+ cpConstraintSetPostSolveFunc@Base 7.0.3
+ cpConstraintSetPreSolveFunc@Base 7.0.3
+ cpConstraintSetUserData@Base 7.0.3
+ cpContactBufferGetArray@Base 6.2.1
+ cpConvexHull@Base 6.2.1
+ cpDampedRotarySpringAlloc@Base 6.2.1
+ cpDampedRotarySpringGetDamping@Base 7.0.3
+ cpDampedRotarySpringGetRestAngle@Base 7.0.3
+ cpDampedRotarySpringGetSpringTorqueFunc@Base 7.0.3
+ cpDampedRotarySpringGetStiffness@Base 7.0.3
+ cpDampedRotarySpringInit@Base 6.2.1
+ cpDampedRotarySpringNew@Base 6.2.1
+ cpDampedRotarySpringSetDamping@Base 7.0.3
+ cpDampedRotarySpringSetRestAngle@Base 7.0.3
+ cpDampedRotarySpringSetSpringTorqueFunc@Base 7.0.3
+ cpDampedRotarySpringSetStiffness@Base 7.0.3
+ cpDampedSpringAlloc@Base 6.2.1
+ cpDampedSpringGetAnchorA@Base 7.0.3
+ cpDampedSpringGetAnchorB@Base 7.0.3
+ cpDampedSpringGetDamping@Base 7.0.3
+ cpDampedSpringGetRestLength@Base 7.0.3
+ cpDampedSpringGetSpringForceFunc@Base 7.0.3
+ cpDampedSpringGetStiffness@Base 7.0.3
+ cpDampedSpringInit@Base 6.2.1
+ cpDampedSpringNew@Base 6.2.1
+ cpDampedSpringSetAnchorA@Base 7.0.3
+ cpDampedSpringSetAnchorB@Base 7.0.3
+ cpDampedSpringSetDamping@Base 7.0.3
+ cpDampedSpringSetRestLength@Base 7.0.3
+ cpDampedSpringSetSpringForceFunc@Base 7.0.3
+ cpDampedSpringSetStiffness@Base 7.0.3
+ cpGearJointAlloc@Base 6.2.1
+ cpGearJointGetPhase@Base 7.0.3
+ cpGearJointGetRatio@Base 7.0.3
+ cpGearJointInit@Base 6.2.1
+ cpGearJointNew@Base 6.2.1
+ cpGearJointSetPhase@Base 7.0.3
+ cpGearJointSetRatio@Base 6.2.1
+ cpGrooveJointAlloc@Base 6.2.1
+ cpGrooveJointGetAnchorB@Base 7.0.3
+ cpGrooveJointGetGrooveA@Base 7.0.3
+ cpGrooveJointGetGrooveB@Base 7.0.3
+ cpGrooveJointInit@Base 6.2.1
+ cpGrooveJointNew@Base 6.2.1
+ cpGrooveJointSetAnchorB@Base 7.0.3
+ cpGrooveJointSetGrooveA@Base 6.2.1
+ cpGrooveJointSetGrooveB@Base 6.2.1
+ cpHashSetCount@Base 6.2.1
+ cpHashSetEach@Base 6.2.1
+ cpHashSetFilter@Base 6.2.1
+ cpHashSetFind@Base 6.2.1
+ cpHashSetFree@Base 6.2.1
+ cpHashSetInsert@Base 6.2.1
+ cpHashSetNew@Base 6.2.1
+ cpHashSetRemove@Base 6.2.1
+ cpHashSetSetDefaultValue@Base 6.2.1
+ cpHastySpaceFree@Base 7.0.3
+ cpHastySpaceGetThreads@Base 7.0.3
+ cpHastySpaceNew@Base 7.0.3
+ cpHastySpaceSetThreads@Base 7.0.3
+ cpHastySpaceStep@Base 7.0.3
+ cpLoopIndexes@Base 6.2.1
+ cpMarchHard@Base 7.0.3
+ cpMarchSoft@Base 7.0.3
+ cpMessage@Base 6.2.1
+ cpMomentForBox2@Base 6.2.1
+ cpMomentForBox@Base 6.2.1
+ cpMomentForCircle@Base 6.2.1
+ cpMomentForPoly@Base 6.2.1
+ cpMomentForSegment@Base 6.2.1
+ cpPinJointAlloc@Base 6.2.1
+ cpPinJointGetAnchorA@Base 7.0.3
+ cpPinJointGetAnchorB@Base 7.0.3
+ cpPinJointGetDist@Base 7.0.3
+ cpPinJointInit@Base 6.2.1
+ cpPinJointNew@Base 6.2.1
+ cpPinJointSetAnchorA@Base 7.0.3
+ cpPinJointSetAnchorB@Base 7.0.3
+ cpPinJointSetDist@Base 7.0.3
+ cpPivotJointAlloc@Base 6.2.1
+ cpPivotJointGetAnchorA@Base 7.0.3
+ cpPivotJointGetAnchorB@Base 7.0.3
+ cpPivotJointInit@Base 6.2.1
+ cpPivotJointNew2@Base 6.2.1
+ cpPivotJointNew@Base 6.2.1
+ cpPivotJointSetAnchorA@Base 7.0.3
+ cpPivotJointSetAnchorB@Base 7.0.3
+ cpPolyShapeAlloc@Base 6.2.1
+ cpPolyShapeGetCount@Base 7.0.3
+ cpPolyShapeGetRadius@Base 6.2.1
+ cpPolyShapeGetVert@Base 6.2.1
+ cpPolyShapeInit@Base 6.2.1
+ cpPolyShapeInitRaw@Base 7.0.3
+ cpPolyShapeNew@Base 6.2.1
+ cpPolyShapeNewRaw@Base 7.0.3
+ cpPolyShapeSetRadius@Base 6.2.1
+ cpPolyShapeSetVerts@Base 6.2.1
+ cpPolyShapeSetVertsRaw@Base 7.0.3
+ cpPolylineConvexDecomposition@Base 7.0.3
+ cpPolylineFree@Base 7.0.3
+ cpPolylineIsClosed@Base 7.0.3
+ cpPolylineSetAlloc@Base 7.0.3
+ cpPolylineSetCollectSegment@Base 7.0.3
+ cpPolylineSetDestroy@Base 7.0.3
+ cpPolylineSetFree@Base 7.0.3
+ cpPolylineSetInit@Base 7.0.3
+ cpPolylineSetNew@Base 7.0.3
+ cpPolylineSimplifyCurves@Base 7.0.3
+ cpPolylineSimplifyVertexes@Base 7.0.3
+ cpPolylineToConvexHull@Base 7.0.3
+ cpRatchetJointAlloc@Base 6.2.1
+ cpRatchetJointGetAngle@Base 7.0.3
+ cpRatchetJointGetPhase@Base 7.0.3
+ cpRatchetJointGetRatchet@Base 7.0.3
+ cpRatchetJointInit@Base 6.2.1
+ cpRatchetJointNew@Base 6.2.1
+ cpRatchetJointSetAngle@Base 7.0.3
+ cpRatchetJointSetPhase@Base 7.0.3
+ cpRatchetJointSetRatchet@Base 7.0.3
+ cpRotaryLimitJointAlloc@Base 6.2.1
+ cpRotaryLimitJointGetMax@Base 7.0.3
+ cpRotaryLimitJointGetMin@Base 7.0.3
+ cpRotaryLimitJointInit@Base 6.2.1
+ cpRotaryLimitJointNew@Base 6.2.1
+ cpRotaryLimitJointSetMax@Base 7.0.3
+ cpRotaryLimitJointSetMin@Base 7.0.3
+ cpSegmentShapeAlloc@Base 6.2.1
+ cpSegmentShapeGetA@Base 6.2.1
+ cpSegmentShapeGetB@Base 6.2.1
+ cpSegmentShapeGetNormal@Base 6.2.1
+ cpSegmentShapeGetRadius@Base 6.2.1
+ cpSegmentShapeInit@Base 6.2.1
+ cpSegmentShapeNew@Base 6.2.1
+ cpSegmentShapeSetEndpoints@Base 6.2.1
+ cpSegmentShapeSetNeighbors@Base 6.2.1
+ cpSegmentShapeSetRadius@Base 6.2.1
+ cpShapeCacheBB@Base 6.2.1
+ cpShapeDestroy@Base 6.2.1
+ cpShapeFree@Base 6.2.1
+ cpShapeGetArea@Base 7.0.3
+ cpShapeGetBB@Base 7.0.3
+ cpShapeGetBody@Base 7.0.3
+ cpShapeGetCenterOfGravity@Base 7.0.3
+ cpShapeGetCollisionType@Base 7.0.3
+ cpShapeGetDensity@Base 7.0.3
+ cpShapeGetElasticity@Base 7.0.3
+ cpShapeGetFilter@Base 7.0.3
+ cpShapeGetFriction@Base 7.0.3
+ cpShapeGetMass@Base 7.0.3
+ cpShapeGetMoment@Base 7.0.3
+ cpShapeGetSensor@Base 7.0.3
+ cpShapeGetSpace@Base 7.0.3
+ cpShapeGetSurfaceVelocity@Base 7.0.3
+ cpShapeGetUserData@Base 7.0.3
+ cpShapeInit@Base 6.2.1
+ cpShapePointQuery@Base 6.2.1
+ cpShapeSegmentQuery@Base 6.2.1
+ cpShapeSetBody@Base 6.2.1
+ cpShapeSetCollisionType@Base 7.0.3
+ cpShapeSetDensity@Base 7.0.3
+ cpShapeSetElasticity@Base 7.0.3
+ cpShapeSetFilter@Base 7.0.3
+ cpShapeSetFriction@Base 7.0.3
+ cpShapeSetMass@Base 7.0.3
+ cpShapeSetSensor@Base 7.0.3
+ cpShapeSetSurfaceVelocity@Base 7.0.3
+ cpShapeSetUserData@Base 7.0.3
+ cpShapeUpdate@Base 6.2.1
+ cpShapeUpdateFunc@Base 6.2.1
+ cpShapesCollide@Base 7.0.3
+ cpSimpleMotorAlloc@Base 6.2.1
+ cpSimpleMotorGetRate@Base 7.0.3
+ cpSimpleMotorInit@Base 6.2.1
+ cpSimpleMotorNew@Base 6.2.1
+ cpSimpleMotorSetRate@Base 7.0.3
+ cpSlideJointAlloc@Base 6.2.1
+ cpSlideJointGetAnchorA@Base 7.0.3
+ cpSlideJointGetAnchorB@Base 7.0.3
+ cpSlideJointGetMax@Base 7.0.3
+ cpSlideJointGetMin@Base 7.0.3
+ cpSlideJointInit@Base 6.2.1
+ cpSlideJointNew@Base 6.2.1
+ cpSlideJointSetAnchorA@Base 7.0.3
+ cpSlideJointSetAnchorB@Base 7.0.3
+ cpSlideJointSetMax@Base 7.0.3
+ cpSlideJointSetMin@Base 7.0.3
+ cpSpaceActivateBody@Base 6.2.1
+ cpSpaceAddBody@Base 6.2.1
+ cpSpaceAddCollisionHandler@Base 6.2.1
+ cpSpaceAddConstraint@Base 6.2.1
+ cpSpaceAddDefaultCollisionHandler@Base 7.0.3
+ cpSpaceAddPostStepCallback@Base 6.2.1
+ cpSpaceAddShape@Base 6.2.1
+ cpSpaceAddWildcardHandler@Base 7.0.3
+ cpSpaceAlloc@Base 6.2.1
+ cpSpaceArbiterSetFilter@Base 6.2.1
+ cpSpaceBBQuery@Base 6.2.1
+ cpSpaceCollideShapes@Base 6.2.1
+ cpSpaceContainsBody@Base 6.2.1
+ cpSpaceContainsConstraint@Base 6.2.1
+ cpSpaceContainsShape@Base 6.2.1
+ cpSpaceDebugDraw@Base 7.0.3
+ cpSpaceDestroy@Base 6.2.1
+ cpSpaceEachBody@Base 6.2.1
+ cpSpaceEachConstraint@Base 6.2.1
+ cpSpaceEachShape@Base 6.2.1
+ cpSpaceFilterArbiters@Base 6.2.1
+ cpSpaceFree@Base 6.2.1
+ cpSpaceGetCollisionBias@Base 7.0.3
+ cpSpaceGetCollisionPersistence@Base 7.0.3
+ cpSpaceGetCollisionSlop@Base 7.0.3
+ cpSpaceGetCurrentTimeStep@Base 7.0.3
+ cpSpaceGetDamping@Base 7.0.3
+ cpSpaceGetGravity@Base 7.0.3
+ cpSpaceGetIdleSpeedThreshold@Base 7.0.3
+ cpSpaceGetIterations@Base 7.0.3
+ cpSpaceGetPostStepCallback@Base 6.2.1
+ cpSpaceGetSleepTimeThreshold@Base 7.0.3
+ cpSpaceGetStaticBody@Base 7.0.3
+ cpSpaceGetUserData@Base 7.0.3
+ cpSpaceHashAlloc@Base 6.2.1
+ cpSpaceHashInit@Base 6.2.1
+ cpSpaceHashNew@Base 6.2.1
+ cpSpaceHashResize@Base 6.2.1
+ cpSpaceInit@Base 6.2.1
+ cpSpaceIsLocked@Base 7.0.3
+ cpSpaceLock@Base 6.2.1
+ cpSpaceNew@Base 6.2.1
+ cpSpacePointQuery@Base 6.2.1
+ cpSpacePointQueryNearest@Base 7.0.3
+ cpSpaceProcessComponents@Base 6.2.1
+ cpSpacePushContacts@Base 6.2.1
+ cpSpacePushFreshContactBuffer@Base 6.2.1
+ cpSpaceReindexShape@Base 6.2.1
+ cpSpaceReindexShapesForBody@Base 6.2.1
+ cpSpaceReindexStatic@Base 6.2.1
+ cpSpaceRemoveBody@Base 6.2.1
+ cpSpaceRemoveConstraint@Base 6.2.1
+ cpSpaceRemoveShape@Base 6.2.1
+ cpSpaceSegmentQuery@Base 6.2.1
+ cpSpaceSegmentQueryFirst@Base 6.2.1
+ cpSpaceSetCollisionBias@Base 7.0.3
+ cpSpaceSetCollisionPersistence@Base 7.0.3
+ cpSpaceSetCollisionSlop@Base 7.0.3
+ cpSpaceSetDamping@Base 7.0.3
+ cpSpaceSetGravity@Base 7.0.3
+ cpSpaceSetIdleSpeedThreshold@Base 7.0.3
+ cpSpaceSetIterations@Base 7.0.3
+ cpSpaceSetSleepTimeThreshold@Base 7.0.3
+ cpSpaceSetStaticBody@Base 7.0.3
+ cpSpaceSetUserData@Base 7.0.3
+ cpSpaceShapeQuery@Base 6.2.1
+ cpSpaceStep@Base 6.2.1
+ cpSpaceUnlock@Base 6.2.1
+ cpSpaceUseSpatialHash@Base 6.2.1
+ cpSpatialIndexCollideStatic@Base 6.2.1
+ cpSpatialIndexFree@Base 6.2.1
+ cpSpatialIndexInit@Base 6.2.1
+ cpSweep1DAlloc@Base 6.2.1
+ cpSweep1DInit@Base 6.2.1
+ cpSweep1DNew@Base 6.2.1
+ cpVersionString@Base 6.2.1

Reply via email to