43 Commits

Author SHA1 Message Date
ajacoutot
bd8b809162 Update to pulseaudio-9.0.
ok robert@ (maintainer)
2016-06-28 08:47:18 +00:00
visa
8872509ae8 Fix build on mips64. Attempts to use PAGE_SIZE in userspace fail
because the macro refers to PAGE_SHIFT which is visible in kernel code
only. As page size varies between mips64 systems, the size has to be
determined at runtime.

Input and OK jasper@
2016-02-09 16:20:15 +00:00
ajacoutot
42bbcc19c8 Update to pulseaudio-8.0.
ok robert@ (maintainer)
2016-01-25 06:56:07 +00:00
ajacoutot
34880863e1 Update to pulseaudio-7.0.
ok robert@ (maintainer)
2015-09-25 06:57:12 +00:00
ajacoutot
8ef9b6b74f Unbreak runtime by moving the ifdef OpenBSD block were it will match
before other blocks.
2015-04-05 10:12:34 +00:00
ajacoutot
9854588b3e Tweak our patch a bit. 2015-04-04 15:37:12 +00:00
ajacoutot
ba783e459d Update to pulseaudio-6.0.
ok robert@ (maintainer)
2015-03-15 08:45:10 +00:00
ajacoutot
161bca6c31 Implement pa_get_binary_name().
ok robert@ (maintainer)
2014-08-14 12:57:09 +00:00
ajacoutot
4fa3b7eeae SECURITY fix for CVE-2014-3970
pulseaudio: denial of service in module-rtp-recv
2014-08-14 06:56:55 +00:00
ajacoutot
8d436cdcc4 Update to pulseaudio-5.0.
ok robert@ (maintainer)
2014-03-20 17:33:09 +00:00
stsp
357741224b This patch was submitted upstream, adding bugzilla link here for reference. 2013-11-21 18:08:09 +00:00
stsp
9ac8794803 Fix pulseaudio --start to not wait for a thread created in a parent process.
Doing so makes the child hang indefinitely (undefined behaviour as per POSIX).
It is now possible to log out of GNOME and log back in again.
bug analyzed by guenther@ ok aja@
2013-10-30 10:49:31 +00:00
ajacoutot
90051731b8 Silent useless warnings which only make sense on Linux. 2013-06-17 14:47:57 +00:00
ajacoutot
9f3456868c Update to pulseaudio 4.0.
ok robert@ (maintainer)
2013-06-04 15:32:02 +00:00
ajacoutot
d3702f6dbd It seems that shm_open(3) support has fixed the deadlock in pulseaudio
autospawn; so enable it by default.
2013-06-01 13:44:44 +00:00
ajacoutot
d890f15d2e We have shm_open now. 2013-05-31 20:46:25 +00:00
ajacoutot
3a7795d560 re-add comment. 2013-05-30 19:39:18 +00:00
ajacoutot
678f2fc536 Implement module auto-detection for sndio(7).
Make it possible to choose a device using AUDIODEVICE.

ok robert@ (maintainer)
2013-05-22 18:45:23 +00:00
ajacoutot
cb7a429f5c Enable Consolekit support so that idle sessions are properly picked up.
Fix running pulseaudio as a system daemon.

ok robert@ (maintainer)
2013-05-22 10:31:33 +00:00
ajacoutot
2ee4f0e667 Remove bogus patch. 2013-01-05 18:06:31 +00:00
ajacoutot
220e7d4d0c Remove a couple of useless patches.
Add a BUILD_DEPENDS on devel/check for regression tests.
Re-order loading of the sndio(7) module in the configuration file.
2013-01-02 16:28:19 +00:00
ajacoutot
d6f84dee40 Woken up by the strangest ring,
I hear in my head like a ping.
Now wait is that PulseAudio?
Yeah mate, it's time for three point O!
From all of my heart, Happy New Year
Except Lennart, what do we care...

ok robert@ (maintainer)
2013-01-01 14:12:36 +00:00
ajacoutot
5000656833 Enable X11 and xdg/autostart support. 2012-11-30 12:26:15 +00:00
ajacoutot
b88433ddde Cleaner patch; no pkg change. 2012-11-28 11:19:01 +00:00
ajacoutot
85155ae3dd Use __progname for pa_get_binary_name().
Remove useless patches.
2012-11-27 19:29:54 +00:00
ajacoutot
46b430f2cb Fix -rpath so that the sndio() module loads correctly.
Add comment to pc file patches.
Remove -rpath patches from Makefile.am.
Fix a bogus blindly copied over define from FreeBSD.

Note that pulseaudio is still broken, sndio(7) errors out...
2012-11-10 14:52:54 +00:00
ajacoutot
899f1feec9 Maintenance update to pulseaudio-2.1.
ok robert@ (maintainer)
2012-10-17 11:49:08 +00:00
ajacoutot
0c90ebcab7 libpulse*.so are linked "privately" to lib/pulseaudio/libpulsecommon.so
so add it to the link path and pkg-config files.

based on an initial submission by Vadim Zhukov
ok robert@ (maintainer)
2012-10-15 12:15:39 +00:00
ajacoutot
1cf5ea4afd Missed in previous. 2012-09-29 09:32:52 +00:00
ajacoutot
e3128536fa Disable OSS now that we have sndio(7) support.
Note that the mixer does not really work anymore... since sndio cannot
modify mixer(4) values :-/
2012-09-29 09:32:05 +00:00
eric
ef10a5a6e1 Add a sndio backend implementation.
It certainly needs more work, but it should be functionnal for playback.
Imported so that further testing and developement can happen in-tree.

prodded by ajacoutot@
2012-09-28 17:09:03 +00:00
jasper
b7558692d4 - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 2012-06-26 13:00:13 +00:00
ajacoutot
7482052466 Update to pulseaudio-2.0.
ok robert@ (maintainer)
2012-05-14 17:45:16 +00:00
ajacoutot
70dbcc5bc9 Don't try to use shm at all to prevent the daemon from whining. 2012-01-05 15:31:40 +00:00
ajacoutot
977999d8fd OpenBSD lacks shm_open, remove useless patch. 2012-01-05 15:16:38 +00:00
robert
89de29bbbb update to pulseaudio 1.1 2011-12-07 20:25:35 +00:00
ajacoutot
9d75e41261 Stop spamming .xsession-errors that we should use module-udev-detect.
ok robert@ (maintainer)
2011-10-07 08:03:44 +00:00
ajacoutot
5fea016b26 Update to pulseaudio-1.0.
Some refactoring: only enable what we really need (that is ossaudio(4)
for mixer control and events playing) -- disable everything else (avahi,
dbus, consolekit, x11, gconf...)

ok robert@ (maintainer)
2011-10-01 08:37:30 +00:00
ajacoutot
8ff45e24c8 AUDIODEV -> AUDIODEVICE 2011-09-25 18:16:46 +00:00
ajacoutot
9398e8b353 /dev/dsp -> /dev/audio 2011-09-25 17:23:19 +00:00
ajacoutot
b4c07b14b2 /var/lib -> /var/db 2011-09-25 15:26:04 +00:00
ajacoutot
d4596f70f6 LOCALBASE -> TRUEPREFIX 2011-09-25 09:43:36 +00:00
robert
70e4d04392 import of pulseaudio 0.9.23 a cross-platform networked sound-server
many fixes from jasper@ and me.
2011-09-25 09:30:52 +00:00