From 1150e449e2c98180ec6e8792437f0c005c3cd8da Mon Sep 17 00:00:00 2001 From: rogeriopvl Date: Mon, 5 Dec 2011 17:46:21 +0000 Subject: libdlna: fix for newer libavformat versions. Signed-off-by: Adam Vandenberg --- Library/Formula/libdlna.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Library/Formula/libdlna.rb') diff --git a/Library/Formula/libdlna.rb b/Library/Formula/libdlna.rb index d18c6abf2..d6ea7eee6 100644 --- a/Library/Formula/libdlna.rb +++ b/Library/Formula/libdlna.rb @@ -7,9 +7,14 @@ class Libdlna < Formula depends_on 'ffmpeg' + # Patches exist in the gentoo repository, but since the project isn't under active + # development they may never get pulled officially. + # fixes ffmpeg locations & missing symbols for newer versions of libavformat def patches - # fixes ffmpeg locations - "https://gist.github.com/raw/356431/fbddfeee80d9224f6c67886b119fbd813f3c0ffa/libdlna.patch" + [ + "https://gist.github.com/raw/356431/fbddfeee80d9224f6c67886b119fbd813f3c0ffa/libdlna.patch", + "https://gist.github.com/raw/1434147/293ec631536bc34a6e2dd49bb0f30c86f02b1107/libdlna023_fix_symbols.patch" + ] end def install -- cgit v1.2.3