Port details on branch 2024Q4 |
- alsa-plugins ALSA compatibility library plugins
- 1.2.12 audio =0 1.2.12Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2024-10-17 22:36:05
- Last Update: 2024-10-17 22:33:38
- Commit Hash: 74ae766
- License: LGPL21+
- WWW:
- https://www.alsa-project.org/
- Description:
- The Advanced Linux Sound Architecture (ALSA) plugins
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- alsa-plugins>0:audio/alsa-plugins
- To install the port:
- cd /usr/ports/audio/alsa-plugins/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/alsa-plugins
- pkg install alsa-plugins
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: alsa-plugins
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1720213741
SHA256 (alsa-plugins-1.2.12.tar.bz2) = 7bd8a83d304e8e2d86a25895d8dcb0ef0245a8df32e271959cdbdc6af39b66f2
SIZE (alsa-plugins-1.2.12.tar.bz2) = 409514
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libasound.so : audio/alsa-lib
- This port is required by:
- for Run
-
- devel/electron32
- games/veloren-weekly
- multimedia/qt5-multimedia
- www/chromium
- www/iridium
- www/qt5-webengine
- www/qt6-webengine
Configuration Options:
- ===> The following configuration options are available for alsa-plugins-1.2.12:
FFMPEG=off: FFmpeg support (WMA, AIFF, AC3, APE...)
JACK=off: JACK audio server support
PULSEAUDIO=off: PulseAudio sound server support
SAMPLERATE=off: Sample rate conversion support
SPEEX=off: Speex audio format support
===> Use 'make config' to modify these settings
- Options name:
- audio_alsa-plugins
- USES:
- alias libtool:keepla localbase pkgconfig tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- 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 |
1.2.12 17 Oct 2024 22:33:38 |
Vladimir Druzenko (vvd) |
audio/alsa-plugins: Fix build with JACK option: use of undeclared identifier
'program_invocation_short_name'
pcm_jack.c:606:23: error: use of undeclared identifier
'program_invocation_short_name'
606 | const char *pname = program_invocation_short_name;
| ^
1 error generated.
Upstream broke build on FreeBSD in commit:
https://github.com/alsa-project/alsa-plugins/commit/13a645e55a740dfa43bb3518da3f580c90be7eac
Pool request:
https://github.com/alsa-project/alsa-plugins/pull/48
PR: 280144
Reported by: Peter Much <pmc@citylink.dinoex.sub.org>
Tested by: Peter Much <pmc@citylink.dinoex.sub.org>
Fixes: 1a782b315786 (update 1.2.7.1 → 1.2.12)
MFH: 2024Q4
(cherry picked from commit 65906cb5ed4261a7cb92f3fd08e75ee08ef159a1) |
Number of commits found: 1
|