--- pulseaudio/Makefile 2015-04-16 14:54:37.000000000 +0200 +++ pulseaudio/Makefile 2015-04-16 15:11:09.000000000 +0200 @@ -24,7 +24,6 @@ libdbus-1.so:${PORTSDIR}/devel/dbus \ libltdl.so:${PORTSDIR}/devel/libltdl \ libck-connector.so:${PORTSDIR}/sysutils/consolekit -RUN_DEPENDS= freedesktop-sound-theme>=0:${PORTSDIR}/audio/freedesktop-sound-theme USE_GNOME= glib20 intltool USE_XORG= x11 sm xtst ice --- pulseaudio/files/patch-src_daemon_default.pa.in 2015-04-16 14:54:37.000000000 +0200 +++ pulseaudio/files/patch-src_daemon_default.pa.in 2015-04-16 15:16:35.000000000 +0200 @@ -1,6 +1,6 @@ --- src/daemon/default.pa.in.orig 2015-02-12 14:10:35 UTC +++ src/daemon/default.pa.in -@@ -26,10 +26,10 @@ ifelse(@OS_IS_WIN32@, 1, [dnl +@@ -26,10 +26,12 @@ ifelse(@OS_IS_WIN32@, 1, [dnl load-sample x11-bell %WINDIR%\Media\ding.wav load-sample-dir-lazy %WINDIR%\Media\*.wav ], [dnl @@ -8,6 +8,8 @@ -#load-sample-lazy pulse-hotplug /usr/share/sounds/freedesktop/stereo/device-added.oga -#load-sample-lazy pulse-coldplug /usr/share/sounds/freedesktop/stereo/device-added.oga -#load-sample-lazy pulse-access /usr/share/sounds/freedesktop/stereo/message.oga ++# Install the port audio/freedesktop-sound-theme before uncommenting the ++# following four lines; +#load-sample-lazy x11-bell %%LOCALBASE%%/share/sounds/freedesktop/stereo/bell.oga +#load-sample-lazy pulse-hotplug %%LOCALBASE%%/share/sounds/freedesktop/stereo/device-added.oga +#load-sample-lazy pulse-coldplug %%LOCALBASE%%/share/sounds/freedesktop/stereo/device-added.oga @@ -15,7 +17,7 @@ ])dnl .fail -@@ -40,7 +40,7 @@ load-module module-stream-restore +@@ -40,7 +42,7 @@ load-module module-stream-restore load-module module-card-restore ### Automatically augment property information from .desktop files --- pulseaudio/files/pkg-message.in 2015-04-16 14:54:37.000000000 +0200 +++ pulseaudio/files/pkg-message.in 2015-04-16 15:21:53.000000000 +0200 @@ -13,3 +13,6 @@ Replace the number '3' with the new default your want to set. +If you want pulseaudio to use samples, install the +audio/freedesktop-sound-theme port before uncommenting the 'load-sample-lazy' +lines in '/usr/local/etc/pulse/default.pa'.