[MacPorts] #13879: mpeg4ip activation fails

MacPorts trac at macosforge.org
Tue Jan 8 16:15:23 PST 2008


#13879: mpeg4ip activation fails
-------------------------------------+--------------------------------------
 Reporter:  yanjingfeng at hotmail.com  |       Owner:  macports-tickets at lists.macosforge.org
     Type:  enhancement              |      Status:  new                                  
 Priority:  Normal                   |   Milestone:                                       
Component:  ports                    |     Version:  1.6.0                                
 Keywords:                           |  
-------------------------------------+--------------------------------------
 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 -Naur Portfile_old Portfile
 --- 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
 }}}

-- 
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13879>
MacPorts </projects/macports>
Ports system for Mac OS


More information about the macports-tickets mailing list