Changeset 79915
- Timestamp:
- 06/29/11 02:05:31 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/multimedia/avidemux/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/multimedia/avidemux/Portfile
r79905 r79915 27 27 depends_build-append \ 28 28 port:pkgconfig \ 29 port:yasm \ 30 port:dos2unix 29 port:yasm 31 30 32 31 depends_lib-append port:gtk2 \ … … 47 46 patch-x264.diff 48 47 49 pre-patch { 50 system "cd ${worksrcpath}/plugins/ADM_videoEncoder/ADM_vidEnc_x264 && dos2unix *.h *.cpp" 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 } 51 58 } 52 59
Note: See TracChangeset
for help on using the changeset viewer.

