Ticket #33012: avidemux-2.5.6.diff
File avidemux-2.5.6.diff, 2.1 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
4 4 PortGroup cmake 1.0 5 5 6 6 name avidemux 7 version 2.5.3 8 revision 6 7 version 2.5.6 9 8 categories multimedia 10 9 platforms darwin 11 10 maintainers nomaintainer … … 18 17 using a variety of codecs. Tasks can be automated using \ 19 18 projects, job queue and powerful scripting capabilities. 20 19 21 master_sites sourceforge 20 master_sites sourceforge:project/avidemux/avidemux/${version} 22 21 distname ${name}_${version} 23 checksums md5 5a688029895b66b65ca86b7c85a03ee3 \24 sha1 073e20007ba5097790cf84cf94b6002c54953395 \25 rmd160 680963060cdb959d1791a4c0d481eed0e426214d26 22 23 checksums rmd160 c09f1018ed4ded7f7a89ba0cc2a7a056314cc785 \ 24 sha256 d6da7f2c4304368bd9c367a74a464b47d42fee9cada2960e70053d61c1ef9b8b 25 27 26 depends_build-append \ 28 27 port:pkgconfig \ 29 28 port:yasm … … 36 35 port:fontconfig \ 37 36 port:freetype 38 37 39 patchfiles patch-mangle-asm.diff \ 40 patch-cmake-use-sdl.diff \ 41 patch-build-plugins.diff \ 42 patch-ffmpeg-libs-naming.diff \ 38 patchfiles patch-build-plugins.diff \ 43 39 patch-ffmpeg-configure.diff \ 44 40 patch-no-bundles.diff \ 45 patch-libsdl_CMakeLists.txt.diff \ 46 patch-x264.diff 41 patch-libsdl_CMakeLists.txt.diff 47 42 48 post-extract {49 # DOS to UNIX line endings so we can patch properly.50 fs-traverse file ${worksrcpath}/plugins/ADM_videoEncoder/ADM_vidEnc_x264 {51 switch [file extension ${file}] {52 .cpp -53 .h {54 reinplace "s|\r||g" ${file}55 }56 }57 }58 }59 60 43 # do a out of place build 61 44 pre-configure { 62 45 file mkdir ${workpath}/build