summaryrefslogtreecommitdiff
path: root/audio/SDL2_mixer
AgeCommit message (Collapse)AuthorFilesLines
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-1/+2
2018-11-01SDL2_mixer: updated to 2.0.4adam4-38/+30
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
2018-07-26SDL2_mixer: removed unused PKGCONFIG_OVERRIDE linesadam1-9/+1
2018-06-24SDL2_mixer: updated to 2.0.2adam4-28/+21
2.0.2: * Implemented 24-bit and surround sound support for FLAC audio files * Updated external libraries flac-1.3.2, libmodplug-0.8.9.0, libogg-1.3.2 and libvorbis-1.3.5 * Updated for SDL 2.0.6 and newer * Added support for MP3 playback using mpg123 * Added support for UWP / Windows 10 apps * Added Mix_OpenAudioDevice() so you can specify the audio device to open
2017-09-16Reset maintainerwiz1-2/+2
2016-02-09Update SDL2_mixer to 2.0.1:wiz4-36/+7
2.0.1: Sam Lantinga - Tue Jul 7 11:40:33 PDT 2015 * Added support for 'smpl' format loop points in music WAV files Sam Lantinga - Sat Aug 23 10:57:26 2014 * Fixed floating point exception in Mix_Volume() David Ludwig - Mon Apr 14 22:15:36 2014 * Added support for building for Windows RT and Windows Phone Isaac Burns - Sun Sep 15 21:50:27 PDT 2013 * Added support for loading MP3 files as sound chunks
2015-11-03Add SHA512 digests for distfiles for audio categoryagc1-1/+2
Problems found with existing distfiles: /pub/pkgsrc/distfiles/amp-0.7.6.tgz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz /pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz /pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2 /pub/pkgsrc/distfiles/mp3to.gz /pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz No changes made to these file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-04-25Recursive revbump following MesaLib update, categories a through f.tnn2-4/+4
2015-04-03Category is audio, not devel. How did this ever work?bsiegert1-2/+2
2015-02-09Recursive bump for SDL2-using packages.snj2-2/+4
2014-04-19Fix fallout from modplug.h move.joerg3-1/+29
2014-02-02Import SDL2_mixer-2.0.0 as audio/SDL2_mixer.rodent6-0/+109
SDL_mixer is a sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular FLAC, MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries. As of SDL_mixer 1.2.7, FLAC, MikMod, Ogg Vorbis and MP3 loading libraries are dynamically loaded, so if you don't need to load those formats, you don't need to include those shared libraries.