summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-09-22even more cleanupsRogueGirl
2023-09-22change to python3 and some other cleanupsRogueGirl
2017-09-02update to 0.5.6Sven Schneider
2016-02-21update for python2 and python3Sven Schneider
2015-10-05download and include firmware for audioSven Schneider
2015-10-05workaround for python path and adapt vcs guidelineSven Schneider
cyrozap (https://aur.archlinux.org/account/cyrozap/): "This is the error I got: CMake Error at /usr/share/cmake-3.3/Modules/FindPythonLibs.cmake:63 (get_filename_component): get_filename_component called with incorrect number of arguments Call Stack (most recent call first): wrappers/python/CMakeLists.txt:6 (include) The root cause of the issue is in CMake's FindPythonLibs on line 63. When PYTHON_EXECUTABLE is set to "python2" by CMakeLists.txt and FindPythonLibs tries to get its path a second time, it fails because the original path returned was empty/NOTFOUND. I'm not sure at what point it stopped accepting just the executable name and not its full path, but it must have been some time before CMake 3.3.2 was released since that's what I'm using. In any case, the CMake script in the source should be modified to honor the PYTHON_EXECUTABLE definition if it's set somewhere else-- this patch is just a quick hack to get it to build."
2014-02-16[libfreenect-git] patches no longer requiredsvenschneider
2014-02-16[libfreenect-git] change the name of the include files to be patchedsvenschneider
2013-10-30[libfreenect-git] patch other include filessvenschneider
2013-01-03libfreenect-git: include python wrappers and enable audio by defaultSven Schneider
2012-10-31libfreenect-git: use https for download and updated dependenciesSven Schneider
2012-08-01libfreenect-git: fixed include path for cpp wrapperSven Schneider
2012-04-06added initial set of pkgbuildsSven Schneider