From 30e9f1b45bf1b9769a4b26135a3c0fe044cfb33e Mon Sep 17 00:00:00 2001 From: msergeyy Date: Sun, 26 Jan 2014 00:10:21 +0300 Subject: libbluray 0.5.0 Closes #26170. Signed-off-by: Brett Koonce --- Library/Formula/libbluray.rb | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) (limited to 'Library') 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 - #include FT_FREETYPE_H --#include -+#include FT_SYNTHESIS_H - #endif - - #include "textst_render.h" - -- cgit v1.2.3