View | Details | Raw Unified | Return to bug 199482
Collapse All | Expand All

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

Return to bug 199482