Port details |
- sdl2_sound Abstract SDL soundfile decoder
- 2.0.2_1 audio =2 2.0.2_1Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2022-03-31 18:39:12
- Last Update: 2024-04-22 18:20:02
- Commit Hash: e81005b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: ZLIB ART10
- WWW:
- https://icculus.org/SDL_sound/
- https://github.com/icculus/SDL_sound
- Description:
- SDL_sound is a library that handles the decoding of several popular
sound file formats, such as .WAV and .MP3. It is meant to make the
programmer's sound playback tasks simpler. The programmer gives
SDL_sound a filename, or feeds it data directly from one of many
sources, and then reads the decoded waveform data back at her
leisure. If resource constraints are a concern, SDL_sound can process
sound data in programmer-specified blocks. Alternately, SDL_sound
can decode a whole sound file and hand back a single pointer to the
whole waveform. SDL_sound can also handle sample rate, audio format,
and channel conversion on-the-fly and behind-the-scenes, if the
programmer desires.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- sdl2_sound>0:audio/sdl2_sound
- To install the port:
- cd /usr/ports/audio/sdl2_sound/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/sdl2_sound
- pkg install sdl2_sound
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sdl2_sound
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1713801381
SHA256 (icculus-SDL_sound-v2.0.2-e731e61_GH0.tar.gz) = f48c134ae7d44d4c366c0979a0a0218a6d1dde5558bd29fd27f65281a027e634
SIZE (icculus-SDL_sound-v2.0.2-e731e61_GH0.tar.gz) = 459882
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
- sdl2-config : devel/sdl20
- Library dependencies:
-
- libSDL2.so : devel/sdl20
- This port is required by:
- for Libraries
-
- games/ags
Configuration Options:
- ===> The following configuration options are available for sdl2_sound-2.0.2_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
MIDI=on: MIDI support
===> Use 'make config' to modify these settings
- Options name:
- audio_sdl2_sound
- USES:
- cmake sdl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.2_1 22 Apr 2024 18:20:02 |
Dmitry Marakasov (amdmi3) |
audio/sdl2_sound: switch to latest upstream commit to include security fixes
PR: 278491
Submitted by: diizzy
Security: CVE-2023-45676, CVE-2023-45677, CVE-2023-45680, CVE-2023-45681,
CVE-2023-45682
Security: 304d92c3-00c5-11ef-bd52-080027bff743 |
2.0.2 20 Sep 2023 00:12:48 |
Dmitry Marakasov (amdmi3) |
audio/sdl2_sound: update 2.0.1 → 2.0.2
PR: 273015 |
2.0.1 08 Sep 2022 20:30:42 |
Dmitry Marakasov (amdmi3) |
*/*: preserve all WWWs for my ports |
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) |
2.0.1 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 ) |
2.0.1 31 Mar 2022 18:36:12 |
Dmitry Marakasov (amdmi3) |
audio/sdl2_sound: add port: Abstract SDL soundfile decoder
- Add the latest version of sdl_sound with support for
USE_SDL=sound2.
- Note that this is sdl2-only library, so audio/sdl_sound,
which is sdl1-only library, remains in the tree and is
not affected. I've had to rename playsound binary this
port also installs to avoid the conflict.
- The library now contains all the decoder code, so no external
depends and options are needed any longer. I've added MIDI
option though, since upstream has it disabled by default due
to different license. |
Number of commits found: 6
|