Skip to content

Commit

Permalink
Update for v0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Benn Snyder <benn.snyder@gmail.com>
  • Loading branch information
piedar committed Feb 15, 2014
1 parent 1806da7 commit 4b41f29
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ set(PYTHON_EXECUTABLE "python2")
PROJECT(libfreenect)

set (PROJECT_VER_MAJOR 0)
set (PROJECT_VER_MINOR 3)
set (PROJECT_VER_MINOR 4)
set (PROJECT_VER_PATCH 0)
set (PROJECT_VER
"${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}.${PROJECT_VER_PATCH}")
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ Audio is a work in progress.

To build libfreenect, you'll need

- [libusb](http://libusb.info/) >= 1.0.13
- [CMake](http://www.cmake.org/) >= 2.6
- [libusb](http://libusb.info) >= 1.0.13
- [CMake](http://cmake.org) >= 2.6
- [python](http://python.org) == 2.* (only if BUILD_AUDIO or BUILD_PYTHON)

For the examples, you'll need

Expand All @@ -26,13 +27,13 @@ For the examples, you'll need
- [pthreads-win32](http://sourceforge.net/projects/pthreads4w/) (Windows)


## Fetch & Build <a name="fetch-build"></a>
## <a name="fetch-build"></a>Fetch & Build

git clone https://github.com/OpenKinect/libfreenect
cd libfreenect
mkdir build
cd build
cmake ..
cmake -L ..
make

# if you don't have `make` or don't want color output
Expand Down
2 changes: 1 addition & 1 deletion platform/linux/portage/dev-libs/libfreenect/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
EBUILD libfreenect-9999.ebuild 2240 SHA256 a08047d60a53061516df2a185361ff3d6f7b126f305786cdc95977038c981255 SHA512 4bcb2bcab1e6c396d33a767d13200c5e2a15f4387d2898ec28c36edd15baf15a02b1ed3c9f356c86a0b69ccd68f238b7b9aa9aaf4b19a6b6673ac6e3823b8d89 WHIRLPOOL 11274f350181cd8d550dc4161d6de751a401665e36449bc93701183c0636f0932b3dcc84ff55a2ebf52e5b7c1713c475649713a5416e7563058f7da0c0b42d64
EBUILD libfreenect-9999.ebuild 2121 SHA256 223618ff82ec043e8f65d977bc0297a1ba71d25658125b2f3aabbaaf51b361ac SHA512 2e6f0e484389b338b32a8ea8cdec652c3d03bcda106cd98484cdbf084ebd60497c5cb63dd1cbe0fb4566a2fc2efe2e9bc4053532dd5f7655249cc0803b84a090 WHIRLPOOL b0ea6afdf4c270113dda55684565a341c61c4568baff8457a66d74ccfa9e343cb73713247cbf12bb92f1f828524053ab89343bfc96feeddb629a279d2e1e41bf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RDEPEND="${COMMON_DEP}"
DEPEND= "${COMMON_DEP}
dev-util/cmake
virtual/pkgconfig
audio? ( dev-lang/python-2* )
doc? ( app-doc/doxygen )
python? ( dev-python/cython )"

Expand All @@ -49,10 +50,6 @@ src_configure() {

src_install() {
cmake-utils_src_install
# Rename record example so it does not collide with xawtv
if use examples; then
mv "${D}"/usr/bin/record "${D}"/usr/bin/frecord || die
fi

# udev rules
insinto /lib/udev/rules.d/
Expand Down

0 comments on commit 4b41f29

Please sign in to comment.