aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authormsergeyy2014-01-26 00:10:21 +0300
committerBrett Koonce2014-01-25 20:22:28 -0600
commit30e9f1b45bf1b9769a4b26135a3c0fe044cfb33e (patch)
treee62df6170e86182de6ea8903de08c5afe53e1f56 /Library
parentc564a47d553dbe8230e9e4a658c18cf2b1bf26a0 (diff)
downloadhomebrew-30e9f1b45bf1b9769a4b26135a3c0fe044cfb33e.tar.bz2
libbluray 0.5.0
Closes #26170. Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libbluray.rb23
1 files changed, 2 insertions, 21 deletions
diff --git a/Library/Formula/libbluray.rb b/Library/Formula/libbluray.rb
index 3f37f8063..4b896f923 100644
--- a/Library/Formula/libbluray.rb
+++ b/Library/Formula/libbluray.rb
@@ -2,8 +2,8 @@ require 'formula'
class Libbluray < Formula
homepage 'http://www.videolan.org/developers/libbluray.html'
- url 'ftp://ftp.videolan.org/pub/videolan/libbluray/0.4.0/libbluray-0.4.0.tar.bz2'
- sha1 '39984aae77efde2e0917ed7e183ebf612813d7f3'
+ url 'ftp://ftp.videolan.org/pub/videolan/libbluray/0.5.0/libbluray-0.5.0.tar.bz2'
+ sha1 '1a9c61daefc31438f9165e7681c563d0524b2d3e'
head do
url 'git://git.videolan.org/libbluray.git'
@@ -16,9 +16,6 @@ class Libbluray < Formula
depends_on 'pkg-config' => :build
depends_on :freetype => :recommended
- # Upstream patch for freetype 2.5.1+
- def patches; DATA; end
-
def install
ENV.libxml2
@@ -28,19 +25,3 @@ class Libbluray < Formula
system "make install"
end
end
-
-__END__
-diff --git a/src/libbluray/decoders/textst_render.c b/src/libbluray/decoders/textst_render.c
-index 780b640..ffcb1bd 100644
---- a/src/libbluray/decoders/textst_render.c
-+++ b/src/libbluray/decoders/textst_render.c
-@@ -30,7 +30,7 @@
- #ifdef HAVE_FT2
- #include <ft2build.h>
- #include FT_FREETYPE_H
--#include <freetype/ftsynth.h>
-+#include FT_SYNTHESIS_H
- #endif
-
- #include "textst_render.h"
-