head 1.2; access; symbols pkgsrc-2024Q4:1.1.0.50 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.48 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.46 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.44 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.42 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.40 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.38 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.36 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.34 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.32 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.30 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.28 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.26 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.24 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.22 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.20 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.18 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.16 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.14 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.10 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.12 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.8 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.6 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.4 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.2 pkgsrc-2018Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2025.01.19.18.13.51; author wiz; state dead; branches; next 1.1; commitid yNKRRCZW9vLZJ7GF; 1.1 date 2018.11.01.21.12.40; author adam; state Exp; branches; next ; commitid L7UrOLfY7u03JhYA; desc @@ 1.2 log @SDL2_mixer: update to 2.8.0. 2.8.0: * Added support for loading wavpack sound files (https://www.wavpack.com/) * Added support for loading classic console sound files using Game_Music_Emu (https://github.com/libgme/game-music-emu) * Use minimp3 instead of dr_mp3 as the default backend for MP3 music * Use libxmp instead of modplug as the default backend for MOD music To use libmodplug instead, configure using --enable-music-mod-modplug --disable-music-mod-xmp * Added support for FLAC audio in Ogg containers * Added Mix_PauseAudio() to pause and resume all audio playback * Added Mix_GetNumTracks() and Mix_StartTrack() for managing tracks in GME files 2.6.2: * Updated autotools to use ax_compute_relative_paths, fixing homebrew on macOS 2.6.1: * Fixed issue with incorrect version reported by pkg-config 2.6.0: * Added support for building with CMake * Added support for playing Ogg files using stb_vorbis, which is now the default Vorbis backend. To use libvorbis instead, configure using --disable-music-ogg-stb --enable-music-ogg-vorbis * Added support for playing FLAC files using dr_flac, which is now the default FLAC music backend. To use libflac instead, configure using --disable-music-flac-drflac --enable-music-flac-libflac * Added support for playing MP3 files using dr_mp3, which is now the default MP3 music backend. To use libmpg123 instead, configure using --disable-music-mp3-drmp3 --enable-music-mp3-mpg123 * Added libxmp support for mod music playback. Modplug is still the default backend for MOD music. To use libxmp instead, configure using --disable-music-mod-modplug --enable-music-mod-xmp * Removed support for libmad as a MP3 music backend. * Removed support for libmikmod as a MOD music backend. * Added Mix_MasterVolume() for additional volume control over all channels * Update Mix_Init() return value to match documentation, including MIXER_INIT_* flags for already-initialized modules * Added Mix_HasMusicDecoder() * Memory leak fixes and F32 format support to fluidsynth player * Fixed distorted MIDI playback with FluidSynth if sample rate is out of library's limits * Added Mix_ModMusicJumpToOrder() for mod music formats * Enabled module internal loops in modplug player * Respect original mp3 file offset * Support setting soundfont via SDL_SOUNDFONTS in OSX native midi * Fixed mp3 file detection * Fixes to ogg playback on big-endian devices * Added functions to get metadata information: Mix_GetMusicTitle() Mix_GetMusicTitleTag() Mix_GetMusicArtistTag() Mix_GetMusicAlbumTag() Mix_GetMusicCopyrightTag() * Add functions to get loop point information: Mix_GetMusicLoopStartTime() Mix_GetMusicLoopEndTime() Mix_GetMusicLoopLengthTime() * Added Mix_GetMusicVolume() and Mix_GetMusicPosition() * Added Mix_MusicDuration() to return music duration in seconds * Fixed music_mpg123 seek bug when sample rate of the file and the stream don't match * Timidity improvements, added Mix_SetTimidityCfg() * Improved mp3 tag detection/skipping * Extended support for WAV files * Allow rmid files be opened by native midi * Fixed possible crash in win32 native midi * Prevent clipping due to volume settings in modplug music * Added looping support for Opus files * Added looping support for FLAC files * Improved OGG looping support * Fixed loading Opus audio as audio chunks @ text @$NetBSD: patch-configure,v 1.1 2018/11/01 21:12:40 adam Exp $ Use absolute paths for dlopen(); don't expect users set LD_LIBRARY_PATH. --- configure.orig 2018-11-01 20:04:16.000000000 +0000 +++ configure @@@@ -11150,7 +11150,7 @@@@ find_lib() host_lib_path="/usr/$base_libdir /usr/local/$base_libdir" fi for path in $env_lib_path $gcc_bin_path $gcc_lib_path $host_lib_path; do - lib=`ls -- $path/$1 2>/dev/null | sed -e '/\.so\..*\./d' -e 's,.*/,,' | sort | tail -1` + lib=`ls -- $path/$1 2>/dev/null | sed -e '/\.so\..*\./d' | sort | tail -1` if test x$lib != x; then echo $lib return @ 1.1 log @SDL2_mixer: updated to 2.0.4 2.0.4: * Removed smpeg support for mp3 music, now that it's replaced by libmpg123 * Fixed mp3 mad decoder to skip tags, which otherwise would lead to crashes * Added support for Opus music playback using opusfile library 2.0.3: * Fixed regression where Mix_Init() would return 0 for available music formats @ text @d1 1 a1 1 $NetBSD$ @