summaryrefslogtreecommitdiff
path: root/audio/pulseaudio
AgeCommit message (Collapse)AuthorFilesLines
2015-05-17Pullup ticket #4667 - requested by joergbsiegert1-1/+3
audio/pulseaudio: build fix Revisions pulled up: - audio/pulseaudio/buildlink3.mk 1.24 --- Module Name: pkgsrc Committed By: wiz Date: Sun Apr 19 06:42:02 UTC 2015 Modified Files: pkgsrc/audio/pulseaudio: buildlink3.mk pkgsrc/x11/qt5-qtmultimedia: Makefile Log Message: Wrap libtool arguments (instead of cxx) and do it for all pulseaudio users instead of only qt5-qtmultimedia. Fixes build failures in qt5-qtmultimedia users like kid3. Suggested by joerg.
2015-03-16Fix build on SunOS, catch up with latest API.jperkin2-1/+37
2015-02-28Use NEON intrinsics in Clang to avoid the unsupported assemblerjoerg2-1/+25
modifiers. It is beyond common sense why pulseaudio devs considered the mechanical conversion to inline asm an improvement...
2015-02-25Fix git spam in different way.ryoon3-18/+27
Previous fix by tnn@ requires devel/gettext-tools. It is too heavy.
2015-02-25fix "git: command not found" spam during buildtnn1-6/+6
2015-02-23Remove a patch that was taken from upstream.ryoon1-38/+0
2015-02-21Update to 6.0ryoon7-44/+52
* Remove obsolete hal option for PLIST. Changelog: PulseAudio 6.0 Release Notes Changes at a Glance BlueZ 5 native HSP (headset) support BlueZ 5 HFP (hands-free) profile support via oFono systemd socket activation support Better support for multichannel and 2.1 profiles Remap optimisations Many minor improvements, bug fixes, and i18n updates Notes for Application Developers New function in libpulse: pa_stream_write_ext_free(). The function allows more flexible use of free callbacks than the regular pa_stream_write() function. This is useful if an audio buffer is part of a bigger structure that needs to be freed or unreferenced when the audio buffer is no longer needed. We now have Vala bindings for libpulse-simple.
2015-02-06pulseaudio wants speexdsp, not just speex. bump PKGREVISION.snj1-3/+3
2015-01-27try even harder to remove paths on darwindbj3-20/+38
2015-01-26Avoid hardcoded SDK paths on Darwin. Fixes build on Mavericks at least.jperkin2-12/+26
2014-08-07fix for CVE-2014-3970 taken from pulseaudio gitspz4-8/+47
mkpatches refresh of the previously existing patches
2014-06-30Fix CPP logic for the __APPLE__ case. Fixes Darwin 32-bit build.jperkin3-9/+9
2014-06-30Put module-oss back behind PLIST.oss, lost on recent update.jperkin1-3/+3
2014-06-25Bump PKGREVISIONryoon4-9/+10
Use /dev/audio instead of /dev/sound under NetBSD. This change fixes unstable audio output. O.k. by wiz@.
2014-06-18Fix install on SunOS.jperkin2-2/+5
2014-06-17Fix PR pkg/48894ryoon1-1/+3
Pulseaudio 5.0 requires libtool 2.4 or later. Set LIBTOOL_REQD. Thank you, joerg@.
2014-06-16Exclude more unimplemented SOUND_PCM_* ioctls on SunOS.jperkin2-7/+7
2014-06-11Disable the blanket assumption that sys/capability.h is guaranteed presentdsainty2-11/+20
on Linux. What were they thinking... If there is one platform that it's rash to make assumptions about API consistency on, it's Linux... Fixes build on Ubuntu 11.10.
2014-06-11Fix the PLIST if:dsainty1-3/+5
- PLIST.evdev is set: Linux-only module module-mmkbd-evdev is installed - PLIST.avahi is not set: module-raop-discover is also not installed
2014-06-10Remove a duplicate openssl buildlink include.dsainty1-2/+1
2014-06-09Update to 5.0 from 2.1ryoon21-339/+335
* Remove dependency to sysutils/hal, hald backend is removed. * Use deprecated OSS backend under NetBSD (alsa backend should be used?) Changelog: PulseAudio 5.0 Changes at a glance: * BlueZ 5 support (A2DP only) * Reimplementation of the tunnel modules * Native log target support for systemd-journal * Resampler refactoring * --monitor-stream option for parecord and parec * "latency_msec" argument for module-rtp-recv * "inhibit_auto_suspend" argument for module-rtp-send * "auto" argument for module-tunnel-sink and module-tunnel-source * Removed module-bluetooth-proximity * Jack detection for line out * Laptop internal surround speaker volume support * Improved float->s16 and s16->float sample conversion for ARM NEON * "Available" flag for card profiles * Removed module-dbus-protocol from the default configuration * Lots of other enhancements, bug fixes, and documenation and i18n updates Detailed change log: http://www.freedesktop.org/wiki/Software/PulseAudio/Notes/5.0 PulseAudio 4.0 Changes at a glance: * Better handling of low latency requests * Optimisations while mixing (generic, ARM NEON) * Default resampler is now speex-float-1 (lower CPU usage) * Major Bluetooth refactoring for better reliability and easier maintenance * Fixes for graceful hand-off to/from JACK * New module to apply ducking based on stream roles * Echo canceller infrastructure fixes * Bash and zsh completion for command line tools * Solaris and OS X fixes * Lots of other enhancements, bug fixes, and documenation and i18n updates Detailed change log: http://www.freedesktop.org/wiki/Software/PulseAudio/Notes/4.0 PulseAudio 3.0 Release Notes We're, back with another shiny PulseAudio release! While the 3.0 release was a little delayed, it brings a number of important improvements, and bug fixes. A summary of changes follows. Notable Changes ALSA Use Case Manager (UCM) support Runtime editable LADSPA filter parameters Out-of-the-box support for Bluetooth sources ARM NEON optimisations Configurable device latency offset Adhere to the XDG Base Directory Specification Various ALSA changes Lots of infrastructure improvements Packaging Bluetooth support requires now "sbc", a library for the SBC codec. The codec used to be included within PulseAudio, but it has now been split off into a separate library. It's available at http://www.bluez.org. Support for the "socket API" of BlueZ has been dropped in favour of the D-Bus based "media API". Due to this change, the minimum supported version of BlueZ is now 4.99. Also, make sure that you don't have "Disable=Media" in /etc/bluetooth/audio.conf. And due to a bug in BlueZ, it's probably necessary to have "Disable=Socket", otherwise there will be problems with the A2DP profile. Support for HAL has been removed. This shouldn't affect anyone, but if it does, please configure PulseAudio to use udev instead. module-hal-detect still exists for maintaining configuration file compatibility, but all it does is to load module-udev-detect. module-hal-detect may get completely removed in 4.0.
2014-05-27Correct PLIST for Darwinpho2-4/+13
Extra modules for this platform: - module-bonjour-publish - module-coreaudio-detect - module-coreaudio-device
2014-05-05Recursive revbump from x11/pixmanryoon1-2/+2
Fix PR pkg/48777
2014-04-20Recursive revbump from json-c 0.12 updateryoon2-4/+4
2014-04-16Bump PKGREVISION for libatomic_ops PKGNAME change.wiz2-4/+4
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-12-16Use "cpuset_t" on FreeBSD, this lets the package build.asau3-1/+59
2013-12-16Disable capabilities on FreeBSD, incompatible implementation.asau1-1/+6
2013-11-30Recognize new json-c library name.wiz2-3/+53
2013-11-25PKGREVISION bump for json-c shlib rename.wiz2-4/+4
2013-11-25Bump PKGREVISION for stat syscall fix for NetBSD-6+.wiz1-3/+2
2013-11-25Use correct stat syscall on NetBSD-6 and newer.wiz2-8/+12
Based on PR 48405 by Nat Sloss.
2013-11-25Fix typo and whitespace in comment.wiz1-2/+2
2013-10-24Fix build on OSX 10.6, and possibly later.jperkin5-3/+160
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-10-09recursive bump for libmng-2.0.2 shlib major bump and dependency changewiz1-2/+2
2013-09-02Revbump after cairo updateadam1-2/+2
2013-07-12Bump PKGREVISION of all packages which create users, to pick up change ofjperkin1-2/+2
sysutils/user_* packages.
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-06Fix VARBASE and PKG_SYSCONFBASEDIR handling. Bump PKGREVISION.markd5-22/+27
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2013-01-29Whitespace cleanup for pkglint.wiz1-2/+1
2013-01-29regenwiz1-3/+3
2013-01-29Add comment.wiz1-1/+3
2013-01-29Always use atomic_ops(3) on NetBSD even on arm, i.e. kill Linux-ARM'ism.tsutsui1-4/+23
Fixes configure failure on NetBSD/arm 6.0. Also add patch comment.
2012-11-17s/PULSEAUDIO_VER/PKGVERSION/ on the two lines that werent.markd1-3/+3
2012-11-08USE_TOOLS+= msgfmt, fixes Solaris build.jperkin1-3/+2