[135537] users/devans/GNOME-3/stable/dports/audio/pulseaudio

devans at macports.org devans at macports.org
Sat Apr 25 11:28:02 PDT 2015


Revision: 135537
          https://trac.macports.org/changeset/135537
Author:   devans at macports.org
Date:     2015-04-25 11:28:01 -0700 (Sat, 25 Apr 2015)
Log Message:
-----------
GNOME-3/stable: pulseaudio, reformat, white space only.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/audio/pulseaudio/Portfile

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/audio/pulseaudio/


Property changes on: users/devans/GNOME-3/stable/dports/audio/pulseaudio
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/audio/pulseaudio:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/dports/audio/pulseaudio:116663-117812
   + /branches/mld-qt-481/dports/audio/pulseaudio:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/audio/pulseaudio:134387-135536
/users/devans/dports/audio/pulseaudio:116663-117812

Modified: users/devans/GNOME-3/stable/dports/audio/pulseaudio/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/audio/pulseaudio/Portfile	2015-04-25 18:26:21 UTC (rev 135536)
+++ users/devans/GNOME-3/stable/dports/audio/pulseaudio/Portfile	2015-04-25 18:28:01 UTC (rev 135537)
@@ -4,52 +4,51 @@
 # TODO: Improve atomics by using libkern/OSAtomics.h
 #       https://bugs.freedesktop.org/show_bug.cgi?id=67795
 
-PortSystem      1.0
+PortSystem          1.0
 
-name            pulseaudio
-version         5.0
-revision        1
-license         LGPL-2.1
-categories      audio
-maintainers     devans openmaintainer
-platforms       darwin
-description     A sound server for POSIX OSes
+name                pulseaudio
+version             5.0
+revision            1
+license             LGPL-2.1
+categories          audio
+maintainers         devans openmaintainer
+platforms           darwin
+description         A sound server for POSIX OSes
 
-long_description \
-                PulseAudio is a sound server for POSIX OSes, meaning that it is a proxy \
-                for your sound applications. It allows you to do advanced operations \
-                on your sound data as it passes between your application and your hardware. \
-                Things like transferring the audio to a different machine, changing the \
-                sample format or channel count and mixing several sounds into one are \
-                easily achieved using a sound server.
+long_description    PulseAudio is a sound server for POSIX OSes, meaning that it is a proxy \
+                    for your sound applications. It allows you to do advanced operations \
+                    on your sound data as it passes between your application and your hardware. \
+                    Things like transferring the audio to a different machine, changing the \
+                    sample format or channel count and mixing several sounds into one are \
+                    easily achieved using a sound server.
 
-homepage        http://www.freedesktop.org/wiki/Software/PulseAudio/
-master_sites    http://freedesktop.org/software/${name}/releases/
+homepage            http://www.freedesktop.org/wiki/Software/PulseAudio/
+master_sites        http://freedesktop.org/software/${name}/releases/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  4ba13e92c58f8ada4542d521131094a55e3b6991 \
-                sha256  99c13a8b1249ddbd724f195579df79484e9af6418cecf6a15f003a7f36caf939
+checksums           rmd160  4ba13e92c58f8ada4542d521131094a55e3b6991 \
+                    sha256  99c13a8b1249ddbd724f195579df79484e9af6418cecf6a15f003a7f36caf939
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:autoconf \
-                port:automake \
-                port:libtool \
-                port:p5.16-xml-parser
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool \
+                    port:p5.16-xml-parser
 
-depends_lib     port:libiconv \
-                port:json-c \
-                port:libsndfile \
-                port:libsamplerate \
-                port:libtool \
-                port:gdbm \
-                path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                port:gtk3 \
-                port:dbus \
-                port:fftw-3-single \
-                port:speex \
-                port:orc
+depends_lib         port:libiconv \
+                    port:json-c \
+                    port:libsndfile \
+                    port:libsamplerate \
+                    port:libtool \
+                    port:gdbm \
+                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:gtk3 \
+                    port:dbus \
+                    port:fftw-3-single \
+                    port:speex \
+                    port:orc
 
 # configure falls back to libatomic_ops as last resort
 # if no linux kernel support and inline asm snippet fails to build
@@ -62,7 +61,7 @@
     }
 }
 
-patchfiles      patch-man-Makefile.am.diff i386.patch
+patchfiles          patch-man-Makefile.am.diff i386.patch
 
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
@@ -71,36 +70,36 @@
     reinplace "s|@@MP_PERL@@|${prefix}/bin/perl5.16|" ${worksrcpath}/man/Makefile.am
 }
 
-configure.cmd   ./autogen.sh
+configure.cmd       ./autogen.sh
 
-configure.args  --with-mac-sysroot=/ \
-                --with-mac-version-min=$macosx_deployment_target \
-                --without-caps \
-                --disable-silent-rules \
-                --disable-tests \
-                --disable-x11 \
-                --disable-oss-output \
-                --disable-alsa \
-                --disable-esound \
-                --disable-solaris \
-                --disable-waveout \
-                --disable-avahi \
-                --disable-gconf \
-                --disable-jack \
-                --disable-asyncns \
-                --disable-tcpwrap \
-                --disable-lirc \
-                --disable-bluez4 \
-                --disable-bluez5 \
-                --disable-udev \
-                --disable-hal-compat \
-                --disable-openssl \
-                --disable-xen \
-                --disable-systemd \
-                --enable-neon-opt=no \
-                --enable-orc
+configure.args      --with-mac-sysroot=/ \
+                    --with-mac-version-min=$macosx_deployment_target \
+                    --without-caps \
+                    --disable-silent-rules \
+                    --disable-tests \
+                    --disable-x11 \
+                    --disable-oss-output \
+                    --disable-alsa \
+                    --disable-esound \
+                    --disable-solaris \
+                    --disable-waveout \
+                    --disable-avahi \
+                    --disable-gconf \
+                    --disable-jack \
+                    --disable-asyncns \
+                    --disable-tcpwrap \
+                    --disable-lirc \
+                    --disable-bluez4 \
+                    --disable-bluez5 \
+                    --disable-udev \
+                    --disable-hal-compat \
+                    --disable-openssl \
+                    --disable-xen \
+                    --disable-systemd \
+                    --enable-neon-opt=no \
+                    --enable-orc
 
-add_users       pulse group=pulse realname=Pulse\ Audio
+add_users           pulse group=pulse realname=Pulse\ Audio
 
 variant x11 {
     configure.args-delete   --disable-x11
@@ -116,8 +115,8 @@
     depends_lib-append      port:jack
 }
 
-default_variants +x11
+default_variants    +x11
 
-livecheck.type  regex
-livecheck.url   ${master_sites}
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150425/e83575c3/attachment.html>


More information about the macports-changes mailing list