Ticket #29533: ffmpeg-0.6.3.diff
File ffmpeg-0.6.3.diff, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
7 7 name ffmpeg 8 8 conflicts ffmpeg-devel 9 9 epoch 1 10 version 0.6. 210 version 0.6.3 11 11 license nonfree GPL-2+ LGPL-2.1+ 12 12 categories multimedia 13 13 maintainers devans openmaintainer … … 49 49 50 50 use_bzip2 yes 51 51 52 checksums md5 f7819307dad55aa0d6b40ac0e862884d \ 53 sha1 d4e464d4111971b9cef10be7a1efa3677a899338 \ 54 rmd160 cd2f5011c65a9eaf5353a8d49ff3a14a467baa63 52 checksums sha1 25dd82e8a3627a1a9d4464e15685720215fecb3c \ 53 rmd160 623bf7c60ad7dd4febdac5ae5ef12566fb8dbf38 55 54 56 patchfiles patch-libswscale-Makefile.diff \ 57 patch-libswscale-swscale.h.diff \ 55 patchfiles patch-libswscale-swscale.h.diff \ 58 56 patch-Makefile.diff 59 57 60 58 depends_build port:pkgconfig \ … … 77 75 port:bzip2 \ 78 76 port:zlib 79 77 80 #81 # temporary empirical counter-intuitive hack to enable building on82 # single processor/core machines see #2592683 # TODO: understand the root cause, why this works and/or apply a better fix84 #85 86 if {${build.jobs} < 2} {87 build.jobs 288 }89 90 78 build.cmd ${prefix}/bin/gmake 91 79 build.env-append V=1 92 80