[119910] trunk/dports/multimedia/mjpegtools/Portfile

mf2k at macports.org mf2k at macports.org
Fri May 9 13:49:17 PDT 2014


Revision: 119910
          https://trac.macports.org/changeset/119910
Author:   mf2k at macports.org
Date:     2014-05-09 13:49:17 -0700 (Fri, 09 May 2014)
Log Message:
-----------
mjpegtools: Add and conform to mode line. De-tab. Spacing fixies. Sort dependencies.

Modified Paths:
--------------
    trunk/dports/multimedia/mjpegtools/Portfile

Modified: trunk/dports/multimedia/mjpegtools/Portfile
===================================================================
--- trunk/dports/multimedia/mjpegtools/Portfile	2014-05-09 20:43:29 UTC (rev 119909)
+++ trunk/dports/multimedia/mjpegtools/Portfile	2014-05-09 20:49:17 UTC (rev 119910)
@@ -1,49 +1,50 @@
+# -*- 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
+PortSystem          1.0
 
-name		mjpegtools
-version		2.0.0
-revision	5
-categories	multimedia
-maintainers 	nomaintainer
-platforms	darwin
-description	Set of tools to record/playback/edit videos in MPEG format
-long_description	Programs for MJPEG recording and playback and simple cut-and-paste \
-			editing and MPEG compression of audio and video.
+name                mjpegtools
+version             2.0.0
+revision            5
+categories          multimedia
+maintainers         nomaintainer
+platforms           darwin
 
-homepage	http://mjpeg.sourceforge.net/
-master_sites	sourceforge:project/mjpeg/mjpegtools/${version}
+description         Set of tools to record/playback/edit videos in MPEG format
+long_description    Programs for MJPEG recording and playback and simple cut-and-paste \
+                    editing and MPEG compression of audio and video.
 
-checksums       rmd160  454e23bedb2bd592912a546d0621b5c3662c3bb2 \
-                sha256  bf3541593e71602f7b440c2e7d81b433f53d0511e74642f35bea9b3feded7a97
+homepage            http://mjpeg.sourceforge.net/
+master_sites        sourceforge:project/mjpeg/mjpegtools/${version}
 
-depends_build	port:pkgconfig
+checksums           rmd160  454e23bedb2bd592912a546d0621b5c3662c3bb2 \
+                    sha256  bf3541593e71602f7b440c2e7d81b433f53d0511e74642f35bea9b3feded7a97
 
-depends_lib     port:gtk2 \
-                port:libsdl_gfx \
-                port:libpng \
-                port:jpeg \
-                port:libdv \
-		port:libquicktime-devel
+depends_build       port:pkgconfig
 
+depends_lib         port:gtk2 \
+                    port:jpeg \
+                    port:libdv \
+                    port:libpng \
+                    port:libquicktime-devel \
+                    port:libsdl_gfx
+
 # use only libquicktime-devel until libquicktime is updated
 # to build with ffmpeg-2.0
 #                path:lib/libquicktime.dylib:libquicktime-devel
 
-patchfiles      patch-y4mdenoise-MotionSearcher.hh.diff
+patchfiles          patch-y4mdenoise-MotionSearcher.hh.diff
 
-configure.args  --enable-simd-accel \
-                --disable-sdltest \
-                --without-x
+configure.args      --enable-simd-accel \
+                    --disable-sdltest \
+                    --without-x
 
-
 variant x11 {
-    configure.args-delete --without-x
-    configure.args-append --with-x
-    depends_lib-append port:xorg-libXxf86dga
+    configure.args-delete   --without-x
+    configure.args-append   --with-x
+    depends_lib-append      port:xorg-libXxf86dga
 }
 
-default_variants +x11
+default_variants    +x11
 
-livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
+livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140509/712203e9/attachment.html>


More information about the macports-changes mailing list