Revision: 118505 https://trac.macports.org/changeset/118505 Author: mojca@macports.org Date: 2014-04-03 07:07:56 -0700 (Thu, 03 Apr 2014) Log Message: ----------- libmpeg2: whitespace and sha256 only Modified Paths: -------------- trunk/dports/multimedia/libmpeg2/Portfile Modified: trunk/dports/multimedia/libmpeg2/Portfile =================================================================== --- trunk/dports/multimedia/libmpeg2/Portfile 2014-04-03 14:03:35 UTC (rev 118504) +++ trunk/dports/multimedia/libmpeg2/Portfile 2014-04-03 14:07:56 UTC (rev 118505) @@ -1,53 +1,52 @@ # -*- 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 -PortGroup muniversal 1.0 +PortSystem 1.0 +PortGroup muniversal 1.0 -name libmpeg2 -version 0.5.1 -revision 2 -categories multimedia -license GPL-2+ -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/ +name libmpeg2 +version 0.5.1 +revision 2 +categories multimedia +license GPL-2+ +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 +checksums rmd160 00b2d669655ed3f7a176f5eecc925045159a0301 \ + sha256 dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4 -depends_lib port:libsdl \ - port:xorg-libXv +depends_lib port:libsdl \ + port:xorg-libXv -patchfiles universal.patch -patch.pre_args -p1 +patchfiles universal.patch +patch.pre_args -p1 -configure.args --enable-shared \ - --mandir=${prefix}/share/man \ - --x-includes=${prefix}/include \ - --x-libraries=${prefix}/lib +configure.args --enable-shared \ + --mandir=${prefix}/share/man \ + --x-includes=${prefix}/include \ + --x-libraries=${prefix}/lib configure.cflags-append -std=gnu89 variant no_sdl description {Don't use libsdl} { - depends_lib-delete port:libsdl - configure.args-append --disable-sdl + depends_lib-delete port:libsdl + configure.args-append --disable-sdl } variant no_x11 { - configure.args-append --without-x - configure.args-delete --x-includes=${prefix}/include - configure.args-delete --x-libraries=${prefix}/lib - depends_lib-delete port:xorg-libXv + configure.args-append --without-x + configure.args-delete --x-includes=${prefix}/include + configure.args-delete --x-libraries=${prefix}/lib + depends_lib-delete port:xorg-libXv } -livecheck.type regex -livecheck.url ${homepage}downloads.html -livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" +livecheck.type regex +livecheck.url ${homepage}downloads.html +livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
participants (1)
-
mojca@macports.org