Port details on branch 2023Q4 |
- pulseaudio Sound server for UNIX
- 16.1_1 audio
=0 16.1_1Version of this port present on the latest quarterly branch. - Maintainer: desktop@FreeBSD.org
 - Port Added: 2023-10-09 07:46:07
- Last Update: 2023-10-09 07:43:11
- Commit Hash: 1348d33
- License: LGPL21
- WWW:
- https://pulseaudio.org/
- Description:
- PulseAudio, previously known as Polypaudio, is a sound server for POSIX and
Win32 systems. A sound server is basically a proxy for your sound applications.
It allows you to do advanced operations on your sound data as it passes between
your application and your hardware. Things like transferring the audio to a
different machine, changing the sample format or channel count and mixing
several sounds into one are easily achieved using a sound server.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pulseaudio>0:audio/pulseaudio
- To install the port:
- cd /usr/ports/audio/pulseaudio/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/pulseaudio
- pkg install pulseaudio
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pulseaudio
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1691308577
SHA256 (pulseaudio-16.1.tar.xz) = 8eef32ce91d47979f95fd9a935e738cd7eb7463430dabc72863251751e504ae4
SIZE (pulseaudio-16.1.tar.xz) = 1545596
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-XML-Parser>=0 : textproc/p5-XML-Parser
- msgfmt : devel/gettext-tools
- gmake>=4.3 : devel/gmake
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xcb.pc : x11/libxcb
- xtst.pc : x11/libXtst
- Runtime dependencies:
-
- python3.9 : lang/python39
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xcb.pc : x11/libxcb
- xtst.pc : x11/libXtst
- Library dependencies:
-
- libsndfile.so : audio/libsndfile
- libfftw3.so : math/fftw3
- libfftw3f.so : math/fftw3-float
- libdbus-1.so : devel/dbus
- libltdl.so : devel/libltdl
- libck-connector.so : sysutils/consolekit2
- libavahi-client.so : net/avahi-app
- liborc-0.4.so : devel/orc
- libsoxr.so : audio/libsoxr
- libspeexdsp.so : audio/speexdsp
- libwebrtc_audio_processing.so : audio/webrtc-audio-processing0
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Build
-
- emulators/rpcs3
- emulators/yuzu
- mail/thunderbird
- www/firefox
- www/firefox-esr
- for Libraries
-
- audio/mousai
- comms/qsstv
- multimedia/audacious-plugins
- multimedia/ringrtc
- x11/budgie-desktop
- x11/waybar
Configuration Options:
- ===> The following configuration options are available for pulseaudio-16.1_1:
AVAHI=on: Zeroconf support via Avahi
GSETTINGS=off: GSettings configuration backend support
SIMD=on: Use CPU-specific optimizations
TEST=off: Build and/or run tests
X11=on: X11 (graphics) support
====> Audio support
ALSA=off: ALSA audio architecture support
JACK=off: JACK audio server support
SOXR=on: SoX resampler support via libsoxr
SPEEX=on: Speex resampler and AEC support
WEBRTC_AEC=on: WebRTC-based echo canceller
====> Database support: you have to select exactly one of them
TDB=off: Trivial database support
GDBM=off: GNU database manager support
SIMPLE=on: Simple database support
===> Use 'make config' to modify these settings
- Options name:
- audio_pulseaudio
- USES:
- compiler:c11 cpe gettext-tools gmake gnome iconv localbase:ldflags meson pathfix pkgconfig python:run shebangfix ssl tar:xz xorg
- pkg-message:
- For install:
- Pulseaudio tries to determine default values for FreeBSD OSS driver at first
start, based on /dev/sndstat output. The hw.snd.default_unit sysctl may affect
these values, but restart of the Pulseaudio might be needed to rescan it again,
e.g. `pacmd exit`.
Pulseaudio has separate input and output configure lines. You can change them
with using following commands:
To change the default sink (output):
# pacmd set-default-sink 3
To change the default source (input):
# pacmd set-default-source 3
This can also be set in /usr/local/etc/pulse/default.pa
Replace the number '3' with the new default you want to set.
The audio/freedesktop-sound-theme is needed if the default sound files
are uncommented in the /usr/local/etc/pulse/default.pa file.
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
16.1_1 09 Oct 2023 07:43:11
    |
Robert Clausecker (fuz)  |
audio/pulseaudio: fix build on armv7
The inline assembly template modifier h is not supported by clang. With
gcc, it prints a 128 bit NEON register as a pair of halves. Emulate its
effect through the e and f modifiers, which are supported by both.
Approved by: portmgr (build fix blanket)
MFH: 2023Q4
(cherry picked from commit 3dd02a0fe712c2b67ab0e15444d9fbb4f00b3817) |
Number of commits found: 1
|