Ticket #52875: Portfile-ffmpeg-3.2_2.diff
File Portfile-ffmpeg-3.2_2.diff, 1.1 KB (added by arboz, 8 years ago) |
---|
-
ffmpeg/Portfile
old new 9 9 10 10 name ffmpeg 11 11 conflicts ffmpeg-devel 12 epoch 112 epoch 2 13 13 version 3.2 14 14 license LGPL-2.1+ 15 15 categories multimedia … … 87 87 port:freetype \ 88 88 port:fribidi \ 89 89 path:lib/libspeex.dylib:speex \ 90 port:libsdl 2\90 port:libsdl \ 91 91 port:soxr \ 92 92 port:bzip2 \ 93 93 port:xz \ … … 154 154 configure.args-append --disable-libbluray 155 155 configure.args-append --disable-asm 156 156 } 157 157 158 # libsdl2 requires 10.7 to build for now this gets it off 10.5/9.8.0 159 if {${os.major} > 9} { 160 depends_lib-append port:libsdl2 161 depends_lib-delete port:libsdl 162 } 158 163 # filters coreimage and coreimagesrc don't build on 10.6 159 164 # and earlier due to use of bridged casts in Objective C (#51823) 160 165 if {${os.major} < 11} {