Ticket #19278: VLC-0.9.9a-Portfile.diff

File VLC-0.9.9a-Portfile.diff, 1.5 KB (added by max@…, 15 years ago)
  • Portfile

    old new  
    33PortSystem                      1.0
    44
    55name                            VLC
    6 version                         0.9.9
     6version                         0.9.9a
    77revision                        0
    88
    99categories                      multimedia
     
    2323distname                        vlc-${version}
    2424use_bzip2                       yes
    2525
    26 checksums           md5     b7c2a75194ad5c73979c3d880aebbe38 \
    27                     sha1    288afb5916c12f1bbffd36d3b897cb7e9b3da2b3 \
    28                                         rmd160  eba9309d3594bcb8f2ae793f969e3ad05c74f7f6
     26checksums           md5     c8d832deeef7f4072a73506f8d033198 \
     27                    sha1    c72a3aa7854292356c0c5149cbb732da7d46b163 \
     28                                        rmd160  c185b5e8dae8e8aacb6e1c03f14eae24cb805648
    2929
    3030# Remove LLVM for now. Only required for upcoming VLC 1.0.0
    3131#depends_build-append port:llvm-gcc42
     
    3636                                        port:libdvdplay port:libdvdnav port:ffmpeg \
    3737                                        port:gnutls port:taglib
    3838
    39 patchfiles                      VLC-Makefile.in.diff VLC-x264.c.diff
     39patchfiles                      VLC-Makefile.in.diff
    4040
    4141# VLC needs to be compiled with llvm-gcc frontend
    4242#configure.cc           ${prefix}/bin/llvm-gcc-4.2
     
    4747build.target            all
    4848destroot.target         install VLC.app
    4949
     50livecheck.url           http://download.videolan.org/pub/videolan/vlc/
     51livecheck.regex         <a href=\"(\\d\[\\d|\.|\\w\]+).*/\">
     52
    5053configure.args-append   --disable-macosx-defaults \
    5154        --disable-debug --disable-x11 --disable-xvideo --disable-glx \
    5255        --disable-skins2 --disable-notify --disable-telepathy --disable-twolame \