Re: [MacPorts] #13879: mpeg4ip activation fails
#13879: mpeg4ip activation fails --------------------------------------+------------------------------------- Reporter: yanjingfeng@hotmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: Port: mpeg4ip | --------------------------------------+------------------------------------- Changes (by devans@macports.org): * port: => mpeg4ip Old description:
After the installation of faac (audio), there will be activation fault when installing mpeg4ip. The error claims mp4.h is used by faac and needs to deactivate faac to finish mpeg4ip installation. A possible solution is change mpeg4ip include and lib directory.
{{{ #!diff --- Portfile_old 2007-10-17 15:41:40.000000000 -0400 +++ Portfile 2008-01-08 17:29:36.000000000 -0500 @@ -29,6 +29,8 @@ patchfiles patch-bootstrap.diff
configure.cmd ./bootstrap \ + --includedir=${prefix}/include/mpeg4ip \ + --libdir=${prefix}/lib/mpeg4ip \ --disable-player \ --mandir=${prefix}/share/man }}}
New description: After the installation of faac (audio), there will be activation fault when installing mpeg4ip. The error claims mp4.h is used by faac and needs to deactivate faac to finish mpeg4ip installation. A possible solution is change mpeg4ip include and lib directory. {{{ #!diff --- Portfile_old 2007-10-17 15:41:40.000000000 -0400 +++ Portfile 2008-01-08 17:29:36.000000000 -0500 @@ -29,6 +29,8 @@ patchfiles patch-bootstrap.diff configure.cmd ./bootstrap \ + --includedir=${prefix}/include/mpeg4ip \ + --libdir=${prefix}/lib/mpeg4ip \ --disable-player \ --mandir=${prefix}/share/man }}} -- Comment: As of 9/28/2007 version 1.6.1 was released and all upstream development was abandoned. Current MacPorts version is 1.5.0.1. Is there any interest in updating this port and addressing the issue of this ticket or should this ticket be closed and the port possibly deleted from MacPorts. Isn't this functionality available in other ports? -- Ticket URL: <http://trac.macports.org/ticket/13879#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts