From ff9e42bd59b10c606751a09d887143dfd7c6cba1 Mon Sep 17 00:00:00 2001 From: rogeriopvl Date: Mon, 5 Dec 2011 17:46:21 +0000 Subject: [PATCH] libdlna: fix for newer libavformat versions. Signed-off-by: Adam Vandenberg --- Formula/libdlna.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Formula/libdlna.rb b/Formula/libdlna.rb index d18c6abf2e..d6ea7eee60 100644 --- a/Formula/libdlna.rb +++ b/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