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)

proposed patch

  • Portfile

     
    77name            ffmpeg
    88conflicts       ffmpeg-devel
    99epoch           1
    10 version         0.6.2
     10version         0.6.3
    1111license         nonfree GPL-2+ LGPL-2.1+
    1212categories      multimedia
    1313maintainers     devans openmaintainer
     
    4949
    5050use_bzip2       yes
    5151
    52 checksums       md5     f7819307dad55aa0d6b40ac0e862884d \
    53                 sha1    d4e464d4111971b9cef10be7a1efa3677a899338 \
    54                 rmd160  cd2f5011c65a9eaf5353a8d49ff3a14a467baa63
     52checksums       sha1    25dd82e8a3627a1a9d4464e15685720215fecb3c \
     53                rmd160  623bf7c60ad7dd4febdac5ae5ef12566fb8dbf38
    5554
    56 patchfiles      patch-libswscale-Makefile.diff \
    57                 patch-libswscale-swscale.h.diff \
     55patchfiles      patch-libswscale-swscale.h.diff \
    5856                patch-Makefile.diff
    5957
    6058depends_build   port:pkgconfig \
     
    7775                port:bzip2 \
    7876                port:zlib
    7977
    80 #
    81 # temporary empirical counter-intuitive hack to enable building on
    82 # single processor/core machines see #25926
    83 # TODO: understand the root cause, why this works and/or apply a better fix
    84 #
    85 
    86 if {${build.jobs} < 2} {
    87     build.jobs 2
    88 }
    89 
    9078build.cmd       ${prefix}/bin/gmake
    9179build.env-append V=1
    9280