libdlna: fix for newer libavformat versions.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
rogeriopvl 2011-12-05 17:46:21 +00:00 committed by Adam Vandenberg
parent 44398439c4
commit ff9e42bd59

View file

@ -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