Opened 16 years ago

Last modified 15 years ago

#13879 closed enhancement

mpeg4ip activation fails — at Version 4

Reported by: yanjingfeng@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc: pguyot@…, liontooth@…
Port: mpeg4ip

Description (last modified by dbevans (David B. Evans))

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.

  • (a) Portfile_old vs. (b) Portfile

    a b  
    2929patchfiles      patch-bootstrap.diff
    3030
    3131configure.cmd   ./bootstrap \
     32          --includedir=${prefix}/include/mpeg4ip \
     33          --libdir=${prefix}/lib/mpeg4ip \
    3234            --disable-player \
    3335            --mandir=${prefix}/share/man

Change History (4)

comment:1 Changed 16 years ago by jmpp@…

Description: modified (diff)
Milestone: Port Bugs

comment:2 Changed 16 years ago by jmroot (Joshua Root)

Cc: pguyot@… added

Cc faac maintainer.

comment:3 Changed 16 years ago by jmroot (Joshua Root)

Cc: liontooth@… added

Cc reporter of duplicate #14358.

comment:4 Changed 16 years ago by dbevans (David B. Evans)

Description: modified (diff)
Port: mpeg4ip added

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?

Note: See TracTickets for help on using tickets.