Package: libfreenect / 1:0.2.0+dfsg-2

Metadata

Package Version Patches format
libfreenect 1:0.2.0+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
correct libusb path.patch | (download)

wrappers/cpp/libfreenect.hpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
modify fakenect install.patch | (download)

fakenect/CMakeLists.txt | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 modify how fakenect is installed
 Install fakenect/README into share/doc as README.fakenect,
 Rename record into fakenect-record
use standard libdir.patch | (download)

cmake_modules/FindOS.cmake | 11 0 + 11 - 0 !
cmake_modules/SetupDirectories.cmake | 10 3 + 7 - 0 !
2 files changed, 3 insertions(+), 18 deletions(-)

 use standard libdir folders
 Do not postfix 64 in install libdir, use multiarch triplet
dont install into include subfolder.patch | (download)

cmake_modules/SetupDirectories.cmake | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 install header files into include, not in include/<subfolder>
add missing libs.patch | (download)

CMakeLists.txt | 6 6 + 0 - 0 !
src/CMakeLists.txt | 5 3 + 2 - 0 !
2 files changed, 9 insertions(+), 2 deletions(-)

 add the missing libraries
 Add missing library to link step of libfreecnect and libfakenect.
 Centralize also the definition of MATH_LIB