Package: libsavitar / 5.0.0-4.1

Metadata

Package Version Patches format
libsavitar 5.0.0-4.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2002 system pugixml.patch | (download)

CMakeLists.txt | 6 4 2 - 0 !
src/MeshData.cpp | 2 1 1 - 0 !
src/Scene.cpp | 2 1 1 - 0 !
src/SceneNode.cpp | 2 1 1 - 0 !
src/ThreeMFParser.h | 2 1 1 - 0 !
5 files changed, 8 insertions( ), 6 deletions(-)

 depend on system pugixml.

 Upstream bundled their own version of pugixml.
 On Debian, we have a maintained packages of this library,
 so use that instead.

2003 remove cmake python install hack.patch | (download)

CMakeLists.txt | 2 2 0 - 0 !
1 file changed, 2 insertions( )

 install to correct site-packages dir, based on python version.

 The Debian hack in CMakeLists was removed upstream, but python3 doesn't
 report a Python-specific site-packages folder.
 This is required, because SIP packages need to be compiled and installed
 for every Python version separately.

2004 let PYVER override Python_VERSION.patch | (download)

CMakeLists.txt | 16 12 4 - 0 !
1 file changed, 12 insertions( ), 4 deletions(-)

 let pyver override python_version

pybuild sets the environment variable PYVER, so use that to set cmake's
Python_VERSION.