notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
sdl_audiolib Audio decoding, resampling and mixing library for SDL
git20220713_6 audio on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout git20220713_6Version of this port present on the latest quarterly branch.
Maintainer: amdmi3@FreeBSD.org search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (36 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/sdl_audiolib-git20220713_6/catalog.mk
  3. /usr/local/share/licenses/sdl_audiolib-git20220713_6/LICENSE
  4. /usr/local/share/licenses/sdl_audiolib-git20220713_6/LGPL3+
  5. include/SDL_audiolib/aulib.h
  6. include/SDL_audiolib/aulib_export.h
  7. include/SDL_audiolib/aulib_global.h
  8. include/SDL_audiolib/aulib_version.h
  9. include/SDL_audiolib/Aulib/Decoder.h
  10. include/SDL_audiolib/Aulib/DecoderDrflac.h
  11. include/SDL_audiolib/Aulib/DecoderDrmp3.h
  12. include/SDL_audiolib/Aulib/DecoderDrwav.h
  13. include/SDL_audiolib/Aulib/DecoderFlac.h
  14. include/SDL_audiolib/Aulib/DecoderFluidsynth.h
  15. include/SDL_audiolib/Aulib/DecoderModplug.h
  16. include/SDL_audiolib/Aulib/DecoderMpg123.h
  17. include/SDL_audiolib/Aulib/DecoderOpenmpt.h
  18. include/SDL_audiolib/Aulib/DecoderOpus.h
  19. include/SDL_audiolib/Aulib/DecoderSndfile.h
  20. include/SDL_audiolib/Aulib/DecoderVorbis.h
  21. include/SDL_audiolib/Aulib/DecoderWildmidi.h
  22. include/SDL_audiolib/Aulib/DecoderXmp.h
  23. include/SDL_audiolib/Aulib/Processor.h
  24. include/SDL_audiolib/Aulib/Resampler.h
  25. include/SDL_audiolib/Aulib/ResamplerSdl.h
  26. include/SDL_audiolib/Aulib/ResamplerSox.h
  27. include/SDL_audiolib/Aulib/ResamplerSpeex.h
  28. include/SDL_audiolib/Aulib/ResamplerSrc.h
  29. include/SDL_audiolib/Aulib/Stream.h
  30. lib/libSDL_audiolib.so
  31. lib/libSDL_audiolib.so.0
  32. lib/libSDL_audiolib.so.0.0.0
  33. libdata/pkgconfig/SDL_audiolib.pc
  34. @owner
  35. @group
  36. @mode
Collapse this list.
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):
sdl_audiolib
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latestgit20220713_6git20220713_6-git20220713_6git20220713_6---
FreeBSD:13:quarterlygit20220713_6git20220713_6-git20220713_6git20220713_6git20220713_4git20220713_4git20220713_4
FreeBSD:14:latestgit20220713_6git20220713_6-git20220713_6git20220713_6git20220713_3-git20220713_3
FreeBSD:14:quarterlygit20220713_6git20220713_6-git20220713_6git20220713_6git20220713_4git20220713_4git20220713_4
FreeBSD:15:latestgit20220713_6git20220713_6n/agit20220713_6n/agit20220713_4git20220713_4git20220713_4
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
  4. sdl2-config : devel/sdl20
Library dependencies:
  1. libfmt.so : devel/libfmt
  2. libFLAC.so : audio/flac
  3. libfluidsynth.so : audio/fluidsynth
  4. libmodplug.so : audio/libmodplug
  5. libmpg123.so : audio/mpg123
  6. libopenmpt.so : audio/libopenmpt
  7. libopusfile.so : audio/opusfile
  8. libsamplerate.so : audio/libsamplerate
  9. libsndfile.so : audio/libsndfile
  10. libsoxr.so : audio/libsoxr
  11. libvorbisfile.so : audio/libvorbis
  12. libWildMidi.so : audio/wildmidi
  13. libxmp.so : audio/libxmp
  14. libSDL2.so : devel/sdl20
This port is required by:
for Libraries
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/realnc/SDL_audiolib/tar.gz/cc1bb6a?dummy=/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
git20220713_6
23 Sep 2024 15:22:23
commit hash: a8ad9a6ce1aa2da49b132e1a72737f6a17309032commit hash: a8ad9a6ce1aa2da49b132e1a72737f6a17309032commit hash: a8ad9a6ce1aa2da49b132e1a72737f6a17309032commit hash: a8ad9a6ce1aa2da49b132e1a72737f6a17309032 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
*/*: Chase libopenmpt update
git20220713_5
25 Aug 2024 08:17:28
commit hash: ef22fc43fe8f66f9a5ad0f84c7dc1de7571bef71commit hash: ef22fc43fe8f66f9a5ad0f84c7dc1de7571bef71commit hash: ef22fc43fe8f66f9a5ad0f84c7dc1de7571bef71commit hash: ef22fc43fe8f66f9a5ad0f84c7dc1de7571bef71 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
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
commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 files touched by this commit
Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
git20220713_2
19 Dec 2022 09:31:34
commit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493e files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of devel/libfmt to 9.1.0

PR:		268081
git20220713_1
25 Sep 2022 20:14:54
commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1 files touched by this commit
Christian Weisgerber (naddy) search for other commits by this committer
audio/flac: bump port revision of consumers after update to 1.4.1
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
git20220713
04 Aug 2022 21:00:46
commit hash: c29ec8917b012505e5f96392502bf7ae62bbae17commit hash: c29ec8917b012505e5f96392502bf7ae62bbae17commit hash: c29ec8917b012505e5f96392502bf7ae62bbae17commit hash: c29ec8917b012505e5f96392502bf7ae62bbae17 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
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

Number of commits found: 9