Ticket #20174: patch-frei0r-plugins.2.diff
File patch-frei0r-plugins.2.diff, 1.5 KB (added by dbevans (David B. Evans), 15 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name frei0r-plugins 7 version 1.1.22 7 version 1.1.22-git20090709 8 8 categories multimedia 9 9 maintainers poure.com:jm 10 10 description Plugin API for video sources and filters … … 15 15 all kinds of video applications. 16 16 homepage http://www.piksel.org/frei0r 17 17 platforms darwin 18 master_sites http://freshmeat.net/redir/frei0r/72056/url_tgz/ \19 http://propirate.net/frei0r/20 18 21 checksums md5 8123893c67fc5ce01ddcb09853d47ed4 \ 22 sha1 2bd488fc0e6d12b2f0b141ec21a3c74b7c85d4b4 \ 23 rmd160 d5f989583839fde1e15c791ed4c62eeda4ddb760 19 fetch.type git 20 git.url git://code.dyne.org/frei0r.git 21 git.branch 2eac2c32cf3e5878b63ac36b865e69657b4ee313 22 23 worksrcdir frei0r 24 configure.cmd {./autogen.sh && ./configure} 24 25 25 26 depends_lib port:gavl \ 26 27 port:opencv 27 28 28 depends_build port:pkgconfig 29 depends_build port:pkgconfig \ 30 port:autoconf \ 31 port:libtool 29 32 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 34 livecheck.check none