Changes:
[ Robert Kausch ]
Fix Joint Stereo coding
[ Krzysztof Nikiel ]
Code cleanup and compilation fixes
Fix endianness conversion functions
[ Takashi Yoshi ]
Fix compilation with GCC < 4.6
Fix compilation on big endian systems
[ Fabian Greffrath ]
Fix division by zero errors
Fix compilation with GCC <= 4.7.3
Change pointer type for proper arithmetics
Fix logic error in compiler detection
Revert back to some more generic SSE2 code
Fix a memory leak
Fix some cppcheck warnings in the Cfaac code
Check index ranges before dereferencing book arrays (CVE-2018-19886)
Clean up stdint.h header inclusions
Consistently use stdint.h types
[ Michael Fink ]
Update Visual Studio 2017 projects
Add stdint.h header inclusions
Port over ac2ver tool from faad2 to generate PACKAGE_VERSION
when compiling with Visual Studio
[ Eugène Filin ]
Memory allocations redefined
ncmpc 0.36 - (2019-11-05)
* screen_keydef: show "Add new key" only if there is room for more keys
* support the Alt modifier in hotkeys
* reduce network transfer
Changes:
Updated the old yet non-oficial CMake build option.
Fix HiDPI display screen effective support (Qt >= 5.6).
System-tray icon context menu has been refactored to be exactly the same as the main-window context menu that is re-instantiated on demand.
Make sure compiler flags comply to c++11 as standard.
This is a bugfix release solely for bug 280 in the parser:
libmpg123
Reset the flag for having a frame to decode before trying to parse a new one. This prevents very unkind behaviour (crashes) when combinging mpg123_scan() with decoding later on for damaged streams that have a mixture of different MPEG versions.
This upgrade switches qt4 to qt5.
UPSTREAM CHANGELOG
==================
---------------------------------------------------------------------------
06.04.2019 - 1.5.01
- Qt5 port
---------------------------------------------------------------------------
29.07.2016 - 1.3.04
- made code compile with GCC 6
- retries on file read failure
- fix for UTF8 output in calls to mp3gain (Linux only)
- new transformation: "Remove Xing or LAME streams from CBR files"
- always show sessions button if there are more than 1 sessions
---------------------------------------------------------------------------
08.03.2015 - 1.3.03
- improved error reporting
- speed improvements for external drives (USB, network, ...)
- different treatment for the Xing frame being included in the frame count
---------------------------------------------------------------------------
17.07.2014 - 1.3.01
- fixed crash caused by saving very small images
- build fix
- disabled Discogs integration
---------------------------------------------------------------------------
16.01.2014 - 1.3.00
- build fix for clang and for Solaris
- added offset to the output created via the command line
- fixed incorrect message occurring some times when start after a crash
- better logging and retries for write errors
- fixed broken links in documentation and moved alternate downloads
from Dropbox to my ISP
- new version number to support the new "unstable" branch
ver 0.21.16 (2019/10/16)
* queue
- fix relative destination offset when moving a range
* storage
- curl: request the "resourcetype" property to fix database update
- curl: URL-encode more paths
- curl: follow redirects for collections without trailing slash
* update
- fix crash when music_directory is not a directory
* fix build with iconv() instead of ICU
pkgsrc changes:
- Fixed initial midi settings on NetBSD (use /dev/rmidi0 instead of /dev/midi)
- Enable only "native" audio outputs by default
- Disable some no longer used dependencies
New changes in 1.2.1: (2019-10-21)
General improvements
Respect OS' case sensitivity when checking for existing files (#4768)
Remove MIDI connections from factory .mmpz files (#5163)
Show FreeBSD in the build version info (732448c)
UI improvements
Make splash screen text white (#5149)
Show Beat/Bassline Editor on clicking track labels of B/B tracks (#5060)
Enable dark title bar on macOS (df79f8c)
Bug Fixes
Fix building RemoteVstPlugin with Wine >= 4.14 (#5210)
Fix stuck keys when dragging on the piano view (#5127)
Fix crash on unmarking octave semitones (#5184)
Fix invalid MIDI Program Change decoding (#5154)
Rubberband fix for selecting a large area in the song editor (#5003)
VeSTige: show icon on 'Turn off all notes' button (#5237)
RemoteVstPlugin: fix crashes when failed to open a file (#5235)
Organic: fix glitch at the beginning of a note (#5252)
Fix broken audio sample exporting on high sampling rate (#5226)
Localization
Better French translations in the menu item file (#4711)
Fix too long translations to fix the UI misalignment (#5185)
From Clement Bouvier in PR pkg/54418, modified to be in the existing
PLIST file, to make it obvious for non-macos updates that if a new
file gets added, it shoudl be added for the mac variant naming as well.
sched_setscheduler needed by this package.
XXX would be nicer to have done this via an upstream-friendly
config test.
Omitting PKGREVISION bump since it's a compile fix.
From Clement Bouvier in PR pkg/54416.