Port details |
- sdl_audiolib Audio decoding, resampling and mixing library for SDL
- git20220713_6 audio =2 git20220713_6Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2022-08-04 21:03:17
- Last Update: 2024-09-23 15:22:23
- Commit Hash: a8ad9a6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL3+
- WWW:
- https://github.com/realnc/SDL_audiolib
- Description:
- This is a small and simple to use C++ library for playing various
audio formats. It is a thin (-ish) wrapper around existing resampling
(like SRC or SoX) and decoding libraries (like libmpg123 or libvorbis.)
It was written as a replacement for SDL_mixer, due to SDL_mixer's
lack of multiple music streams, limited audio format support and
poor resampling quality.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- sdl_audiolib>0:audio/sdl_audiolib
- To install the port:
- cd /usr/ports/audio/sdl_audiolib/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/sdl_audiolib
- pkg install sdl_audiolib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sdl_audiolib
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1659555002
SHA256 (realnc-SDL_audiolib-git20220713-cc1bb6a_GH0.tar.gz) = a9a7eaa0a211921e588b619a94f0b6631dc6722998ca96511c637c096c83bf0a
SIZE (realnc-SDL_audiolib-git20220713-cc1bb6a_GH0.tar.gz) = 1139627
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- sdl2-config : devel/sdl20
- Library dependencies:
-
- libfmt.so : devel/libfmt
- libFLAC.so : audio/flac
- libfluidsynth.so : audio/fluidsynth
- libmodplug.so : audio/libmodplug
- libmpg123.so : audio/mpg123
- libopenmpt.so : audio/libopenmpt
- libopusfile.so : audio/opusfile
- libsamplerate.so : audio/libsamplerate
- libsndfile.so : audio/libsndfile
- libsoxr.so : audio/libsoxr
- libvorbisfile.so : audio/libvorbis
- libWildMidi.so : audio/wildmidi
- libxmp.so : audio/libxmp
- libSDL2.so : devel/sdl20
- This port is required by:
- for Libraries
-
- games/devilutionX
Configuration Options:
- ===> The following configuration options are available for sdl_audiolib-git20220713_6:
DOCS=on: Build and/or install documentation
====> Resamplers
SAMPLERATE=on: Sample rate conversion support
SOXR=on: SoX resampler support via libsoxr
====> Decoders
OPENMPT=on: OpenMPT MOD decoder
XMP=on: XMP MOD decoder
MODPLUG=on: ModPlug decoder support
MPG123=on: MP3 decoding support via mpg123
SNDFILE=on: Audio conversion support via libsndfile
VORBIS=on: Ogg Vorbis audio codec support
OPUS=on: Opus audio codec support
FLAC=on: FLAC lossless audio codec support
FLUIDSYNTH=on: MIDI playback support via FluidSynth
WILDMIDI=on: WildMIDI MIDI decoder
===> Use 'make config' to modify these settings
- Options name:
- audio_sdl_audiolib
- USES:
- cmake pkgconfig sdl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
git20220713_6 23 Sep 2024 15:22:23 |
Emanuel Haupt (ehaupt) |
*/*: Chase libopenmpt update |
git20220713_5 25 Aug 2024 08:17:28 |
Daniel Engberg (diizzy) |
audio/sdl_audiolib: Remove Musepack library support
Remove support for Musepack audio library
PR: 281025
Approved by: portmgr (blanket) |
git20220713_4 14 Dec 2023 15:49:40 |
Po-Chuan Hsieh (sunpoet) |
devel/libfmt: Update to 10.1.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/fmtlib/fmt/releases |
git20220713_3 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
git20220713_2 19 Dec 2022 09:31:34 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of devel/libfmt to 9.1.0
PR: 268081 |
git20220713_1 25 Sep 2022 20:14:54 |
Christian Weisgerber (naddy) |
audio/flac: bump port revision of consumers after update to 1.4.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
git20220713 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
git20220713 04 Aug 2022 21:00:46 |
Dmitry Marakasov (amdmi3) |
audio/sdl_audiolib: add port: Audio decoding, resampling and mixing library for
SDL
This is a small and simple to use C++ library for playing various
audio formats. It is a thin (-ish) wrapper around existing resampling
(like SRC or SoX) and decoding libraries (like libmpg123 or libvorbis.)
It was written as a replacement for SDL_mixer, due to SDL_mixer's
lack of multiple music streams, limited audio format support and
poor resampling quality.
WWW: https://github.com/realnc/SDL_audiolib |