Ticket #48318: ffmpeg.diff

File ffmpeg.diff, 1.2 KB (added by ays388@…, 9 years ago)
  • Portfile

    old new  
    1111conflicts       ffmpeg-devel
    1212epoch           1
    1313version         2.7.1
     14revision        1
    1415license         LGPL-2.1+
    1516categories      multimedia
    1617maintainers     devans jeremyhu openmaintainer
     
    249250    configure.args-append   --enable-gpl \
    250251                            --enable-postproc \
    251252                            --enable-libx264 \
     253                            --enable-libx265 \
    252254                            --enable-libxvid
    253255    depends_lib-append      port:XviD \
    254                             port:x264
     256                            port:x264 \
     257                            port:x265
    255258    license-delete          LGPL-2.1+
    256259    license-append          GPL-2+
    257260}
     
    316319*******      postproc
    317320*******      libsambaclient
    318321*******      libx264
     322*******      libx265
    319323*******      libxvid
    320324*******      opencore-amr
    321325*******
     
    334338*******
    335339*******      postproc
    336340*******      libx264
     341*******      libx265
    337342*******      libxvid
    338343*******
    339344******* To include all nonfree, GPLed and LGPL code use variant +nonfree.