[MacPorts] #14509: ffmpeg won't build on x86 / 10.4.11

MacPorts trac at macosforge.org
Thu Feb 28 22:18:23 PST 2008


#14509: ffmpeg won't build on x86 / 10.4.11
----------------------------------------+-----------------------------------
  Reporter:  richard at electrophobia.com  |       Owner:  macports-tickets at lists.macosforge.org
      Type:  defect                     |      Status:  new                                  
  Priority:  Normal                     |   Milestone:  Port Bugs                            
 Component:  ports                      |     Version:  1.6.0                                
Resolution:                             |    Keywords:  ffmpeg                               
----------------------------------------+-----------------------------------
Comment (by richard at electrophobia.com):

 Here is a suggested patch for the Portfile:
 {{{
 --- Portfile (Revision 33001)
 +++ Portfile (working copy)
 @@ -4,7 +4,7 @@

  name           ffmpeg
  version                0.4.9-pre1
 -revision       5
 +revision       6
  categories     multimedia
  maintainers    acho at macports.org openmaintainer
  description    Digital VCR and streaming server
 @@ -36,7 +36,7 @@

  fetch.type     svn
  svn.url        svn://svn.mplayerhq.hu/ffmpeg/trunk
 -svn.tag        11532
 +svn.tag        12276
  worksrcdir     trunk
  depends_build  bin:svn:subversion

 @@ -44,7 +44,7 @@
  configure.cflags-append        -DHAVE_LRINTF ${configure.cppflags}
  configure.args --prefix=${prefix} --disable-vhook \
                 --mandir=${prefix}/share/man \
 -               --enable-shared --enable-pthreads
 +               --enable-shared --enable-pthreads

  post-destroot {
         file mkdir ${destroot}${prefix}/share/doc/${name}
 @@ -54,8 +54,8 @@
         }
  }

 -platform darwin 9 {
 -       # Fix Leopard problems by disabling assembly for now; see #13019.
 +platform darwin i386 {
 +       # Fix x86 problems by disabling assembly for now; see #13019 &
 14509.
         configure.args-append --disable-mmx
  }
 }}}

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


More information about the macports-tickets mailing list