summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2020-05-19qsynth: Update to 0.6.2nia3-9/+9
0.6.2 2020-03-24 A Spring'20 Release. - A scalable (.svg) icon version has been added. - Make man page compression reproducible (after request by Jelle van der Waa, while on the Vee-Ones, thanks). - Ditching deprecated QTime methods for QElapsedTimer's (in compliance to Qt >= 5.14.0). - Bumped copyright headers into the New Year (2020).
2020-05-19audio/din: Updates the description.fox1-7/+7
A better description from the author of the software. Submitted by: Jagannathan Sampath <jag@dinisnoise.org>
2020-05-18snd: Update to 20.3nia2-7/+7
Snd 20.3 this version mostly involves internal s7 (and gtk4) changes
2020-05-17id3: Update to 1.1.2nia2-7/+7
1.1.2 ----- - Update the copyright notices and years. 1.1.1 ----- - Let the Makefile supply the version string for the id3.c source. - Add a simple test suite. - Use memcpy(), not strncpy() for fully copying a fixed-size buffer.
2020-05-17audio/din: Updates to 46.3fox2-8/+7
Changes since 46.2: DIN Is Noise 46.3 @ Chennai, India ! fixed crash when browsing waveforms from keyboard-keyboard ! ! workaround for 46.2 users is to just get into waveform editor by pressing 2 or from Menu > Editors > Waveform and then come back to the keyboard-keyboard by pressing ESC or Menu > Instrument > Keyboard-keyboard ! ! fixed curve name editing !
2020-05-16qmmp: Update to 1.4.0nia3-67/+69
Version 1.4.0 * added sleep mode inhibition plugin * added separate ListenBrainz submission plugin * added feature to auto-hide empty service menus * added option to disable two passes for equalizer * added fast mute function for most output plugins * added shared CUE parser * added feature to transit between playlists * added optimizations for flac plugin * added feature to select playlist format from the file dialog * added '--pl-next' and '--pl-prev' command line options * added SOCKS5 proxy support * added feature to display average bitrate * added average bitrate displaying for shoutcast/icecast streams * added Ogg Opus support in the ReplayGain scanner * added feature to merge different tag types in the mpeg plugin * added feature to start command on application startup/exit * added 'make docs' build target * added big endian support formats in the PulseAudio plugin * added feature to write singe file in the file writer plugin * improved qsui plugin: - added feature to override track background color - added scope visualization - added feature to reset visualization colors - added waveform seek bar - added alternate analyzer appearance - using gradients between analyzer colors - improved status bar * improved ffmpeg plugin: - added opus bitrate issue workaround - added new implementation of the read function - added embedded CUE sheet support (for Monkey's Audio format) - added format name displaying - added DSD (Direct Stream Digital) support - changed minimal ffmpeg version to 3.2 - removed libav support * improved lyrics plugin: - added feature to save window geometry - added multiple lyrics providers support (based on Ultimare Lyrics plugin) * improved cdaudio plugin: - show more metadata - added KDE Solid integration * improved remote playlists support * improved m3u support * using qsui by default for Wayland sessions * fixed API documentation * updated Portuguese translation (Sérgio Marques) * updated Dutch translation (Heimen Stoffels) * updated Polish translation (mrerexx) * updated Galician translation (Delio Docampo Cordeiro) * updated Spanish translation (Joel Barrios) * updated Russian translation (Alexey Loginov) * updated Ukrainian translation (Gennady Motsyo) * updated French translation (Adrien Vigneron) * updated Indonesian translation (Andika Triwidada) * updated Greek translation (Dimitrios Glentadakis) * updated Italian translation (Luigi Toscano) * updated German translation (Ettore Atalan)
2020-05-16mp3gain: Update to 1.6.2nia2-7/+8
Unknown changes
2020-05-16libdca: Update to 0.0.7nia4-23/+28
libdca-0.0.7 Thu 26 Mar 02:07:02 PM UTC 2020 New release with mostly build system fixes and one potential out of bound access fixed.
2020-05-16fix pytest versioned dep.adam1-2/+2
2020-05-16py-mutagen: pytest from versioned dependsadam1-3/+5
2020-05-16audio/fasttracker2: Updates to v1.24fox2-7/+7
Changes since v1.23 v1.24 - 13.05.2020 - Fixed a bug with saving looping 16-bit samples as .RAW/.IFF/.WAV. Two sample points somewhere in the waveform would be set to wrong values. - Linux: Fixed the mouse not working with KMSDRM (hopefully)
2020-05-15audio: Add strawberry.nia6-1/+105
Strawberry is a music player and music collection organizer. It is a fork of Clementine, aimed at music collectors and audiophiles. It's written in C++ using the Qt 5 toolkit.
2020-05-15audio: Remove gnome-speechnia38-579/+1
Obsolete GNOME 2 component, no longer part of GNOME
2020-05-14<semaphore.h> is a system header nowadays, so don't overlap locallyjoerg8-2/+89
2020-05-13sndfile-tools: Update PLISTnia1-3/+1
2020-05-13sndfile-tools: Avoid conflicting with libsampleratenia1-1/+6
2020-05-12geocities? cutenia1-3/+3
2020-05-10mark perl as not neededrillig1-1/+2
Before, it had the same effect but generate a USE_TOOLS+=perl warning.
2020-05-09audio: Add sndfile-toolsnia6-1/+71
sndfile-tools is a small collection of programs that use libsndfile and other libraries to do useful things. The collection currently includes the following programs: - sndfile-generate-chirp - sndfile-jackplay - sndfile-mix-to-mono - sndfile-resample - sndfile-spectrogram - sndfile-waveform
2020-05-09audio/fasttracker2: remove no-op SUBST blockrillig1-7/+1
2020-05-08amsynth: Update to 1.10.0nia3-9/+12
amsynth 1.10.0 -- 2020-05-07 - Implemented smoothing / de-zippering to improve sound quality while adjusting parameters - amsynth user files (config, banks, etc.) now live in XDG-compliant directories - $XDG_CONFIG_HOME (~/.config/amsynth) - $XDG_DATA_HOME (~/.local/share/amsynth) - Added `jack_autoconnect` configuration option - Disabled VST GUI in REAPER
2020-05-08faad2: Update to 2.9.2nia3-8/+9
2.9.2: [ Michał Janiszewski ] * Only use x86-assembly when explicitly on x86 * Use unsigned integers correctly * Initialize pointers that might otherwise not be [ Fabian Greffrath ] * update README esp. WRT directory structure [ Rosen Penev ] * fix compilation without SBR/PS_DEC (#48) * fix compilation with LC_ONLY_DECODER (#47) [ Fabian Greffrath ] * fix "inline function 'cfftf1' declared but never defined" compiler warning * fix some inconsistencies in the frontend output * mp4read_open: add check for failed frame buffer allocation * stszin: add check for allocation error and integer overflow * add a pkg-config file [ Stefan Pöschel ] * frontend: address compile warning + add missing LF (#50) [ François Cartegnie ] * library name is faad (#52) * Unbreak PS audio (#51)
2020-05-06libopenmpt: update to 0.4.12.fcambus2-8/+7
ChangeLog: ### libopenmpt 0.4.12 (2020-04-13) * IT: Vibrato was too fast in Old Effects mode since libopenmpt 0.3. * XM: Treat 8bitbubsy's FT2 clone exactly like Fasttracker 2 with respect to compatibility and playback flags. For example, FT2 Pan Law was not applied. * DMF: Some files had a wrong tempo since libopenmpt 0.2.5705-beta15.
2020-05-06revbump after boost updateadam32-58/+64
2020-05-04audacious: Update to 4.0.3nia5-16/+15
Qt interface fixes/updates: * When the menu bar is hidden, an "Audacious" icon is added to the toolbar, allowing menu access * A-to-B repeat is now available in the Playback menu and displayed in the time label * The time slider no longer becomes invisible when the window is made very small * Incorrect behavior of Shift-click selection in the playlist has been fixed * The checkbox to "Show time scale for current song" in the info popup did nothing and has been removed Other fixes/updates: * A rare crash/freeze caused by a race condition in the ALSA output plugin has been fixed * The EQ preset button in the Qt Winamp Classic interface now works * The Qt Winamp Classic interface now has an option to stay on top of other windows * The Song Info plugin now updates correctly when the title changes or playback stops Other changes: * Due to frequent crashes, the Stream Tuner plugin is now disabled by default * Translations have been updated
2020-05-04ncmpc: Update to 0.38nia2-7/+7
ncmpc 0.38 - (2020-04-30) * add option "timedisplay-type=none" to hide current song time * fix use-after-free bug * fix crash after entering empty password
2020-05-02audio/libopus: remove unknown configure option --enable-ambisonicsrillig1-3/+1
2020-05-01audio/fasttracker2: Updates to v1.23fox2-7/+7
Changes since v1.22: v1.23 - 29.04.2020 - Bugfix: The "default dirctories" paths in the config only worked for modules and not the other types (fixes GitHub issue #6). - A much needed code refactoring of data structs. The code now also compiles with GCC 10.
2020-04-30cmusfm: link network libs on SunOSwiedi1-1/+3
2020-04-29*: Remove logic for outdated NetBSD versions.maya1-5/+2
2020-04-29audio/fasttracker2: Updates to v1.22fox2-7/+7
Changes since v1.21: v1.22 - 27.04.2020 - Fixed crash when loading XMs with pattern lengths above 256. They are now safely truncated, and the user gets a warning message about the truncation. - Allow loading overflown BPM/speed values from quirky XMs, up to BPM 999 and speed 99 ("jk_error_txt.xm" is an example for quirky BPM/speed values). - Tiny code cleanup
2020-04-28musicpd: update to 0.21.23.wiz2-8/+7
ver 0.21.23 (2020/04/23) * protocol - add tag fallback for AlbumSort * storage - curl: fix corrupt "href" values in the presence of XML entities - curl: unescape "href" values * input - nfs: fix crash bug - nfs: fix freeze bug on reconnect * decoder - gme: adapt to API change in the upcoming version 0.7.0 * output - alsa: implement channel mapping for 5.0 and 7.0 * player - drain outputs at end of song in "single" mode * Windows - fix case insensitive search
2020-04-28gst-plugins1-*: Correct some DESCR liesnia4-4/+4
2020-04-28audio: For gst-based players, pull in codecs for common free formats.nia3-5/+39
2020-04-27audio/xwave: fix detection of DEVOSSAUDIOrillig1-2/+2
2020-04-27audio/xwave: skip SUBST block if it would be a no-oprillig1-1/+5
2020-04-26audio/nas: remove no-op SUBST blockrillig1-31/+3
The word "wheel" does not occur in the whole source tree anymore.
2020-04-26audio/nas: fix obvious path error in nasd.conf.egrillig3-5/+6
The path /dev//dev/audio does not make sense.
2020-04-25audio/liblo: remove no-op SUBST blockrillig1-8/+1
The configure script only has LIBPTHREAD but neither -lpthread nor any other placeholders.
2020-04-25audio/gst-plugins0.10-libvisual: fix SUBST redundancy checkrillig1-1/+2
This plugin does not depend on other plugins, therefore there is no library path to fix.
2020-04-25audio/ruby-taglib: update to 1.0.1taca3-9/+9
Update ruby-taglib to 1.0.1 ## 1.0.1 - 2020-03-25 ### Fixed - Fix segmentation fault with TagLib::FLAC picture lists (#91), thanks @jameswyper!
2020-04-25audio/alac: Cosmetic improvementjs1-3/+3
2020-04-25audio/alac: Fix wrong PKGNAMEjs1-2/+3
2020-04-25portaudio: Fix build on SunOSnia2-5/+6
2020-04-25portaudio: Fix detection of sunnia2-6/+6
2020-04-24audio: Add traverso.nia11-1/+342
Traverso DAW is a cross-platform multitrack audio recording and audio editing suite with support for non-linear processing.
2020-04-23audio/fasttracker2: Updates to v1.21fox2-7/+7
Changes since v1.20: v1.21 - 22.04.2020 - macOS/Linux: The initial working directory would not get properly set when opening Disk Op. - Bugfix: The custom directory paths in the config could contain unwanted junk at the end if the loaded config file was saved from real FT2. - Bugfix: If you were skilled enough to beat the very last Nibbles level, your potential entry in the highscore table would show garbled level graphics. - Show a warning if either of the Buttons/Desktop palette colors are so dark that you might have issues seeing the walls in Nibbles. - "Space Pigs" palette replaced with a new (low contrast) "Dark mode" palette - Some more small miscellaneous fixes not worth of a mention
2020-04-23pianobar: Update to 2020.04.05nia2-9/+8
Release 2020.04.05 - Support writing audio to named pipe (audio_pipe) - Add resampling (sample_rate) - Fix station list not showing more than 95 stations
2020-04-23spek: Switch to ffmpeg4. Patch from FreeBSD Ports.nia3-5/+68
2020-04-22portaudio: Do not allow building with alsa/jack options on Darwinnia1-2/+9
PortAudio does not support building with this configuration.