[MacPorts] #18850: mediatomb: fails to configure & build against latest ffmpeg 0.5
#18850: mediatomb: fails to configure & build against latest ffmpeg 0.5 ---------------------------------+------------------------------------------ Reporter: devans@… | Owner: yattenator@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: ffmpeg | Port: mediatomb ---------------------------------+------------------------------------------ mediatomb @0.11.0 fails to configure and build because configure and the sources are looking for <ffmpeg/avformat.h> while its location in recent versions of ffmpeg is <libavformat/avformat.h>. The attached patches * patch configure to correctly detect the presence of ffmpeg * patch the sources to use the new ffmpeg include paths * the revision is incremented to force a rebuild against the current ffmpeg 0.5 which is not ABI compatible with earlier versions (see #18793). -- Ticket URL: <http://trac.macports.org/ticket/18850> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18850: mediatomb: fails to configure & build against latest ffmpeg 0.5 ---------------------------------+------------------------------------------ Reporter: devans@… | Owner: yattenator@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: ffmpeg | Port: mediatomb ---------------------------------+------------------------------------------ Comment(by yattenator@…): Thanks devans. To close also #16756, these would be better, perhaps.[[BR]] patch-Portfile-2.diff & patch-configure.ac.diff * patches for not configure, but configure.ac * use_automake yes The same patch-src-metadata-ffmpeg_handler.cc.diff is also needed. -- Ticket URL: <http://trac.macports.org/ticket/18850#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18850: mediatomb: fails to configure & build against latest ffmpeg 0.5 ----------------------------------+----------------------------------------- Reporter: devans@… | Owner: yattenator@… Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: ffmpeg bind9 Port: mediatomb | ----------------------------------+----------------------------------------- Changes (by devans@…): * keywords: ffmpeg => ffmpeg bind9 * status: new => closed * resolution: => fixed Comment: Committed in r48239 with the following minor changes: * change use_autoconf to use_autoreconf as autoconf fails if local installed version is different than original (for example when port autoconf is installed.) * change patchfile name in Portfile to match actual patchfile name (patch-configure.ac.diff instead of patch-aclocal.m4.diff) Now configures and builds without error even when port bind9 is installed. Thanks for the additional fix. -- Ticket URL: <http://trac.macports.org/ticket/18850#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts