Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libfreenect 0.5.5 #4294

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions Formula/libfreenect.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Libfreenect < Formula
desc "Drivers and libraries for the Xbox Kinect device"
homepage "https://openkinect.org/"
url "https://github.com/OpenKinect/libfreenect/archive/v0.5.4.tar.gz"
sha256 "de85e38ce195b693b4528880a843456c1d2c219b036bd1aa8dd36d11f58e5bc3"
url "https://github.com/OpenKinect/libfreenect/archive/v0.5.5.tar.gz"
sha256 "0d7fd69da254f3624848a31c3041dcb8b714a84110b5b6bbb59498c4ffdeafde"
head "https://github.com/OpenKinect/libfreenect.git"

bottle do
Expand All @@ -17,12 +17,6 @@ class Libfreenect < Formula
depends_on "cmake" => :build
depends_on "libusb"

# PR 27 Aug 2016 "Fix clang build error 'ambiguous call to abs'"
patch do
url "https://github.com/OpenKinect/libfreenect/pull/480.patch"
sha256 "32df40e2348027a4315fcd641b7384836334f8208bca85856ebc7033884df226"
end

def install
args = std_cmake_args
args << "-DBUILD_OPENNI2_DRIVER=ON"
Expand Down