Author: apo-guest
Date: 2013-11-08 16:25:34 +0000 (Fri, 08 Nov 2013)
New Revision: 14662
Added:
packages/trunk/box2d/debian/libbox2d-doc.doc-base
packages/trunk/box2d/debian/libbox2d-doc.docs
packages/trunk/box2d/debian/libbox2d-doc.links
packages/trunk/box2d/debian/libbox2d2.3.0.install
Removed:
packages/trunk/box2d/debian/box2d.pc
packages/trunk/box2d/debian/docs
packages/trunk/box2d/debian/libbox2d2.docs
packages/trunk/box2d/debian/libbox2d2.install
packages/trunk/box2d/debian/libbox2d2.symbols
packages/trunk/box2d/debian/patches/
Modified:
packages/trunk/box2d/debian/changelog
packages/trunk/box2d/debian/control
packages/trunk/box2d/debian/copyright
packages/trunk/box2d/debian/libbox2d-dev.install
packages/trunk/box2d/debian/rules
packages/trunk/box2d/debian/watch
Log:
New upstream release 2.3.0
Deleted: packages/trunk/box2d/debian/box2d.pc
===================================================================
--- packages/trunk/box2d/debian/box2d.pc 2013-11-01 22:59:40 UTC (rev
14661)
+++ packages/trunk/box2d/debian/box2d.pc 2013-11-08 16:25:34 UTC (rev
14662)
@@ -1,12 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
-
-Name: box2d
-Description: 2D physics engine
-Version: 2.2.1
-Requires:
-Conflicts:
-Libs: -L${libdir} -lBox2D
-Cflags: -I${includedir} -I${includedir}/Box2D
Modified: packages/trunk/box2d/debian/changelog
===================================================================
--- packages/trunk/box2d/debian/changelog 2013-11-01 22:59:40 UTC (rev
14661)
+++ packages/trunk/box2d/debian/changelog 2013-11-08 16:25:34 UTC (rev
14662)
@@ -1,34 +1,38 @@
-box2d (2.2.1-2) UNRELEASED; urgency=low
+box2d (2.3.0+ds-1) experimental; urgency=low
+ [ Markus Koschany ]
+ * Add myself to Uploaders.
+ * New upstream release 2.3.0. (Closes: #610814)
+ - Repack the source tarball and remove libraries that are already included
+ in Debian.
+ - Rename shared library and -dbg package to libbox2d2.3.0 to reflect the
+ SONAME bump and ABI change.
+ - Add new libbox2d-doc package and install the API documentation and the
+ manual.
+ - Remove superfluous ${shlibs:Depends}-variable from -dev and -dbg
+ packages.
+ - Drop dh-buildinfo from Build-Depends. It is not needed.
+ - Multiarchify box2d.
+ * Register documentation with doc-base.
+ * Drop debian-specific box2d.pc and Makefile. It is currently not needed by
+ any package and should be integrated by upstream.
+ * Update debian/copyright to copyright format 1.0.
+ * Update to Standards-Version 3.9.5, no changes.
+ * Add a new get-orig-source target to debian/rules.
+
+ [ Evgeni Golov ]
* Correct Vcs-* URLs to point to anonscm.debian.org
- -- Evgeni Golov <[email protected]> Mon, 15 Jul 2013 22:21:11 +0200
-
-box2d (2.2.1-1) unstable; urgency=low
-
[ Barry deFreese ]
- * New upstream release. (Closes: #610814).
+ Library name in correct case. (Closes: #692245).
+ Drop existing Debian patches as they no longer apply.
+ Update rules and bump to debhelper 9 build-dep and compat.
- + Add patch to support build as multi-arch.
- + Also add SOVERSION to cmake rules to set appropriate SONAME.
+ Change to source format 3.0 (quilt). Drop quilt depends.
* Update watch file.
+ Thanks to Bart Martens.
- * debian/control:
- + Bump Standards Version to 3.9.4.
- [ PICCORO Lenz McKAY ]
- * debian/copyright
- + update and conforms to lasted debian format.
- * debian/box2d.pc
- + fix version number
- * debian/rules:
- + remove get-orig-source target.
+ -- Markus Koschany <[email protected]> Fri, 08 Nov 2013 15:55:29 +0100
- -- Barry deFreese <[email protected]> Tue, 28 May 2013 12:33:43 -0400
-
box2d (2.0.1+dfsg1-1) unstable; urgency=low
[ Miriam Ruiz ]
Modified: packages/trunk/box2d/debian/control
===================================================================
--- packages/trunk/box2d/debian/control 2013-11-01 22:59:40 UTC (rev 14661)
+++ packages/trunk/box2d/debian/control 2013-11-08 16:25:34 UTC (rev 14662)
@@ -2,17 +2,29 @@
Section: libs
Priority: optional
Maintainer: Debian Games Team <[email protected]>
-Uploaders: Miriam Ruiz <[email protected]>, Barry deFreese
<[email protected]>
-Build-Depends: debhelper (>= 9), cmake, libxi-dev, libglu1-mesa-dev
-Standards-Version: 3.9.4
+Uploaders:
+ Miriam Ruiz <[email protected]>,
+ Barry deFreese <[email protected]>,
+ Markus Koschany <[email protected]>
+Build-Depends:
+ cmake,
+ debhelper (>= 9)
+Build-Depends-Indep:
+ doxygen,
+ graphviz,
+ rdfind,
+ symlinks
+Standards-Version: 3.9.5
+Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/box2d/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/box2d/
-Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/box2d/
Homepage: http://www.box2d.org/
Package: libbox2d-dev
Section: libdevel
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libbox2d2 (= ${binary:Version})
+Depends:
+ libbox2d2.3.0 (= ${binary:Version}),
+ ${misc:Depends}
Description: 2D physics engine - development files
2D rigid body simulation library for games. Programmers can use it in
their games to make objects move in believable ways and make the world
@@ -23,10 +35,27 @@
.
This package contains the development libraries and headers.
-Package: libbox2d2
+Package: libbox2d-doc
+Section: doc
+Architecture: all
+Depends:
+ libjs-jquery,
+ ${misc:Depends}
+Description: 2D physics engine - documentation
+ 2D rigid body simulation library for games. Programmers can use it in
+ their games to make objects move in believable ways and make the world
+ seem more interactive.
+ .
+ This package contains the API documentation and the manual.
+
+Package: libbox2d2.3.0
Architecture: any
-Pre-Depends: multiarch-support
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: 2D physics engine
2D rigid body simulation library for games. Programmers can use it in
their games to make objects move in believable ways and make the world
@@ -35,11 +64,14 @@
an animator to move your actors around, you can let Sir Isaac Newton do
the directing.
-Package: libbox2d2-dbg
+Package: libbox2d2.3.0-dbg
Section: debug
+Priority: extra
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libbox2d2 (= ${binary:Version})
-Priority: extra
+Multi-Arch: same
+Depends:
+ libbox2d2.3.0 (= ${binary:Version}),
+ ${misc:Depends}
Description: 2D physics engine - debugging symbols
2D rigid body simulation library for games. Programmers can use it in
their games to make objects move in believable ways and make the world
Modified: packages/trunk/box2d/debian/copyright
===================================================================
--- packages/trunk/box2d/debian/copyright 2013-11-01 22:59:40 UTC (rev
14661)
+++ packages/trunk/box2d/debian/copyright 2013-11-08 16:25:34 UTC (rev
14662)
@@ -1,43 +1,18 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: box2d
-Upstream-Contact: Erin Catto <[email protected]>
http://code.google.com/p/box2d/
+Upstream-Contact: Erin Catto <[email protected]>
Source: http://code.google.com/p/box2d/
Files: *
-Copyright: 2006-2007,2012 Erin Catto - http://www.gphysics.com
+Copyright: 2006-2013, Erin Catto and contributors
License: Zlib
-Files: glui/*
-Copyright: 1998 Paul Rademacher
-License: LGPL-2.1
-Comment: used only for build examples inline, not part of sources/package box2d
-
-Files: freeglut/*
-Copyright: 1999-2000 Pawel W. Olszta
-License: Freeglut
-Comment: used only for build examples inline, not part of sources/package box2d
-
Files: debian/*
-Copyright: 2009 Miriam Ruiz <[email protected]>, 2013 Barry deFreese
<[email protected]>
-License: GPL-2+
+Copyright: 2009, Miriam Ruiz <[email protected]>,
+ 2013, Barry deFreese <[email protected]>
+ 2013, Markus Koschany <[email protected]>
+License: Zlib
-License: GPL-2+
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public
- License version 2 or (at your option) any later version.
- .
- On Debian systems the full text of the GNU General Public License can be found
- in '/usr/share/common-licenses/GPL-2'
-
-License: LGPL-2.1
- This program or library is free software; you can redistribute it
- and/or modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
- .
- On Debian systems, the complete text of version 2.1 of the GNU Lesser
- Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.
-
License: Zlib
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@@ -57,24 +32,3 @@
.
3. This notice may not be removed or altered from any source
distribution
-
-License: Freeglut
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies or substantial portions of the Software.
- .
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- PAWEL W. OLSZTA BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- .
- Except as contained in this notice, the name of Pawel W. Olszta shall not be
- used in advertising or otherwise to promote the sale, use or other dealings
- in this Software without prior written authorization from Pawel W. Olszta.
Deleted: packages/trunk/box2d/debian/docs
===================================================================
--- packages/trunk/box2d/debian/docs 2013-11-01 22:59:40 UTC (rev 14661)
+++ packages/trunk/box2d/debian/docs 2013-11-08 16:25:34 UTC (rev 14662)
@@ -1,2 +0,0 @@
-Readme.txt
-TODO.txt
Modified: packages/trunk/box2d/debian/libbox2d-dev.install
===================================================================
--- packages/trunk/box2d/debian/libbox2d-dev.install 2013-11-01 22:59:40 UTC
(rev 14661)
+++ packages/trunk/box2d/debian/libbox2d-dev.install 2013-11-08 16:25:34 UTC
(rev 14662)
@@ -1,4 +1,3 @@
usr/include/*
usr/lib/*/libBox2D.a
usr/lib/*/libBox2D.so
-debian/box2d.pc usr/lib/pkgconfig/
Added: packages/trunk/box2d/debian/libbox2d-doc.doc-base
===================================================================
--- packages/trunk/box2d/debian/libbox2d-doc.doc-base
(rev 0)
+++ packages/trunk/box2d/debian/libbox2d-doc.doc-base 2013-11-08 16:25:34 UTC
(rev 14662)
@@ -0,0 +1,9 @@
+Document: box2d
+Title: Box2D API documentation
+Author: Erin Catto
+Abstract: Box2D API documentation and manual
+Section: Programming/C++
+
+Format: HTML
+Index: /usr/share/doc/libbox2d-doc/html/index.html
+Files: /usr/share/doc/libbox2d-doc/html/*.html
Added: packages/trunk/box2d/debian/libbox2d-doc.docs
===================================================================
--- packages/trunk/box2d/debian/libbox2d-doc.docs
(rev 0)
+++ packages/trunk/box2d/debian/libbox2d-doc.docs 2013-11-08 16:25:34 UTC
(rev 14662)
@@ -0,0 +1,3 @@
+Box2D/Readme.txt
+Box2D/Documentation/API/*
+Box2D/Documentation/manual.docx
Added: packages/trunk/box2d/debian/libbox2d-doc.links
===================================================================
--- packages/trunk/box2d/debian/libbox2d-doc.links
(rev 0)
+++ packages/trunk/box2d/debian/libbox2d-doc.links 2013-11-08 16:25:34 UTC
(rev 14662)
@@ -0,0 +1 @@
+usr/share/javascript/jquery/jquery.js usr/share/doc/libbox2d-doc/html/jquery.js
Added: packages/trunk/box2d/debian/libbox2d2.3.0.install
===================================================================
--- packages/trunk/box2d/debian/libbox2d2.3.0.install
(rev 0)
+++ packages/trunk/box2d/debian/libbox2d2.3.0.install 2013-11-08 16:25:34 UTC
(rev 14662)
@@ -0,0 +1 @@
+usr/lib/*/libBox2D.so.*
Deleted: packages/trunk/box2d/debian/libbox2d2.docs
===================================================================
--- packages/trunk/box2d/debian/libbox2d2.docs 2013-11-01 22:59:40 UTC (rev
14661)
+++ packages/trunk/box2d/debian/libbox2d2.docs 2013-11-08 16:25:34 UTC (rev
14662)
@@ -1 +0,0 @@
-Readme.txt
Deleted: packages/trunk/box2d/debian/libbox2d2.install
===================================================================
--- packages/trunk/box2d/debian/libbox2d2.install 2013-11-01 22:59:40 UTC
(rev 14661)
+++ packages/trunk/box2d/debian/libbox2d2.install 2013-11-08 16:25:34 UTC
(rev 14662)
@@ -1 +0,0 @@
-usr/lib/*/libBox2D.so.*
Deleted: packages/trunk/box2d/debian/libbox2d2.symbols
===================================================================
--- packages/trunk/box2d/debian/libbox2d2.symbols 2013-11-01 22:59:40 UTC
(rev 14661)
+++ packages/trunk/box2d/debian/libbox2d2.symbols 2013-11-08 16:25:34 UTC
(rev 14662)
@@ -1,602 +0,0 @@
-libBox2D.so.2 libbox2d2 #MINVER#
- _Z10b2DistanceP16b2DistanceOutputP14b2SimplexCachePK15b2DistanceInput@Base
2.2.1
- _Z13b2TestOverlapPK7b2ShapeiS1_iRK11b2TransformS4_@Base 2.2.1
- _Z14b2PairLessThanRK6b2PairS1_@Base 2.2.1
- _Z14b2TimeOfImpactP11b2TOIOutputPK10b2TOIInput@Base 2.2.1
- _Z16b2CollideCirclesP10b2ManifoldPK13b2CircleShapeRK11b2TransformS3_S6_@Base
2.2.1
- _Z16b2GetPointStatesP12b2PointStateS0_PK10b2ManifoldS3_@Base 2.2.1
-
_Z17b2CollidePolygonsP10b2ManifoldPK14b2PolygonShapeRK11b2TransformS3_S6_@Base
2.2.1
- _Z19b2ClipSegmentToLineP12b2ClipVertexPKS_RK6b2Vec2fi@Base 2.2.1
-
_Z22b2CollideEdgeAndCircleP10b2ManifoldPK11b2EdgeShapeRK11b2TransformPK13b2CircleShapeS6_@Base
2.2.1
-
_Z23b2CollideEdgeAndPolygonP10b2ManifoldPK11b2EdgeShapeRK11b2TransformPK14b2PolygonShapeS6_@Base
2.2.1
-
_Z25b2CollidePolygonAndCircleP10b2ManifoldPK14b2PolygonShapeRK11b2TransformPK13b2CircleShapeS6_@Base
2.2.1
- _Z5b2LogPKcz@Base 2.2.1
- _Z6b2FreePv@Base 2.2.1
- _Z7b2Alloci@Base 2.2.1
- _ZN11b2EdgeShape3SetERK6b2Vec2S2_@Base 2.2.1
- _ZN11b2EdgeShapeD0Ev@Base 2.2.1
- _ZN11b2EdgeShapeD1Ev@Base 2.2.1
- _ZN11b2EdgeShapeD2Ev@Base 2.2.1
- _ZN11b2GearJoint23InitVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN11b2GearJoint24SolvePositionConstraintsERK12b2SolverData@Base 2.2.1
- _ZN11b2GearJoint24SolveVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN11b2GearJoint4DumpEv@Base 2.2.1
- _ZN11b2GearJoint8SetRatioEf@Base 2.2.1
- _ZN11b2GearJointC1EPK14b2GearJointDef@Base 2.2.1
- _ZN11b2GearJointC2EPK14b2GearJointDef@Base 2.2.1
- _ZN11b2GearJointD0Ev@Base 2.2.1
- _ZN11b2GearJointD1Ev@Base 2.2.1
- _ZN11b2GearJointD2Ev@Base 2.2.1
- _ZN11b2RopeJoint23InitVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN11b2RopeJoint24SolvePositionConstraintsERK12b2SolverData@Base 2.2.1
- _ZN11b2RopeJoint24SolveVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN11b2RopeJoint4DumpEv@Base 2.2.1
- _ZN11b2RopeJointC1EPK14b2RopeJointDef@Base 2.2.1
- _ZN11b2RopeJointC2EPK14b2RopeJointDef@Base 2.2.1
- _ZN11b2RopeJointD0Ev@Base 2.2.1
- _ZN11b2RopeJointD1Ev@Base 2.2.1
- _ZN11b2RopeJointD2Ev@Base 2.2.1
- _ZN11b2WeldJoint23InitVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN11b2WeldJoint24SolvePositionConstraintsERK12b2SolverData@Base 2.2.1
- _ZN11b2WeldJoint24SolveVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN11b2WeldJoint4DumpEv@Base 2.2.1
- _ZN11b2WeldJointC1EPK14b2WeldJointDef@Base 2.2.1
- _ZN11b2WeldJointC2EPK14b2WeldJointDef@Base 2.2.1
- _ZN11b2WeldJointD0Ev@Base 2.2.1
- _ZN11b2WeldJointD1Ev@Base 2.2.1
- _ZN11b2WeldJointD2Ev@Base 2.2.1
- _ZN12b2BroadPhase10BufferMoveEi@Base 2.2.1
- _ZN12b2BroadPhase10TouchProxyEi@Base 2.2.1
- _ZN12b2BroadPhase11CreateProxyERK6b2AABBPv@Base 2.2.1
- _ZN12b2BroadPhase11UpdatePairsI16b2ContactManagerEEvPT_@Base 2.2.1
- _ZN12b2BroadPhase12DestroyProxyEi@Base 2.2.1
- _ZN12b2BroadPhase12UnBufferMoveEi@Base 2.2.1
- _ZN12b2BroadPhase13QueryCallbackEi@Base 2.2.1
- _ZN12b2BroadPhase9MoveProxyEiRK6b2AABBRK6b2Vec2@Base 2.2.1
- _ZN12b2BroadPhaseC1Ev@Base 2.2.1
- _ZN12b2BroadPhaseC2Ev@Base 2.2.1
- _ZN12b2BroadPhaseD1Ev@Base 2.2.1
- _ZN12b2BroadPhaseD2Ev@Base 2.2.1
- _ZN12b2ChainShape10CreateLoopEPK6b2Vec2i@Base 2.2.1
- _ZN12b2ChainShape11CreateChainEPK6b2Vec2i@Base 2.2.1
- _ZN12b2ChainShape13SetNextVertexERK6b2Vec2@Base 2.2.1
- _ZN12b2ChainShape13SetPrevVertexERK6b2Vec2@Base 2.2.1
- _ZN12b2ChainShapeD0Ev@Base 2.2.1
- _ZN12b2ChainShapeD1Ev@Base 2.2.1
- _ZN12b2ChainShapeD2Ev@Base 2.2.1
- _ZN12b2EPCollider21ComputeEdgeSeparationEv@Base 2.2.1
- _ZN12b2EPCollider24ComputePolygonSeparationEv@Base 2.2.1
-
_ZN12b2EPCollider7CollideEP10b2ManifoldPK11b2EdgeShapeRK11b2TransformPK14b2PolygonShapeS7_@Base
2.2.1
- _ZN12b2MouseJoint11SetMaxForceEf@Base 2.2.1
- _ZN12b2MouseJoint12SetFrequencyEf@Base 2.2.1
- _ZN12b2MouseJoint15SetDampingRatioEf@Base 2.2.1
- _ZN12b2MouseJoint23InitVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN12b2MouseJoint24SolvePositionConstraintsERK12b2SolverData@Base 2.2.1
- _ZN12b2MouseJoint24SolveVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN12b2MouseJoint4DumpEv@Base 2.2.1
- _ZN12b2MouseJoint9SetTargetERK6b2Vec2@Base 2.2.1
- _ZN12b2MouseJointC1EPK15b2MouseJointDef@Base 2.2.1
- _ZN12b2MouseJointC2EPK15b2MouseJointDef@Base 2.2.1
- _ZN12b2MouseJointD0Ev@Base 2.2.1
- _ZN12b2MouseJointD1Ev@Base 2.2.1
- _ZN12b2MouseJointD2Ev@Base 2.2.1
- _ZN12b2WheelJoint11EnableMotorEb@Base 2.2.1
- _ZN12b2WheelJoint13SetMotorSpeedEf@Base 2.2.1
- _ZN12b2WheelJoint17SetMaxMotorTorqueEf@Base 2.2.1
- _ZN12b2WheelJoint23InitVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN12b2WheelJoint24SolvePositionConstraintsERK12b2SolverData@Base 2.2.1
- _ZN12b2WheelJoint24SolveVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN12b2WheelJoint4DumpEv@Base 2.2.1
- _ZN12b2WheelJointC1EPK15b2WheelJointDef@Base 2.2.1
- _ZN12b2WheelJointC2EPK15b2WheelJointDef@Base 2.2.1
- _ZN12b2WheelJointD0Ev@Base 2.2.1
- _ZN12b2WheelJointD1Ev@Base 2.2.1
- _ZN12b2WheelJointD2Ev@Base 2.2.1
- _ZN13b2CircleShapeD0Ev@Base 2.2.1
- _ZN13b2CircleShapeD1Ev@Base 2.2.1
- _ZN13b2CircleShapeD2Ev@Base 2.2.1
- _ZN13b2DynamicTree10InsertLeafEi@Base 2.2.1
- _ZN13b2DynamicTree10RemoveLeafEi@Base 2.2.1
- _ZN13b2DynamicTree11CreateProxyERK6b2AABBPv@Base 2.2.1
- _ZN13b2DynamicTree12AllocateNodeEv@Base 2.2.1
- _ZN13b2DynamicTree12DestroyProxyEi@Base 2.2.1
- _ZN13b2DynamicTree15RebuildBottomUpEv@Base 2.2.1
- _ZN13b2DynamicTree7BalanceEi@Base 2.2.1
- _ZN13b2DynamicTree8FreeNodeEi@Base 2.2.1
- _ZN13b2DynamicTree9MoveProxyEiRK6b2AABBRK6b2Vec2@Base 2.2.1
- _ZN13b2DynamicTreeC1Ev@Base 2.2.1
- _ZN13b2DynamicTreeC2Ev@Base 2.2.1
- _ZN13b2DynamicTreeD1Ev@Base 2.2.1
- _ZN13b2DynamicTreeD2Ev@Base 2.2.1
- _ZN13b2PulleyJoint23InitVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN13b2PulleyJoint24SolvePositionConstraintsERK12b2SolverData@Base 2.2.1
- _ZN13b2PulleyJoint24SolveVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN13b2PulleyJoint4DumpEv@Base 2.2.1
- _ZN13b2PulleyJointC1EPK16b2PulleyJointDef@Base 2.2.1
- _ZN13b2PulleyJointC2EPK16b2PulleyJointDef@Base 2.2.1
- _ZN13b2PulleyJointD0Ev@Base 2.2.1
- _ZN13b2PulleyJointD1Ev@Base 2.2.1
- _ZN13b2PulleyJointD2Ev@Base 2.2.1
- _ZN14b2PolygonShape3SetEPK6b2Vec2i@Base 2.2.1
- _ZN14b2PolygonShape8SetAsBoxEff@Base 2.2.1
- _ZN14b2PolygonShape8SetAsBoxEffRK6b2Vec2f@Base 2.2.1
- _ZN14b2PolygonShapeD0Ev@Base 2.2.1
- _ZN14b2PolygonShapeD1Ev@Base 2.2.1
- _ZN14b2PolygonShapeD2Ev@Base 2.2.1
- _ZN14b2WeldJointDef10InitializeEP6b2BodyS1_RK6b2Vec2@Base 2.2.1
- _ZN15b2CircleContact6CreateEP9b2FixtureiS1_iP16b2BlockAllocator@Base 2.2.1
- _ZN15b2CircleContact7DestroyEP9b2ContactP16b2BlockAllocator@Base 2.2.1
- _ZN15b2CircleContact8EvaluateEP10b2ManifoldRK11b2TransformS4_@Base 2.2.1
- _ZN15b2CircleContactC1EP9b2FixtureS1_@Base 2.2.1
- _ZN15b2CircleContactC2EP9b2FixtureS1_@Base 2.2.1
- _ZN15b2CircleContactD0Ev@Base 2.2.1
- _ZN15b2CircleContactD1Ev@Base 2.2.1
- _ZN15b2CircleContactD2Ev@Base 2.2.1
- _ZN15b2ContactFilter13ShouldCollideEP9b2FixtureS1_@Base 2.2.1
- _ZN15b2ContactFilterD0Ev@Base 2.2.1
- _ZN15b2ContactFilterD1Ev@Base 2.2.1
- _ZN15b2ContactFilterD2Ev@Base 2.2.1
- _ZN15b2ContactSolver13StoreImpulsesEv@Base 2.2.1
- _ZN15b2ContactSolver24SolvePositionConstraintsEv@Base 2.2.1
- _ZN15b2ContactSolver24SolveVelocityConstraintsEv@Base 2.2.1
- _ZN15b2ContactSolver27SolveTOIPositionConstraintsEii@Base 2.2.1
- _ZN15b2ContactSolver29InitializeVelocityConstraintsEv@Base 2.2.1
- _ZN15b2ContactSolver9WarmStartEv@Base 2.2.1
- _ZN15b2ContactSolverC1EP18b2ContactSolverDef@Base 2.2.1
- _ZN15b2ContactSolverC2EP18b2ContactSolverDef@Base 2.2.1
- _ZN15b2ContactSolverD1Ev@Base 2.2.1
- _ZN15b2ContactSolverD2Ev@Base 2.2.1
- _ZN15b2DistanceJoint23InitVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN15b2DistanceJoint24SolvePositionConstraintsERK12b2SolverData@Base 2.2.1
- _ZN15b2DistanceJoint24SolveVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN15b2DistanceJoint4DumpEv@Base 2.2.1
- _ZN15b2DistanceJointC1EPK18b2DistanceJointDef@Base 2.2.1
- _ZN15b2DistanceJointC2EPK18b2DistanceJointDef@Base 2.2.1
- _ZN15b2DistanceJointD0Ev@Base 2.2.1
- _ZN15b2DistanceJointD1Ev@Base 2.2.1
- _ZN15b2DistanceJointD2Ev@Base 2.2.1
- _ZN15b2DistanceProxy3SetEPK7b2Shapei@Base 2.2.1
- _ZN15b2FrictionJoint11SetMaxForceEf@Base 2.2.1
- _ZN15b2FrictionJoint12SetMaxTorqueEf@Base 2.2.1
- _ZN15b2FrictionJoint23InitVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN15b2FrictionJoint24SolvePositionConstraintsERK12b2SolverData@Base 2.2.1
- _ZN15b2FrictionJoint24SolveVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN15b2FrictionJoint4DumpEv@Base 2.2.1
- _ZN15b2FrictionJointC1EPK18b2FrictionJointDef@Base 2.2.1
- _ZN15b2FrictionJointC2EPK18b2FrictionJointDef@Base 2.2.1
- _ZN15b2FrictionJointD0Ev@Base 2.2.1
- _ZN15b2FrictionJointD1Ev@Base 2.2.1
- _ZN15b2FrictionJointD2Ev@Base 2.2.1
- _ZN15b2RevoluteJoint11EnableLimitEb@Base 2.2.1
- _ZN15b2RevoluteJoint11EnableMotorEb@Base 2.2.1
- _ZN15b2RevoluteJoint13SetMotorSpeedEf@Base 2.2.1
- _ZN15b2RevoluteJoint17SetMaxMotorTorqueEf@Base 2.2.1
- _ZN15b2RevoluteJoint23InitVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN15b2RevoluteJoint24SolvePositionConstraintsERK12b2SolverData@Base 2.2.1
- _ZN15b2RevoluteJoint24SolveVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN15b2RevoluteJoint4DumpEv@Base 2.2.1
- _ZN15b2RevoluteJoint9SetLimitsEff@Base 2.2.1
- _ZN15b2RevoluteJointC1EPK18b2RevoluteJointDef@Base 2.2.1
- _ZN15b2RevoluteJointC2EPK18b2RevoluteJointDef@Base 2.2.1
- _ZN15b2RevoluteJointD0Ev@Base 2.2.1
- _ZN15b2RevoluteJointD1Ev@Base 2.2.1
- _ZN15b2RevoluteJointD2Ev@Base 2.2.1
- _ZN15b2WheelJointDef10InitializeEP6b2BodyS1_RK6b2Vec2S4_@Base 2.2.1
- _ZN15b2WorldManifold10InitializeEPK10b2ManifoldRK11b2TransformfS5_f@Base 2.2.1
- _ZN16b2BlockAllocator12s_blockSizesE@Base 2.2.1
- _ZN16b2BlockAllocator17s_blockSizeLookupE@Base 2.2.1
- _ZN16b2BlockAllocator28s_blockSizeLookupInitializedE@Base 2.2.1
- _ZN16b2BlockAllocator4FreeEPvi@Base 2.2.1
- _ZN16b2BlockAllocator5ClearEv@Base 2.2.1
- _ZN16b2BlockAllocator8AllocateEi@Base 2.2.1
- _ZN16b2BlockAllocatorC1Ev@Base 2.2.1
- _ZN16b2BlockAllocatorC2Ev@Base 2.2.1
- _ZN16b2BlockAllocatorD1Ev@Base 2.2.1
- _ZN16b2BlockAllocatorD2Ev@Base 2.2.1
- _ZN16b2ContactManager15FindNewContactsEv@Base 2.2.1
- _ZN16b2ContactManager7AddPairEPvS0_@Base 2.2.1
- _ZN16b2ContactManager7CollideEv@Base 2.2.1
- _ZN16b2ContactManager7DestroyEP9b2Contact@Base 2.2.1
- _ZN16b2ContactManagerC1Ev@Base 2.2.1
- _ZN16b2ContactManagerC2Ev@Base 2.2.1
- _ZN16b2PolygonContact6CreateEP9b2FixtureiS1_iP16b2BlockAllocator@Base 2.2.1
- _ZN16b2PolygonContact7DestroyEP9b2ContactP16b2BlockAllocator@Base 2.2.1
- _ZN16b2PolygonContact8EvaluateEP10b2ManifoldRK11b2TransformS4_@Base 2.2.1
- _ZN16b2PolygonContactC1EP9b2FixtureS1_@Base 2.2.1
- _ZN16b2PolygonContactC2EP9b2FixtureS1_@Base 2.2.1
- _ZN16b2PolygonContactD0Ev@Base 2.2.1
- _ZN16b2PolygonContactD1Ev@Base 2.2.1
- _ZN16b2PolygonContactD2Ev@Base 2.2.1
- _ZN16b2PrismaticJoint11EnableLimitEb@Base 2.2.1
- _ZN16b2PrismaticJoint11EnableMotorEb@Base 2.2.1
- _ZN16b2PrismaticJoint13SetMotorSpeedEf@Base 2.2.1
- _ZN16b2PrismaticJoint16SetMaxMotorForceEf@Base 2.2.1
- _ZN16b2PrismaticJoint23InitVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN16b2PrismaticJoint24SolvePositionConstraintsERK12b2SolverData@Base 2.2.1
- _ZN16b2PrismaticJoint24SolveVelocityConstraintsERK12b2SolverData@Base 2.2.1
- _ZN16b2PrismaticJoint4DumpEv@Base 2.2.1
- _ZN16b2PrismaticJoint9SetLimitsEff@Base 2.2.1
- _ZN16b2PrismaticJointC1EPK19b2PrismaticJointDef@Base 2.2.1
- _ZN16b2PrismaticJointC2EPK19b2PrismaticJointDef@Base 2.2.1
- _ZN16b2PrismaticJointD0Ev@Base 2.2.1
- _ZN16b2PrismaticJointD1Ev@Base 2.2.1
- _ZN16b2PrismaticJointD2Ev@Base 2.2.1
- _ZN16b2PulleyJointDef10InitializeEP6b2BodyS1_RK6b2Vec2S4_S4_S4_f@Base 2.2.1
- _ZN16b2StackAllocator4FreeEPv@Base 2.2.1
- _ZN16b2StackAllocator8AllocateEi@Base 2.2.1
- _ZN16b2StackAllocatorC1Ev@Base 2.2.1
- _ZN16b2StackAllocatorC2Ev@Base 2.2.1
- _ZN16b2StackAllocatorD1Ev@Base 2.2.1
- _ZN16b2StackAllocatorD2Ev@Base 2.2.1
- _ZN17b2ContactListener10EndContactEP9b2Contact@Base 2.2.1
- _ZN17b2ContactListener12BeginContactEP9b2Contact@Base 2.2.1
- _ZN17b2ContactListener8PreSolveEP9b2ContactPK10b2Manifold@Base 2.2.1
- _ZN17b2ContactListener9PostSolveEP9b2ContactPK16b2ContactImpulse@Base 2.2.1
- _ZN17b2ContactListenerD0Ev@Base 2.2.1
- _ZN17b2ContactListenerD1Ev@Base 2.2.1
- _ZN17b2ContactListenerD2Ev@Base 2.2.1
- _ZN18b2DistanceJointDef10InitializeEP6b2BodyS1_RK6b2Vec2S4_@Base 2.2.1
- _ZN18b2FrictionJointDef10InitializeEP6b2BodyS1_RK6b2Vec2@Base 2.2.1
- _ZN18b2RevoluteJointDef10InitializeEP6b2BodyS1_RK6b2Vec2@Base 2.2.1
- _ZN19b2PrismaticJointDef10InitializeEP6b2BodyS1_RK6b2Vec2S4_@Base 2.2.1
- _ZN22b2EdgeAndCircleContact6CreateEP9b2FixtureiS1_iP16b2BlockAllocator@Base
2.2.1
- _ZN22b2EdgeAndCircleContact7DestroyEP9b2ContactP16b2BlockAllocator@Base 2.2.1
- _ZN22b2EdgeAndCircleContact8EvaluateEP10b2ManifoldRK11b2TransformS4_@Base
2.2.1
- _ZN22b2EdgeAndCircleContactC1EP9b2FixtureS1_@Base 2.2.1
- _ZN22b2EdgeAndCircleContactC2EP9b2FixtureS1_@Base 2.2.1
- _ZN22b2EdgeAndCircleContactD0Ev@Base 2.2.1
- _ZN22b2EdgeAndCircleContactD1Ev@Base 2.2.1
- _ZN22b2EdgeAndCircleContactD2Ev@Base 2.2.1
- _ZN23b2ChainAndCircleContact6CreateEP9b2FixtureiS1_iP16b2BlockAllocator@Base
2.2.1
- _ZN23b2ChainAndCircleContact7DestroyEP9b2ContactP16b2BlockAllocator@Base 2.2.1
- _ZN23b2ChainAndCircleContact8EvaluateEP10b2ManifoldRK11b2TransformS4_@Base
2.2.1
- _ZN23b2ChainAndCircleContactC1EP9b2FixtureiS1_i@Base 2.2.1
- _ZN23b2ChainAndCircleContactC2EP9b2FixtureiS1_i@Base 2.2.1
- _ZN23b2ChainAndCircleContactD0Ev@Base 2.2.1
- _ZN23b2ChainAndCircleContactD1Ev@Base 2.2.1
- _ZN23b2ChainAndCircleContactD2Ev@Base 2.2.1
- _ZN23b2EdgeAndPolygonContact6CreateEP9b2FixtureiS1_iP16b2BlockAllocator@Base
2.2.1
- _ZN23b2EdgeAndPolygonContact7DestroyEP9b2ContactP16b2BlockAllocator@Base 2.2.1
- _ZN23b2EdgeAndPolygonContact8EvaluateEP10b2ManifoldRK11b2TransformS4_@Base
2.2.1
- _ZN23b2EdgeAndPolygonContactC1EP9b2FixtureS1_@Base 2.2.1
- _ZN23b2EdgeAndPolygonContactC2EP9b2FixtureS1_@Base 2.2.1
- _ZN23b2EdgeAndPolygonContactD0Ev@Base 2.2.1
- _ZN23b2EdgeAndPolygonContactD1Ev@Base 2.2.1
- _ZN23b2EdgeAndPolygonContactD2Ev@Base 2.2.1
- _ZN24b2ChainAndPolygonContact6CreateEP9b2FixtureiS1_iP16b2BlockAllocator@Base
2.2.1
- _ZN24b2ChainAndPolygonContact7DestroyEP9b2ContactP16b2BlockAllocator@Base
2.2.1
- _ZN24b2ChainAndPolygonContact8EvaluateEP10b2ManifoldRK11b2TransformS4_@Base
2.2.1
- _ZN24b2ChainAndPolygonContactC1EP9b2FixtureiS1_i@Base 2.2.1
- _ZN24b2ChainAndPolygonContactC2EP9b2FixtureiS1_i@Base 2.2.1
- _ZN24b2ChainAndPolygonContactD0Ev@Base 2.2.1
- _ZN24b2ChainAndPolygonContactD1Ev@Base 2.2.1
- _ZN24b2ChainAndPolygonContactD2Ev@Base 2.2.1
-
_ZN25b2PolygonAndCircleContact6CreateEP9b2FixtureiS1_iP16b2BlockAllocator@Base
2.2.1
- _ZN25b2PolygonAndCircleContact7DestroyEP9b2ContactP16b2BlockAllocator@Base
2.2.1
- _ZN25b2PolygonAndCircleContact8EvaluateEP10b2ManifoldRK11b2TransformS4_@Base
2.2.1
- _ZN25b2PolygonAndCircleContactC1EP9b2FixtureS1_@Base 2.2.1
- _ZN25b2PolygonAndCircleContactC2EP9b2FixtureS1_@Base 2.2.1
- _ZN25b2PolygonAndCircleContactD0Ev@Base 2.2.1
- _ZN25b2PolygonAndCircleContactD1Ev@Base 2.2.1
- _ZN25b2PolygonAndCircleContactD2Ev@Base 2.2.1
- _ZN6b2Body11SetMassDataEPK10b2MassData@Base 2.2.1
- _ZN6b2Body12SetTransformERK6b2Vec2f@Base 2.2.1
- _ZN6b2Body13CreateFixtureEPK12b2FixtureDef@Base 2.2.1
- _ZN6b2Body13CreateFixtureEPK7b2Shapef@Base 2.2.1
- _ZN6b2Body13ResetMassDataEv@Base 2.2.1
- _ZN6b2Body14DestroyFixtureEP9b2Fixture@Base 2.2.1
- _ZN6b2Body19SynchronizeFixturesEv@Base 2.2.1
- _ZN6b2Body4DumpEv@Base 2.2.1
- _ZN6b2Body7SetTypeE10b2BodyType@Base 2.2.1
- _ZN6b2Body9SetActiveEb@Base 2.2.1
- _ZN6b2BodyC1EPK9b2BodyDefP7b2World@Base 2.2.1
- _ZN6b2BodyC2EPK9b2BodyDefP7b2World@Base 2.2.1
- _ZN6b2BodyD1Ev@Base 2.2.1
- _ZN6b2BodyD2Ev@Base 2.2.1
- _ZN6b2Draw10ClearFlagsEj@Base 2.2.1
- _ZN6b2Draw11AppendFlagsEj@Base 2.2.1
- _ZN6b2Draw8SetFlagsEj@Base 2.2.1
- _ZN6b2DrawC1Ev@Base 2.2.1
- _ZN6b2DrawC2Ev@Base 2.2.1
- _ZN6b2DrawD0Ev@Base 2.2.1
- _ZN6b2DrawD1Ev@Base 2.2.1
- _ZN6b2DrawD2Ev@Base 2.2.1
- _ZN6b2Rope10InitializeEPK9b2RopeDef@Base 2.2.1
- _ZN6b2Rope4StepEfi@Base 2.2.1
- _ZN6b2Rope7SolveC2Ev@Base 2.2.1
- _ZN6b2Rope7SolveC3Ev@Base 2.2.1
- _ZN6b2Rope8SetAngleEf@Base 2.2.1
- _ZN6b2RopeC1Ev@Base 2.2.1
- _ZN6b2RopeC2Ev@Base 2.2.1
- _ZN6b2RopeD1Ev@Base 2.2.1
- _ZN6b2RopeD2Ev@Base 2.2.1
- _ZN7b2Joint4DumpEv@Base 2.2.1
- _ZN7b2Joint6CreateEPK10b2JointDefP16b2BlockAllocator@Base 2.2.1
- _ZN7b2Joint7DestroyEPS_P16b2BlockAllocator@Base 2.2.1
- _ZN7b2JointC1EPK10b2JointDef@Base 2.2.1
- _ZN7b2JointC2EPK10b2JointDef@Base 2.2.1
- _ZN7b2JointD0Ev@Base 2.2.1
- _ZN7b2JointD1Ev@Base 2.2.1
- _ZN7b2JointD2Ev@Base 2.2.1
- _ZN7b2ShapeD0Ev@Base 2.2.1
- _ZN7b2ShapeD1Ev@Base 2.2.1
- _ZN7b2ShapeD2Ev@Base 2.2.1
- _ZN7b2Timer5ResetEv@Base 2.2.1
- _ZN7b2TimerC1Ev@Base 2.2.1
- _ZN7b2TimerC2Ev@Base 2.2.1
- _ZN7b2World10CreateBodyEPK9b2BodyDef@Base 2.2.1
- _ZN7b2World11ClearForcesEv@Base 2.2.1
- _ZN7b2World11CreateJointEPK10b2JointDef@Base 2.2.1
- _ZN7b2World11DestroyBodyEP6b2Body@Base 2.2.1
- _ZN7b2World12DestroyJointEP7b2Joint@Base 2.2.1
- _ZN7b2World12SetDebugDrawEP6b2Draw@Base 2.2.1
- _ZN7b2World13DrawDebugDataEv@Base 2.2.1
- _ZN7b2World16SetAllowSleepingEb@Base 2.2.1
- _ZN7b2World16SetContactFilterEP15b2ContactFilter@Base 2.2.1
- _ZN7b2World18SetContactListenerEP17b2ContactListener@Base 2.2.1
- _ZN7b2World22SetDestructionListenerEP21b2DestructionListener@Base 2.2.1
- _ZN7b2World4DumpEv@Base 2.2.1
- _ZN7b2World4StepEfii@Base 2.2.1
- _ZN7b2World5SolveERK10b2TimeStep@Base 2.2.1
- _ZN7b2World8SolveTOIERK10b2TimeStep@Base 2.2.1
- _ZN7b2World9DrawJointEP7b2Joint@Base 2.2.1
- _ZN7b2World9DrawShapeEP9b2FixtureRK11b2TransformRK7b2Color@Base 2.2.1
- _ZN7b2WorldC1ERK6b2Vec2@Base 2.2.1
- _ZN7b2WorldC2ERK6b2Vec2@Base 2.2.1
- _ZN7b2WorldD1Ev@Base 2.2.1
- _ZN7b2WorldD2Ev@Base 2.2.1
- _ZN8b2Island5SolveEP9b2ProfileRK10b2TimeStepRK6b2Vec2b@Base 2.2.1
- _ZN8b2Island6ReportEPK27b2ContactVelocityConstraint@Base 2.2.1
- _ZN8b2Island8SolveTOIERK10b2TimeStepii@Base 2.2.1
- _ZN8b2IslandC1EiiiP16b2StackAllocatorP17b2ContactListener@Base 2.2.1
- _ZN8b2IslandC2EiiiP16b2StackAllocatorP17b2ContactListener@Base 2.2.1
- _ZN8b2IslandD1Ev@Base 2.2.1
- _ZN8b2IslandD2Ev@Base 2.2.1
- _ZN9b2Contact11s_registersE@Base 2.2.1
- _ZN9b2Contact13s_initializedE@Base 2.2.1
- _ZN9b2Contact19InitializeRegistersEv@Base 2.2.1
- _ZN9b2Contact6CreateEP9b2FixtureiS1_iP16b2BlockAllocator@Base 2.2.1
- _ZN9b2Contact6UpdateEP17b2ContactListener@Base 2.2.1
-
_ZN9b2Contact7AddTypeEPFPS_P9b2FixtureiS2_iP16b2BlockAllocatorEPFvS0_S4_EN7b2Shape4TypeESA_@Base
2.2.1
- _ZN9b2Contact7DestroyEPS_P16b2BlockAllocator@Base 2.2.1
- _ZN9b2ContactC1EP9b2FixtureiS1_i@Base 2.2.1
- _ZN9b2ContactC2EP9b2FixtureiS1_i@Base 2.2.1
- _ZN9b2ContactD0Ev@Base 2.2.1
- _ZN9b2ContactD1Ev@Base 2.2.1
- _ZN9b2ContactD2Ev@Base 2.2.1
- _ZN9b2Fixture11SynchronizeEP12b2BroadPhaseRK11b2TransformS4_@Base 2.2.1
- _ZN9b2Fixture13CreateProxiesEP12b2BroadPhaseRK11b2Transform@Base 2.2.1
- _ZN9b2Fixture13SetFilterDataERK8b2Filter@Base 2.2.1
- _ZN9b2Fixture14DestroyProxiesEP12b2BroadPhase@Base 2.2.1
- _ZN9b2Fixture4DumpEi@Base 2.2.1
- _ZN9b2Fixture6CreateEP16b2BlockAllocatorP6b2BodyPK12b2FixtureDef@Base 2.2.1
- _ZN9b2Fixture7DestroyEP16b2BlockAllocator@Base 2.2.1
- _ZN9b2Fixture8RefilterEv@Base 2.2.1
- _ZN9b2Fixture9SetSensorEb@Base 2.2.1
- _ZN9b2FixtureC1Ev@Base 2.2.1
- _ZN9b2FixtureC2Ev@Base 2.2.1
- _ZN9b2Simplex6Solve2Ev@Base 2.2.1
- _ZN9b2Simplex6Solve3Ev@Base 2.2.1
- _ZNK11b2EdgeShape11ComputeAABBEP6b2AABBRK11b2Transformi@Base 2.2.1
- _ZNK11b2EdgeShape11ComputeMassEP10b2MassDataf@Base 2.2.1
- _ZNK11b2EdgeShape13GetChildCountEv@Base 2.2.1
- _ZNK11b2EdgeShape5CloneEP16b2BlockAllocator@Base 2.2.1
-
_ZNK11b2EdgeShape7RayCastEP15b2RayCastOutputRK14b2RayCastInputRK11b2Transformi@Base
2.2.1
- _ZNK11b2EdgeShape9TestPointERK11b2TransformRK6b2Vec2@Base 2.2.1
- _ZNK11b2GearJoint10GetAnchorAEv@Base 2.2.1
- _ZNK11b2GearJoint10GetAnchorBEv@Base 2.2.1
- _ZNK11b2GearJoint16GetReactionForceEf@Base 2.2.1
- _ZNK11b2GearJoint17GetReactionTorqueEf@Base 2.2.1
- _ZNK11b2GearJoint8GetRatioEv@Base 2.2.1
- _ZNK11b2RopeJoint10GetAnchorAEv@Base 2.2.1
- _ZNK11b2RopeJoint10GetAnchorBEv@Base 2.2.1
- _ZNK11b2RopeJoint12GetMaxLengthEv@Base 2.2.1
- _ZNK11b2RopeJoint13GetLimitStateEv@Base 2.2.1
- _ZNK11b2RopeJoint16GetReactionForceEf@Base 2.2.1
- _ZNK11b2RopeJoint17GetReactionTorqueEf@Base 2.2.1
- _ZNK11b2WeldJoint10GetAnchorAEv@Base 2.2.1
- _ZNK11b2WeldJoint10GetAnchorBEv@Base 2.2.1
- _ZNK11b2WeldJoint16GetReactionForceEf@Base 2.2.1
- _ZNK11b2WeldJoint17GetReactionTorqueEf@Base 2.2.1
- _ZNK12b2ChainShape11ComputeAABBEP6b2AABBRK11b2Transformi@Base 2.2.1
- _ZNK12b2ChainShape11ComputeMassEP10b2MassDataf@Base 2.2.1
- _ZNK12b2ChainShape12GetChildEdgeEP11b2EdgeShapei@Base 2.2.1
- _ZNK12b2ChainShape13GetChildCountEv@Base 2.2.1
- _ZNK12b2ChainShape5CloneEP16b2BlockAllocator@Base 2.2.1
-
_ZNK12b2ChainShape7RayCastEP15b2RayCastOutputRK14b2RayCastInputRK11b2Transformi@Base
2.2.1
- _ZNK12b2ChainShape9TestPointERK11b2TransformRK6b2Vec2@Base 2.2.1
- _ZNK12b2MouseJoint10GetAnchorAEv@Base 2.2.1
- _ZNK12b2MouseJoint10GetAnchorBEv@Base 2.2.1
- _ZNK12b2MouseJoint11GetMaxForceEv@Base 2.2.1
- _ZNK12b2MouseJoint12GetFrequencyEv@Base 2.2.1
- _ZNK12b2MouseJoint15GetDampingRatioEv@Base 2.2.1
- _ZNK12b2MouseJoint16GetReactionForceEf@Base 2.2.1
- _ZNK12b2MouseJoint17GetReactionTorqueEf@Base 2.2.1
- _ZNK12b2MouseJoint9GetTargetEv@Base 2.2.1
- _ZNK12b2WheelJoint10GetAnchorAEv@Base 2.2.1
- _ZNK12b2WheelJoint10GetAnchorBEv@Base 2.2.1
- _ZNK12b2WheelJoint13GetJointSpeedEv@Base 2.2.1
- _ZNK12b2WheelJoint14GetMotorTorqueEf@Base 2.2.1
- _ZNK12b2WheelJoint14IsMotorEnabledEv@Base 2.2.1
- _ZNK12b2WheelJoint16GetReactionForceEf@Base 2.2.1
- _ZNK12b2WheelJoint17GetReactionTorqueEf@Base 2.2.1
- _ZNK12b2WheelJoint19GetJointTranslationEv@Base 2.2.1
- _ZNK13b2CircleShape11ComputeAABBEP6b2AABBRK11b2Transformi@Base 2.2.1
- _ZNK13b2CircleShape11ComputeMassEP10b2MassDataf@Base 2.2.1
- _ZNK13b2CircleShape13GetChildCountEv@Base 2.2.1
- _ZNK13b2CircleShape5CloneEP16b2BlockAllocator@Base 2.2.1
-
_ZNK13b2CircleShape7RayCastEP15b2RayCastOutputRK14b2RayCastInputRK11b2Transformi@Base
2.2.1
- _ZNK13b2CircleShape9TestPointERK11b2TransformRK6b2Vec2@Base 2.2.1
- _ZNK13b2DynamicTree12GetAreaRatioEv@Base 2.2.1
- _ZNK13b2DynamicTree13ComputeHeightEi@Base 2.2.1
- _ZNK13b2DynamicTree13ComputeHeightEv@Base 2.2.1
- _ZNK13b2DynamicTree13GetMaxBalanceEv@Base 2.2.1
- _ZNK13b2DynamicTree15ValidateMetricsEi@Base 2.2.1
- _ZNK13b2DynamicTree17ValidateStructureEi@Base 2.2.1
- _ZNK13b2DynamicTree5QueryI12b2BroadPhaseEEvPT_RK6b2AABB@Base 2.2.1
- _ZNK13b2DynamicTree5QueryI19b2WorldQueryWrapperEEvPT_RK6b2AABB@Base 2.2.1
-
_ZNK13b2DynamicTree7RayCastI21b2WorldRayCastWrapperEEvPT_RK14b2RayCastInput@Base
2.2.1
- _ZNK13b2DynamicTree8ValidateEv@Base 2.2.1
- _ZNK13b2DynamicTree9GetHeightEv@Base 2.2.1
- _ZNK13b2PulleyJoint10GetAnchorAEv@Base 2.2.1
- _ZNK13b2PulleyJoint10GetAnchorBEv@Base 2.2.1
- _ZNK13b2PulleyJoint10GetLengthAEv@Base 2.2.1
- _ZNK13b2PulleyJoint10GetLengthBEv@Base 2.2.1
- _ZNK13b2PulleyJoint16GetGroundAnchorAEv@Base 2.2.1
- _ZNK13b2PulleyJoint16GetGroundAnchorBEv@Base 2.2.1
- _ZNK13b2PulleyJoint16GetReactionForceEf@Base 2.2.1
- _ZNK13b2PulleyJoint17GetReactionTorqueEf@Base 2.2.1
- _ZNK13b2PulleyJoint8GetRatioEv@Base 2.2.1
- _ZNK14b2PolygonShape11ComputeAABBEP6b2AABBRK11b2Transformi@Base 2.2.1
- _ZNK14b2PolygonShape11ComputeMassEP10b2MassDataf@Base 2.2.1
- _ZNK14b2PolygonShape13GetChildCountEv@Base 2.2.1
- _ZNK14b2PolygonShape5CloneEP16b2BlockAllocator@Base 2.2.1
-
_ZNK14b2PolygonShape7RayCastEP15b2RayCastOutputRK14b2RayCastInputRK11b2Transformi@Base
2.2.1
- _ZNK14b2PolygonShape9TestPointERK11b2TransformRK6b2Vec2@Base 2.2.1
- _ZNK15b2DistanceJoint10GetAnchorAEv@Base 2.2.1
- _ZNK15b2DistanceJoint10GetAnchorBEv@Base 2.2.1
- _ZNK15b2DistanceJoint16GetReactionForceEf@Base 2.2.1
- _ZNK15b2DistanceJoint17GetReactionTorqueEf@Base 2.2.1
- _ZNK15b2FrictionJoint10GetAnchorAEv@Base 2.2.1
- _ZNK15b2FrictionJoint10GetAnchorBEv@Base 2.2.1
- _ZNK15b2FrictionJoint11GetMaxForceEv@Base 2.2.1
- _ZNK15b2FrictionJoint12GetMaxTorqueEv@Base 2.2.1
- _ZNK15b2FrictionJoint16GetReactionForceEf@Base 2.2.1
- _ZNK15b2FrictionJoint17GetReactionTorqueEf@Base 2.2.1
- _ZNK15b2RevoluteJoint10GetAnchorAEv@Base 2.2.1
- _ZNK15b2RevoluteJoint10GetAnchorBEv@Base 2.2.1
- _ZNK15b2RevoluteJoint13GetJointAngleEv@Base 2.2.1
- _ZNK15b2RevoluteJoint13GetJointSpeedEv@Base 2.2.1
- _ZNK15b2RevoluteJoint13GetLowerLimitEv@Base 2.2.1
- _ZNK15b2RevoluteJoint13GetUpperLimitEv@Base 2.2.1
- _ZNK15b2RevoluteJoint14GetMotorTorqueEf@Base 2.2.1
- _ZNK15b2RevoluteJoint14IsLimitEnabledEv@Base 2.2.1
- _ZNK15b2RevoluteJoint14IsMotorEnabledEv@Base 2.2.1
- _ZNK15b2RevoluteJoint16GetReactionForceEf@Base 2.2.1
- _ZNK15b2RevoluteJoint17GetReactionTorqueEf@Base 2.2.1
- _ZNK16b2PrismaticJoint10GetAnchorAEv@Base 2.2.1
- _ZNK16b2PrismaticJoint10GetAnchorBEv@Base 2.2.1
- _ZNK16b2PrismaticJoint13GetJointSpeedEv@Base 2.2.1
- _ZNK16b2PrismaticJoint13GetLowerLimitEv@Base 2.2.1
- _ZNK16b2PrismaticJoint13GetMotorForceEf@Base 2.2.1
- _ZNK16b2PrismaticJoint13GetUpperLimitEv@Base 2.2.1
- _ZNK16b2PrismaticJoint14IsLimitEnabledEv@Base 2.2.1
- _ZNK16b2PrismaticJoint14IsMotorEnabledEv@Base 2.2.1
- _ZNK16b2PrismaticJoint16GetReactionForceEf@Base 2.2.1
- _ZNK16b2PrismaticJoint17GetReactionTorqueEf@Base 2.2.1
- _ZNK16b2PrismaticJoint19GetJointTranslationEv@Base 2.2.1
- _ZNK16b2StackAllocator16GetMaxAllocationEv@Base 2.2.1
- _ZNK6b2AABB7RayCastEP15b2RayCastOutputRK14b2RayCastInput@Base 2.2.1
- _ZNK6b2Body13ShouldCollideEPKS_@Base 2.2.1
- _ZNK6b2Draw8GetFlagsEv@Base 2.2.1
- _ZNK6b2Rope4DrawEP6b2Draw@Base 2.2.1
- _ZNK7b2Joint8IsActiveEv@Base 2.2.1
- _ZNK7b2Mat3312GetInverse22EPS_@Base 2.2.1
- _ZNK7b2Mat3315GetSymInverse33EPS_@Base 2.2.1
- _ZNK7b2Mat337Solve22ERK6b2Vec2@Base 2.2.1
- _ZNK7b2Mat337Solve33ERK6b2Vec3@Base 2.2.1
- _ZNK7b2Timer15GetMillisecondsEv@Base 2.2.1
- _ZNK7b2World13GetProxyCountEv@Base 2.2.1
- _ZNK7b2World13GetTreeHeightEv@Base 2.2.1
- _ZNK7b2World14GetTreeBalanceEv@Base 2.2.1
- _ZNK7b2World14GetTreeQualityEv@Base 2.2.1
- _ZNK7b2World7RayCastEP17b2RayCastCallbackRK6b2Vec2S4_@Base 2.2.1
- _ZNK7b2World9QueryAABBEP15b2QueryCallbackRK6b2AABB@Base 2.2.1
- _ZSt13__adjust_heapIP6b2PairiS0_PFbRKS0_S3_EEvT_T0_S7_T1_T2_@Base 2.2.1
- _ZSt13__heap_selectIP6b2PairPFbRKS0_S3_EEvT_S6_S6_T0_@Base 2.2.1
- _ZSt16__insertion_sortIP6b2PairPFbRKS0_S3_EEvT_S6_T0_@Base 2.2.1
- _ZSt16__introsort_loopIP6b2PairiPFbRKS0_S3_EEvT_S6_T0_T1_@Base 2.2.1
- _ZSt25__unguarded_linear_insertIP6b2PairPFbRKS0_S3_EEvT_T0_@Base 2.2.1
- _ZTI11b2EdgeShape@Base 2.2.1
- _ZTI11b2GearJoint@Base 2.2.1
- _ZTI11b2RopeJoint@Base 2.2.1
- _ZTI11b2WeldJoint@Base 2.2.1
- _ZTI12b2ChainShape@Base 2.2.1
- _ZTI12b2MouseJoint@Base 2.2.1
- _ZTI12b2WheelJoint@Base 2.2.1
- _ZTI13b2CircleShape@Base 2.2.1
- _ZTI13b2PulleyJoint@Base 2.2.1
- _ZTI14b2PolygonShape@Base 2.2.1
- _ZTI15b2CircleContact@Base 2.2.1
- _ZTI15b2ContactFilter@Base 2.2.1
- _ZTI15b2DistanceJoint@Base 2.2.1
- _ZTI15b2FrictionJoint@Base 2.2.1
- _ZTI15b2RevoluteJoint@Base 2.2.1
- _ZTI16b2PolygonContact@Base 2.2.1
- _ZTI16b2PrismaticJoint@Base 2.2.1
- _ZTI17b2ContactListener@Base 2.2.1
- _ZTI22b2EdgeAndCircleContact@Base 2.2.1
- _ZTI23b2ChainAndCircleContact@Base 2.2.1
- _ZTI23b2EdgeAndPolygonContact@Base 2.2.1
- _ZTI24b2ChainAndPolygonContact@Base 2.2.1
- _ZTI25b2PolygonAndCircleContact@Base 2.2.1
- _ZTI6b2Draw@Base 2.2.1
- _ZTI7b2Joint@Base 2.2.1
- _ZTI7b2Shape@Base 2.2.1
- _ZTI9b2Contact@Base 2.2.1
- _ZTS11b2EdgeShape@Base 2.2.1
- _ZTS11b2GearJoint@Base 2.2.1
- _ZTS11b2RopeJoint@Base 2.2.1
- _ZTS11b2WeldJoint@Base 2.2.1
- _ZTS12b2ChainShape@Base 2.2.1
- _ZTS12b2MouseJoint@Base 2.2.1
- _ZTS12b2WheelJoint@Base 2.2.1
- _ZTS13b2CircleShape@Base 2.2.1
- _ZTS13b2PulleyJoint@Base 2.2.1
- _ZTS14b2PolygonShape@Base 2.2.1
- _ZTS15b2CircleContact@Base 2.2.1
- _ZTS15b2ContactFilter@Base 2.2.1
- _ZTS15b2DistanceJoint@Base 2.2.1
- _ZTS15b2FrictionJoint@Base 2.2.1
- _ZTS15b2RevoluteJoint@Base 2.2.1
- _ZTS16b2PolygonContact@Base 2.2.1
- _ZTS16b2PrismaticJoint@Base 2.2.1
- _ZTS17b2ContactListener@Base 2.2.1
- _ZTS22b2EdgeAndCircleContact@Base 2.2.1
- _ZTS23b2ChainAndCircleContact@Base 2.2.1
- _ZTS23b2EdgeAndPolygonContact@Base 2.2.1
- _ZTS24b2ChainAndPolygonContact@Base 2.2.1
- _ZTS25b2PolygonAndCircleContact@Base 2.2.1
- _ZTS6b2Draw@Base 2.2.1
- _ZTS7b2Joint@Base 2.2.1
- _ZTS7b2Shape@Base 2.2.1
- _ZTS9b2Contact@Base 2.2.1
- _ZTV11b2EdgeShape@Base 2.2.1
- _ZTV11b2GearJoint@Base 2.2.1
- _ZTV11b2RopeJoint@Base 2.2.1
- _ZTV11b2WeldJoint@Base 2.2.1
- _ZTV12b2ChainShape@Base 2.2.1
- _ZTV12b2MouseJoint@Base 2.2.1
- _ZTV12b2WheelJoint@Base 2.2.1
- _ZTV13b2CircleShape@Base 2.2.1
- _ZTV13b2PulleyJoint@Base 2.2.1
- _ZTV14b2PolygonShape@Base 2.2.1
- _ZTV15b2CircleContact@Base 2.2.1
- _ZTV15b2ContactFilter@Base 2.2.1
- _ZTV15b2DistanceJoint@Base 2.2.1
- _ZTV15b2FrictionJoint@Base 2.2.1
- _ZTV15b2RevoluteJoint@Base 2.2.1
- _ZTV16b2PolygonContact@Base 2.2.1
- _ZTV16b2PrismaticJoint@Base 2.2.1
- _ZTV17b2ContactListener@Base 2.2.1
- _ZTV22b2EdgeAndCircleContact@Base 2.2.1
- _ZTV23b2ChainAndCircleContact@Base 2.2.1
- _ZTV23b2EdgeAndPolygonContact@Base 2.2.1
- _ZTV24b2ChainAndPolygonContact@Base 2.2.1
- _ZTV25b2PolygonAndCircleContact@Base 2.2.1
- _ZTV6b2Draw@Base 2.2.1
- _ZTV7b2Joint@Base 2.2.1
- _ZTV7b2Shape@Base 2.2.1
- _ZTV9b2Contact@Base 2.2.1
- b2Vec2_zero@Base 2.2.1
- b2_defaultFilter@Base 2.2.1
- b2_defaultListener@Base 2.2.1
- b2_gjkCalls@Base 2.2.1
- b2_gjkIters@Base 2.2.1
- b2_gjkMaxIters@Base 2.2.1
- b2_toiCalls@Base 2.2.1
- b2_toiIters@Base 2.2.1
- b2_toiMaxIters@Base 2.2.1
- b2_toiMaxRootIters@Base 2.2.1
- b2_toiRootIters@Base 2.2.1
- b2_version@Base 2.2.1
Modified: packages/trunk/box2d/debian/rules
===================================================================
--- packages/trunk/box2d/debian/rules 2013-11-01 22:59:40 UTC (rev 14661)
+++ packages/trunk/box2d/debian/rules 2013-11-08 16:25:34 UTC (rev 14662)
@@ -1,20 +1,51 @@
#!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+VER=2.3.0
+UURL= http://box2d.googlecode.com/svn/tags/v
+PKG = box2d
+DTYPE = +ds
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-
-CMAKE_CFLAGS_OPTIONS=$(shell dpkg-buildflags --get CPPFLAGS) $(shell
dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CXXFLAGS)
-
%:
- dh $@ --buildsystem=cmake --parallel
+ dh $@ --parallel --buildsystem=cmake --sourcedirectory=Box2D
override_dh_auto_configure:
dh_auto_configure -- \
- -DCMAKE_CXX_FLAGS="$(CMAKE_CFLAGS_OPTIONS)" \
-DBOX2D_INSTALL=ON \
- -DBOX2D_BUILD_SHARED=ON
+ -DBOX2D_BUILD_SHARED=ON \
+ -DBOX2D_BUILD_STATIC=ON \
+ -DBOX2D_BUILD_EXAMPLES=OFF \
+ -DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH)
+override_dh_auto_build-indep:
+ cd Box2D/Documentation && doxygen
+ $(RM) -v Box2D/Documentation/API/html/*.md5
+ $(RM) -v Box2D/Documentation/API/html/*.map
+ $(RM) -v Box2D/Documentation/API/html/jquery.js
+ rdfind -outputname /dev/null -makesymlinks true
Box2D/Documentation/API/html
+ symlinks -rsc Box2D/Documentation/API/html
+
+override_dh_installchangelogs:
+ dh_installchangelogs Box2D/Changes.txt
+
override_dh_strip:
- dh_strip --dbg-package=libbox2d2-dbg
+ dh_strip --dbg-package=libbox2d$(VER)-dbg
+
+## https://wiki.debian.org/onlyjob/get-orig-source
+get-orig-source: $(PKG)_$(VER).orig.tar.xz
+ @
+
+$(PKG)_$(VER).orig.tar.xz:
+ svn checkout --config-option config:miscellany:use-commit-times=yes \
+ $(UURL)$(VER) $(PKG)-$(VER) \
+ || $(RM) -r $(PKG)-$(VER)
+ @echo "Clean-up..."
+ cd $(PKG)-$(VER) \
+ && find . -depth -name ".svn" -exec $(RM) -r '{}' \; \
+ && $(RM) -r -v \
+ Contributions \
+ Box2D/freeglut \
+ Box2D/glui
+ @echo "Packing..."
+ find -L "$(PKG)-$(VER)" -xdev -type f -print \
+ | sort | XZ_OPT="-7v" tar -caf
"$(PKG)_$(VER)$(DTYPE).orig.tar.xz" -T- --owner=root --group=root --mode=a+rX \
+ && $(RM) -r "$(PKG)-$(VER)"
Modified: packages/trunk/box2d/debian/watch
===================================================================
--- packages/trunk/box2d/debian/watch 2013-11-01 22:59:40 UTC (rev 14661)
+++ packages/trunk/box2d/debian/watch 2013-11-08 16:25:34 UTC (rev 14662)
@@ -1,4 +1,4 @@
version=3
opts=downloadurlmangle=s%.*/([^/]*)/downloads/detail\?name=([^=&]*).*%http://$1.googlecode.com/files/$2%,filenamemangle=s/.*name=([^&]+).*/$1/,\
dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \
-http://code.google.com/p/box2d/downloads/list?can=1
.*=Box2D_v?(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)|zip).*
+http://code.google.com/p/box2d/downloads/list?can=1
.*=Box2D_v?(\d.*)\.(?:7z|tgz|tbz2|txz|tar\.(?:gz|bz2|xz)|zip).*
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits