[131965] trunk/dports/gnome/gstreamer010/Portfile

devans at macports.org devans at macports.org
Wed Jan 21 15:59:06 PST 2015


Revision: 131965
          https://trac.macports.org/changeset/131965
Author:   devans at macports.org
Date:     2015-01-21 15:59:06 -0800 (Wed, 21 Jan 2015)
Log Message:
-----------
gstreamer010: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/gnome/gstreamer010/Portfile

Modified: trunk/dports/gnome/gstreamer010/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer010/Portfile	2015-01-21 23:53:01 UTC (rev 131964)
+++ trunk/dports/gnome/gstreamer010/Portfile	2015-01-21 23:59:06 UTC (rev 131965)
@@ -5,49 +5,45 @@
 PortGroup           conflicts_build 1.0
 
 # https://bugzilla.gnome.org/show_bug.cgi?id=636134
-PortGroup   muniversal 1.0
+PortGroup           muniversal 1.0
 
 name                gstreamer010
 set my_name         gstreamer
 version             0.10.36
 revision            1
-description \
-    GStreamer is a library for constructing graphs of media-handling components.
-long_description \
-    The applications it supports range from simple Ogg/Vorbis playback, audio/video \
-    streaming to complex audio (mixing) and video (non-linear editing) processing.
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin
-license     LGPL-2+
-homepage	http://${my_name}.freedesktop.org/
-distname    ${my_name}-${version}
+description         GStreamer is a library for constructing graphs of media-handling components.
+long_description    The applications it supports range from simple Ogg/Vorbis playback, audio/video \
+                    streaming to complex audio (mixing) and video (non-linear editing) processing.
+maintainers	        nomaintainer
+categories	        gnome
+platforms	        darwin
+license             LGPL-2+
+homepage	        http://${my_name}.freedesktop.org/
+distname            ${my_name}-${version}
 
-master_sites \
-    gnome:sources/${my_name}/[join [lrange [split ${version} .] 0 1] .]/ \
-    http://${my_name}.freedesktop.org/src/${my_name}/
+master_sites        gnome:sources/${my_name}/[join [lrange [split ${version} .] 0 1] .]/ \
+                    http://${my_name}.freedesktop.org/src/${my_name}/
 
 checksums           rmd160  5dd01d8ea7afe98e96037bf73f995654f469096e \
                     sha256  e556a529e0a8cf1cd0afd0cab2af5488c9524e7c3f409de29b5d82bb41ae7a30
 
-patchfiles      patch-gst__gstdatetime.c
+patchfiles          patch-gst__gstdatetime.c
 
-depends_build   \
-    port:gzip \
-    port:m4 \
-    path:bin/perl:perl5 \
-    port:pkgconfig
-depends_lib \
-    port:bison \
-    port:flex \
-    port:gettext \
-    path:lib/pkgconfig/glib-2.0.pc:glib2 \
-    port:libxml2 \
-    port:gobject-introspection
+depends_build       port:gzip \
+                    port:m4 \
+                    path:bin/perl:perl5 \
+                    port:pkgconfig
 
+depends_lib         port:bison \
+                    port:flex \
+                    port:gettext \
+                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:libxml2 \
+                    port:gobject-introspection
+
 use_bzip2           yes
 
-conflicts_build         check
+conflicts_build     check
 
 configure.env-append    PERL_PATH=${prefix}/bin/perl
 configure.cflags-append -funroll-loops -fstrict-aliasing -fno-common
@@ -64,7 +60,6 @@
         lappend merger_destroot_args(${arch})  CC='${configure.cc} -arch ${arch}'
     }
 } else {
-
     if {${build_arch} eq "i386"} {
         configure.args-append \
             --host=i686-apple-${os.platform}${os.major} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150121/a7863e32/attachment-0001.html>


More information about the macports-changes mailing list