[MacPorts] #26528: avidemux 2.5.3 uses ffmpeg port headers instead of its own

MacPorts noreply at macports.org
Fri Mar 30 05:12:37 PDT 2012


#26528: avidemux 2.5.3 uses ffmpeg port headers instead of its own
--------------------------------+-------------------------------------------
  Reporter:  ak.ml@…            |       Owner:  macports-tickets@…                   
      Type:  defect             |      Status:  reopened                             
  Priority:  Normal             |   Milestone:                                       
 Component:  ports              |     Version:  1.9.1                                
Resolution:                     |    Keywords:                                       
      Port:  avidemux           |  
--------------------------------+-------------------------------------------

Comment(by kato23@…):

 The
 [http://www.cmake.org/cmake/help/cmake-2-8-docs.html#command:include_directories
 CMake 2.8 Documentation] of 2012-03-30 apparently has switched back to
 '''{{{CMAKE_INCLUDE_DIRECTORIES_BEFORE}}}''' (from previous
 {{{CMAKE_include_directories_BEFORE}}}).

 Editing the {{{avidemux}}} Portfile with respect to this change allows
 {{{avidemux @2.5.3_7+aac+dts+lame+ogg+x264+xvid}}} to build successfully
 on Mac OS X 10.6.8.

 {{{

 # edit the avidemux Portfile
 cd "$(port dir avidemux)"
 cat <<-'EOF' | sudo ed -s Portfile
 H
 /-DCMAKE_include_directories_BEFORE=ON/s//-DCMAKE_INCLUDE_DIRECTORIES_BEFORE=ON/
 wq
 EOF

 }}}

 (Deactivating an already installed {{{ffmpeg}}} port worked for me as
 well.)

 (Note: I installed {{{avidemux}}} in a custom location as described in the
 {{{MacPorts Guide}}},
 [http://guide.macports.org/#installing.macports.source.multiple   2.3.4.
 Install Multiple MacPorts Copies].)

-- 
Ticket URL: <https://trac.macports.org/ticket/26528#comment:8>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list