[139033] trunk/dports/audio/pulseaudio
devans at macports.org
devans at macports.org
Thu Jul 30 02:13:49 PDT 2015
Revision: 139033
https://trac.macports.org/changeset/139033
Author: devans at macports.org
Date: 2015-07-30 02:13:49 -0700 (Thu, 30 Jul 2015)
Log Message:
-----------
pulseaudio: tweek default.pa so that the server starts out of the box using coreaudio with playback and record enabled.
Modified Paths:
--------------
trunk/dports/audio/pulseaudio/Portfile
trunk/dports/audio/pulseaudio/files/patch-src_daemon_default.pa.in-load-module-coreaudio-detect.diff
trunk/dports/audio/pulseaudio/files/patch-src_daemon_system.pa.in-load-module-coreaudio-detect.diff
Property Changed:
----------------
trunk/dports/audio/pulseaudio/
Property changes on: trunk/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/GNOME-3/stable/dports/audio/pulseaudio:135532-135540
/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
/users/devans/GNOME-3/stable/dports/audio/pulseaudio:135532-135540,138954-139032
/users/devans/dports/audio/pulseaudio:116663-117812
Modified: trunk/dports/audio/pulseaudio/Portfile
===================================================================
--- trunk/dports/audio/pulseaudio/Portfile 2015-07-30 08:40:28 UTC (rev 139032)
+++ trunk/dports/audio/pulseaudio/Portfile 2015-07-30 09:13:49 UTC (rev 139033)
@@ -9,7 +9,7 @@
name pulseaudio
version 6.0
-revision 8
+revision 9
license LGPL-2.1
categories audio
maintainers ionic openmaintainer
Modified: trunk/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-30 08:40:28 UTC (rev 139032)
+++ trunk/dports/audio/pulseaudio/files/patch-src_daemon_default.pa.in-load-module-coreaudio-detect.diff 2015-07-30 09:13:49 UTC (rev 139033)
@@ -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: trunk/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-30 08:40:28 UTC (rev 139032)
+++ trunk/dports/audio/pulseaudio/files/patch-src_daemon_system.pa.in-load-module-coreaudio-detect.diff 2015-07-30 09:13:49 UTC (rev 139033)
@@ -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/20150730/46983f3a/attachment-0001.html>
More information about the macports-changes
mailing list