File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed
platform/linux/portage/dev-libs/libfreenect Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ set(PYTHON_EXECUTABLE "python2")
40
40
PROJECT (libfreenect )
41
41
42
42
set (PROJECT_VER_MAJOR 0 )
43
- set (PROJECT_VER_MINOR 3 )
43
+ set (PROJECT_VER_MINOR 4 )
44
44
set (PROJECT_VER_PATCH 0 )
45
45
set (PROJECT_VER
46
46
"${PROJECT_VER_MAJOR} .${PROJECT_VER_MINOR} .${PROJECT_VER_PATCH} " )
Original file line number Diff line number Diff line change @@ -16,8 +16,9 @@ Audio is a work in progress.
16
16
17
17
To build libfreenect, you'll need
18
18
19
- - [ libusb] ( http://libusb.info/ ) >= 1.0.13
20
- - [ CMake] ( http://www.cmake.org/ ) >= 2.6
19
+ - [ libusb] ( http://libusb.info ) >= 1.0.13
20
+ - [ CMake] ( http://cmake.org ) >= 2.6
21
+ - [ python] ( http://python.org ) == 2.* (only if BUILD_AUDIO or BUILD_PYTHON)
21
22
22
23
For the examples, you'll need
23
24
@@ -26,13 +27,13 @@ For the examples, you'll need
26
27
- [ pthreads-win32] ( http://sourceforge.net/projects/pthreads4w/ ) (Windows)
27
28
28
29
29
- ## Fetch & Build <a name =" fetch-build " ></a >
30
+ ## <a name =" fetch-build " ></a >Fetch & Build
30
31
31
32
git clone https://github.com/OpenKinect/libfreenect
32
33
cd libfreenect
33
34
mkdir build
34
35
cd build
35
- cmake ..
36
+ cmake -L ..
36
37
make
37
38
38
39
# if you don't have `make` or don't want color output
Original file line number Diff line number Diff line change 1
- EBUILD libfreenect-9999.ebuild 2240 SHA256 a08047d60a53061516df2a185361ff3d6f7b126f305786cdc95977038c981255 SHA512 4bcb2bcab1e6c396d33a767d13200c5e2a15f4387d2898ec28c36edd15baf15a02b1ed3c9f356c86a0b69ccd68f238b7b9aa9aaf4b19a6b6673ac6e3823b8d89 WHIRLPOOL 11274f350181cd8d550dc4161d6de751a401665e36449bc93701183c0636f0932b3dcc84ff55a2ebf52e5b7c1713c475649713a5416e7563058f7da0c0b42d64
1
+ EBUILD libfreenect-9999.ebuild 2121 SHA256 223618ff82ec043e8f65d977bc0297a1ba71d25658125b2f3aabbaaf51b361ac SHA512 2e6f0e484389b338b32a8ea8cdec652c3d03bcda106cd98484cdbf084ebd60497c5cb63dd1cbe0fb4566a2fc2efe2e9bc4053532dd5f7655249cc0803b84a090 WHIRLPOOL b0ea6afdf4c270113dda55684565a341c61c4568baff8457a66d74ccfa9e343cb73713247cbf12bb92f1f828524053ab89343bfc96feeddb629a279d2e1e41bf
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ RDEPEND="${COMMON_DEP}"
28
28
DEPEND= " ${COMMON_DEP}
29
29
dev-util/cmake
30
30
virtual/pkgconfig
31
+ audio? ( dev-lang/python-2* )
31
32
doc? ( app-doc/doxygen )
32
33
python? ( dev-python/cython )"
33
34
@@ -49,10 +50,6 @@ src_configure() {
49
50
50
51
src_install () {
51
52
cmake-utils_src_install
52
- # Rename record example so it does not collide with xawtv
53
- if use examples; then
54
- mv " ${D} " /usr/bin/record " ${D} " /usr/bin/frecord || die
55
- fi
56
53
57
54
# udev rules
58
55
insinto /lib/udev/rules.d/
You can’t perform that action at this time.
0 commit comments