New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20174: patch-frei0r-plugins.2.diff

File patch-frei0r-plugins.2.diff, 1.5 KB (added by devans@…, 3 years ago)

Revised Portfile as committed

  • Portfile

     
    44PortSystem          1.0 
    55 
    66name                frei0r-plugins 
    7 version             1.1.22 
     7version             1.1.22-git20090709 
    88categories          multimedia 
    99maintainers         poure.com:jm 
    1010description         Plugin API for video sources and filters 
     
    1515                    all kinds of video applications. 
    1616homepage            http://www.piksel.org/frei0r 
    1717platforms           darwin 
    18 master_sites        http://freshmeat.net/redir/frei0r/72056/url_tgz/ \ 
    19                     http://propirate.net/frei0r/ 
    2018 
    21 checksums           md5 8123893c67fc5ce01ddcb09853d47ed4 \ 
    22                     sha1 2bd488fc0e6d12b2f0b141ec21a3c74b7c85d4b4 \ 
    23                     rmd160 d5f989583839fde1e15c791ed4c62eeda4ddb760 
     19fetch.type          git 
     20git.url             git://code.dyne.org/frei0r.git  
     21git.branch          2eac2c32cf3e5878b63ac36b865e69657b4ee313  
     22                  
     23worksrcdir          frei0r 
     24configure.cmd       {./autogen.sh && ./configure} 
    2425 
    2526depends_lib         port:gavl \ 
    2627                    port:opencv 
    2728 
    28 depends_build       port:pkgconfig 
     29depends_build       port:pkgconfig \ 
     30                    port:autoconf \ 
     31                    port:libtool 
    2932 
    30 livecheck.check     regex 
    31 livecheck.url       http://propirate.net/frei0r/ 
    32 livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" 
     33#disable livecheck since fetching from git now 
     34livecheck.check     none