# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name libmpeg2 version 0.5.1 categories multimedia maintainers nomaintainer homepage http://libmpeg2.sourceforge.net/ description A free library for decoding mpeg-2 and mpeg-1 video streams. long_description libmpeg2 is a free library for decoding \ mpeg-2 and mpeg-1 video streams. The main \ goals in libmpeg2 development are \ conformance, speed, portability, and reuseability. platforms darwin master_sites ${homepage}files/ checksums md5 0f92c7454e58379b4a5a378485bbd8ef \ sha1 0f9163d8fd52db5f577ebe45636f674252641fd7 \ rmd160 00b2d669655ed3f7a176f5eecc925045159a0301 depends_lib port:libsdl configure.args --enable-shared \ --mandir=${prefix}/share/man configure.cppflags-append "-no-cpp-precomp" variant no_sdl description {Don't use libsdl} { depends_lib-delete port:libsdl configure.args-append --disable-sdl } livecheck.check regex livecheck.url ${homepage}downloads.html livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"