[138954] users/devans/GNOME-3/stable/dports/audio

devans at macports.org devans at macports.org
Fri Jul 24 16:50:43 PDT 2015


Revision: 138954
          https://trac.macports.org/changeset/138954
Author:   devans at macports.org
Date:     2015-07-24 16:50:43 -0700 (Fri, 24 Jul 2015)
Log Message:
-----------
GNOME-3/stable: copy from trunk and tweek default.pa so that the server starts out of the box using coreaudio with playback and record enabled.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/audio/pulseaudio/Portfile
    users/devans/GNOME-3/stable/dports/audio/pulseaudio/files/patch-src_daemon_default.pa.in-load-module-coreaudio-detect.diff
    users/devans/GNOME-3/stable/dports/audio/pulseaudio/files/patch-src_daemon_system.pa.in-load-module-coreaudio-detect.diff

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

Modified: users/devans/GNOME-3/stable/dports/audio/pulseaudio/Portfile
===================================================================
--- trunk/dports/audio/pulseaudio/Portfile	2015-07-23 21:12:16 UTC (rev 138936)
+++ users/devans/GNOME-3/stable/dports/audio/pulseaudio/Portfile	2015-07-24 23:50:43 UTC (rev 138954)
@@ -9,7 +9,7 @@
 
 name                pulseaudio
 version             6.0
-revision            8
+revision            9
 license             LGPL-2.1
 categories          audio
 maintainers         ionic openmaintainer

Modified: users/devans/GNOME-3/stable/dports/audio/pulseaudio/files/patch-src_daemon_default.pa.in-load-module-coreaudio-detect.diff
===================================================================
--- trunk/dports/audio/pulseaudio/files/patch-src_daemon_default.pa.in-load-module-coreaudio-detect.diff	2015-07-23 21:12:16 UTC (rev 138936)
+++ users/devans/GNOME-3/stable/dports/audio/pulseaudio/files/patch-src_daemon_default.pa.in-load-module-coreaudio-detect.diff	2015-07-24 23:50:43 UTC (rev 138954)
@@ -1,12 +1,12 @@
 --- src/daemon/default.pa.in.orig	2014-01-23 13:57:55.000000000 -0500
 +++ src/daemon/default.pa.in	2014-11-23 22:03:02.000000000 -0500
-@@ -71,6 +71,10 @@
+@@ -70,6 +70,10 @@
  .ifexists module-udev-detect at PA_SOEXT@
  load-module module-udev-detect
  .else
 +], @HAVE_COREAUDIO@, 1, [dnl
 +.ifexists module-coreaudio-detect at PA_SOEXT@
-+load-module module-coreaudio-detect
++load-module module-coreaudio-detect record=1 playback=1
 +.else
  ], [dnl
  .ifexists module-detect at PA_SOEXT@

Modified: users/devans/GNOME-3/stable/dports/audio/pulseaudio/files/patch-src_daemon_system.pa.in-load-module-coreaudio-detect.diff
===================================================================
--- trunk/dports/audio/pulseaudio/files/patch-src_daemon_system.pa.in-load-module-coreaudio-detect.diff	2015-07-23 21:12:16 UTC (rev 138936)
+++ users/devans/GNOME-3/stable/dports/audio/pulseaudio/files/patch-src_daemon_system.pa.in-load-module-coreaudio-detect.diff	2015-07-24 23:50:43 UTC (rev 138954)
@@ -1,6 +1,6 @@
 --- src/daemon/system.pa.in.orig	2014-01-23 13:57:55.000000000 -0500
 +++ src/daemon/system.pa.in	2014-11-23 22:04:15.000000000 -0500
-@@ -29,6 +29,10 @@
+@@ -28,6 +28,10 @@
  .ifexists module-hal-detect at PA_SOEXT@
  load-module module-hal-detect
  .else
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150724/7015a2db/attachment.html>


More information about the macports-changes mailing list