Ticket #16101: patch-ffmpeg-Portfile-proposed.diff

File patch-ffmpeg-Portfile-proposed.diff, 1.1 KB (added by dbevans (David B. Evans), 16 years ago)

New proposed patch for Portfile

  • Portfile

    old new  
    4747    if {![file isdirectory ${distpath}/${svn_rev}]} {
    4848        file mkdir ${distpath}/${svn_rev}
    4949        system "svn export -r${svn_rev} --ignore-externals svn://svn.mplayerhq.hu/ffmpeg/trunk ${distpath}/${svn_rev}/trunk"
    50         system "svn export -r27347 svn://svn.mplayerhq.hu/mplayer/trunk/libswscale ${distpath}/${svn_rev}/trunk/libswscale"
     50        system "svn export -r27349 svn://svn.mplayerhq.hu/mplayer/trunk/libswscale ${distpath}/${svn_rev}/trunk/libswscale"
    5151    }
    5252}
    5353
     
    148148        }
    149149}
    150150variant avfilter requires gpl description {video filter support (replaces vhook)} {
    151         patchfiles-append patch-libswscale-Makefile.diff \
    152                 patch-Makefile.diff patch-libavfilter-Makefile.diff
    153         configure.args-append --enable-swscaler --enable-avfilter
     151        patchfiles-append patch-libswscale-Makefile.diff patch-configure.diff
     152        configure.args-append --enable-swscale --enable-avfilter
    154153
    155154        # keep vhook as long as avfilter isnt working fully
    156155        configure.args-delete --disable-vhook