mediatomb: bugfix for recent libav/ffmpeg

See https://bugs.launchpad.net/ubuntu/+source/mediatomb/+bug/784431 for details.

Closes Homebrew/homebrew#9016.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Alexandre Fiori 2011-12-07 01:36:31 -05:00 committed by Adam Vandenberg
parent 713c51e753
commit b779803a9c
1 changed files with 8 additions and 1 deletions

View File

@ -1,10 +1,17 @@
require 'formula'
class Mediatomb < Formula
url 'http://downloads.sourceforge.net/mediatomb/mediatomb-0.12.1.tar.gz'
homepage 'http://mediatomb.cc'
url 'http://downloads.sourceforge.net/mediatomb/mediatomb-0.12.1.tar.gz'
md5 'e927dd5dc52d3cfcebd8ca1af6f0d3c2'
# This is for libav 0.7 support. See:
# https://bugs.launchpad.net/ubuntu/+source/mediatomb/+bug/784431
# http://sourceforge.net/tracker/?func=detail&aid=3291062&group_id=129766&atid=715780
def patches
"https://launchpadlibrarian.net/71985647/libav_0.7_support.patch"
end
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"