Ticket #19278: VLC-0.9.9a-Portfile.diff
File VLC-0.9.9a-Portfile.diff, 1.5 KB (added by max@…, 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name VLC 6 version 0.9.9 6 version 0.9.9a 7 7 revision 0 8 8 9 9 categories multimedia … … 23 23 distname vlc-${version} 24 24 use_bzip2 yes 25 25 26 checksums md5 b7c2a75194ad5c73979c3d880aebbe38 \27 sha1 288afb5916c12f1bbffd36d3b897cb7e9b3da2b3 \28 rmd160 eba9309d3594bcb8f2ae793f969e3ad05c74f7f626 checksums md5 c8d832deeef7f4072a73506f8d033198 \ 27 sha1 c72a3aa7854292356c0c5149cbb732da7d46b163 \ 28 rmd160 c185b5e8dae8e8aacb6e1c03f14eae24cb805648 29 29 30 30 # Remove LLVM for now. Only required for upcoming VLC 1.0.0 31 31 #depends_build-append port:llvm-gcc42 … … 36 36 port:libdvdplay port:libdvdnav port:ffmpeg \ 37 37 port:gnutls port:taglib 38 38 39 patchfiles VLC-Makefile.in.diff VLC-x264.c.diff39 patchfiles VLC-Makefile.in.diff 40 40 41 41 # VLC needs to be compiled with llvm-gcc frontend 42 42 #configure.cc ${prefix}/bin/llvm-gcc-4.2 … … 47 47 build.target all 48 48 destroot.target install VLC.app 49 49 50 livecheck.url http://download.videolan.org/pub/videolan/vlc/ 51 livecheck.regex <a href=\"(\\d\[\\d|\.|\\w\]+).*/\"> 52 50 53 configure.args-append --disable-macosx-defaults \ 51 54 --disable-debug --disable-x11 --disable-xvideo --disable-glx \ 52 55 --disable-skins2 --disable-notify --disable-telepathy --disable-twolame \