Ticket #32046: mjpegtools-2.0.0.diff
File mjpegtools-2.0.0.diff, 2.0 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name mjpegtools 6 version 1.9.0 7 revision 4 6 version 2.0.0 8 7 categories multimedia 9 8 maintainers gmail.com:filippo.natali 10 9 platforms darwin … … 13 12 editing and MPEG compression of audio and video. 14 13 15 14 homepage http://mjpeg.sourceforge.net/ 16 master_sites sourceforge: mjpeg15 master_sites sourceforge:project/mjpeg/mjpegtools/${version} 17 16 18 checksums md5 309a6fcf0900a010d6a9c1e91afc2f5c \ 19 sha1 1701233354c7ea86b5b7808c4dd5d03a71118e48 \ 20 rmd160 79e0eb4bce468bb8f12da336e29abe8fab390a5f 17 checksums rmd160 454e23bedb2bd592912a546d0621b5c3662c3bb2 \ 18 sha256 bf3541593e71602f7b440c2e7d81b433f53d0511e74642f35bea9b3feded7a97 21 19 22 20 depends_build port:pkgconfig 23 21 24 depends_lib port:xorg-libXxf86dga \ 25 port:gtk2 \ 22 depends_lib port:gtk2 \ 26 23 port:libsdl_gfx \ 27 24 port:libpng \ 28 25 port:jpeg \ 29 26 port:libdv \ 30 27 port:libquicktime 31 28 32 patchfiles jpeg-7.patch 29 configure.args --enable-simd-accel \ 30 --disable-sdltest \ 31 --without-x 33 32 34 configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info --enable-simd-accel --disable-sdltest --with-x35 33 36 variant no_x11 {37 depends_lib-delete port:xorg-libXxf86dga38 configure.args-delete--with-x39 configure.args-append --without-x34 variant x11 conflicts no_x11 { 35 configure.args-delete --without-x 36 configure.args-append --with-x 37 depends_lib-append port:xorg-libXxf86dga 40 38 } 41 39 42 livecheck.regex "<title>${name} (\\d+(?:\\.\\d+)*) released.*</title>" 40 variant no_x11 conflicts x11 description {Legacy compatibility variant} {} 41 42 if {[variant_isset no_x11]} { 43 default_variants -x11 44 } else { 45 default_variants +x11 46 } 47 48 livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}