Update ruby-iso8601 to 0.12.1.
pkgsrc change: add "USE_LANGAUGES= # none".
0.12.1
Reduce the number of files that ship in the artifact (thanks @tas50).
0.12.0
Fix Months#to_seconds from November (thanks @walterbrebels).
* Version 2.0.40
- Servers blocking fragmented queries are now automatically detected.
- The server name is now only present in query logs when an actual
upstream servers was required to resolve a query.
- TLS client authentication has been added for DoH.
- The Firefox plugin is now skipped for connections coming from the
local DoH server.
- DoH RTT computation is now more accurate, especially when CDNs are
in the middle.
- The forwarding plugin is now more reliable, and handles retries over
TCP.
Update ruby-hitimes to 2.0.0.
pkgsrc change: add "USE_LANGAUGES= # none".
## Version 2.0.0 2019-09-23
* Remove the C and Java extensions as `Process.clock_gettime()` has the same
resolution as what the extensions did.
* Update all depedencies and resolve deprecations
* Now usable on truffleruby
Version 1.3.5
* added icon for 'play/pause' action
* fixed 'album artist' tag support
* fixed issue with missing bitrate after application restart
* fixed issue with incorrect audio properties displaying
* fixed crash on corrupted .m4a files
* fixed duration overflow
* fixed playlist duration update
* fixed issue with special symbols in the track change plugin
* fixed crash on encrypted archives
* updated Galician translation (Delio Docampo Cordeiro)
Version 1.3.6
* added 'album artist' and 'composer' tags support in the ffmpeg plugin
* fixed window title updating when playing CUE tracks
* fixed crash on Futura skin in the skinned ui
* updated French translation (Adrien Vigneron)
* updated Indonesian translation (Andika Triwidada and Wantoyo)
1.0.8:
- added XDG desktop support (09/10/26 MS)
- fixed configuration process (09/10/26 MS)
- removed -Wall from CC arguments for better portability
(06/04/01 PM)
James Le Cuirot (1):
Fix find_path for newer jsoncpp release
Michał Janiszewski (1):
Add -latomic when required
Sude (26):
Add language: Hebrew
Galaxy: Add option to delete orphaned files
Galaxy: Automatically delete old files when updating or downgrading
GUI: Remove usage of QDesktopWidget
Suppress warnings about unused parameters
Save xml data before skipping complete file
Retry on CURLE_RECV_ERROR
Make Downloader::getRemoteFileHash use Galaxy API
Don't exit when failing to get valid game details json
CMake: Disable search for boost-cmake
Make --download-file option use Galaxy API
Remove old GOG downloader API
Remove dependency on liboauth
Check for HTTP response code 416 in Downloader::repairFile
Override global config values in Downloader::checkOrphans
Use separate thread count option for info threads
Galaxy: Add split file support to MojoSetup hack
Galaxy: Improve split file support in MojoSetup hack
Fix filenames with ampersand
Automatically select appropriate size unit for total remaining
Show HTTP response code in status message
Update README.md and man page
Version 3.6
Quake II 7.42 to 7.43:
- Recover from a lost sound device, do not crash of no sound device is
available. This fixes several problem with DisplayPort and HDMI audio,
especially with the Intel Windows GPU drivers.
- Several small game logic fixes. This includes a fix for a potential
progress blocker in 'The Torture Chambers' introduced in the last
release. (by BjossiAlfreds)
- Add the 'gl1_particle_square' cvar, it forces square particles in
the GL1 renderer. (by Mason UnixBeard)
- The software renderer is no longer experimental.
- Add an option to configure the gun Z offset in the software renderer.
Snd 20.2:
s7: complete profile.scm revision, (*s7* 'profile)
s7_let_field_ref|set (for *s7* access from C)
deprecated current s7_print_length|float_format_precision|gc_stats
*function* (a function), replaces deprecated __func__
openlets moved to (*s7* 'openlets), s7-version to (*s7* 'version)
checked: sbcl 2.0.2
Thanks!: Rick Taube, Kjetil Matheussen
0.6.1 2019-12-22 The Winter'19 Release.
- Custom color (palette) theme editor introduced; color
(palette) theme changes are now effective immediately,
except on default.
- Second attempt to fix the yet non-official though
CMake build configuration.
- When using autotools and ./configure --with-qt=...,
it is also necessary to adjust the PKG_CONFIG_PATH
environment variable (after a merge request by plcl
aka. Pedro López-Cabanillas, while on qmidinet,
thanks).
Christopher Snowhill (4):
Add echo_ram to state structure, for dodgy SPC rips
Complete the dodgy hack for SMW mod SPC playback
Add necessary local pointer
Disable clear_echo() function
Michael Pyne (62):
Remove version markers from code comments, update URL.
spc: Use exact hardware register widths.
Support building with UBSan error-checking.
Assume standard int types are present instead of reimplementing.
Avoid undefined behavior with left-shift of negative ints.
Request more compiler warnings.
Replace fast min-width int types with fixed-width types.
Fix warnings I introduced with conversion to fixed-width ints.
bitbucket-pipelines.yml created online with Bitbucket
Try to get CMake to work...
spc: Fix narrowing warnings in demo player.
gb: Fix read from uninit memory initializing wavetable.
spc: Fix hang in revised STOP opcode handler.
Minor whitespace fixups to support review.
multichannel: Try to handle stereo/effects properly.
Support clang and require C++11 mode
Add move ctor for Blip_Buffer so it can be held in a vector
[multichannel] Cleanup construction of Effects_Buffer
[multichannel] Fix ABI/API breakage with gme_open_file
multichannel: Re-fix build of demo app post-ABI breakage
multichannel: Move #ifdef to guard entire use of setbuffer.
multichannel: Move added API to single extra function.
Update changelog.
multichannel: Add simple test suite.
Ignore GCC 7 implicit fallthrough (for now).
Avoid undefined left-shift on signed integers.
Properly export gme_type_t symbols.
Add simple accessor for file extension from a gme_type_t.
Silence unused var warning.
zlib: Minor cleanups.
Remove now-redundant vector from Mem_File_Reader.
test: Use mem-based source for demo_mem test.
Fix URL for pkg-config file.
Add pkg-config metadata for linking to zlib with static builds.
Search for static version of dependencies for static builds.
Fix CMake warning with the recent static lib check.
cmake: Fix whitespace (no other changes).
cmake: Simplify compiler flag code.
cmake: Enable -fwrapv by default.
Ensure padding to guard emulator memory access is in the memory block.
nsfe: Some blocks can have a 0-sized header, don't fail for those.
cmake: Make GCC undefined sanitizer work with static build.
Move BLARGG_EXPORT to header.
Fix build failure in C-based demo player.
spc: Set a playback length by default if set in header.
player: Allow toggling infinite playback.
Add a function to avoid automatic track ending.
Add newer compilers to the CI script.
YAML is the worst.
resampler: Don't resample when sample rates are matched.
example: Port the sample GUI player to use SDL2.
example: Use SDL2 rendering to draw audio scope and simplify.
example: Use a larger window for the GUI playback example.
Disable copy/move ctor & assignment operator for Blip_Buffer.
Make BLARGG_EXPORT changes for improvements made since patch started.
Remove another fallthrough warning in GCC 9.2.
Bump version in preparation for tagging/release.
Nicolas Allemand (2):
added support for macOS framework building
Vitaly Novichkov (26):
Added ZLib support for memory reading
Fixed missing VGZ detection
Clean-up of GZip memory reading code and created a unit-test for mem-read
Merge Std_File_Reader with GZip_File_Reader into same class Detection of GZip is done on a magic number check that will tell is this GZipped or a regular file.
Small clean-up and Clang Code Model's warnings fixes
Another tiny beautifying and clean-up in the Data_Reader.cpp
Clean-Up of GZip decompression code
Remove no more needed macros and typedefs
Fixed an invalid output of Mem_File_Reader and fixed warnings
Replace legacy GENS emulator with MAME which is much more accurate
Added Nuked OPN2 and ability to select one of three YM2612 emulators
Fix the warning in release build
Minor warning fixes
Hes_Cpu: Fix integer types and fix the time correctness
Fix the warning of extra comma after function end in gme.cpp // Also, clean up from a junk spaces
KSS: Fixed silence
VGM: Implement Dual YM2612 support
VGM: Minor fixes - removed unnecessary "psg_dual" check - making mute mask apply to both chips when dual-chip is run
MAME YM2612: Enable internal re-sampler to have accurate music
Added blargg_source.h as a public header
Fixed the C90 compatibility of blargg_source.h
True fix of fallthrough warnings
Also ignore files like "CMakeLists.txt.user.4.10-pre1"
Wohlstand (12):
Data_Reader: Remove useless macros are left from old code
Fixed build of test
Added .gitignore
Added CMake option to on/off isolated echo buffer on SPC
Merged in support for a modified SPC echo buffer to better support ROM hack SPCs.
Merge dual chip support for VGM YM2612
blargg_source.h: never use __declspec(dllimport)
derselbst (29):
tweak Stereo_Buffer for having multiple channel_t
fix build
fix compiler warnings
adapt Music_Emu internals and gme API for multi channel support
update doc
minor fixes
adapt Effects_Buffer for multiple channels
temporarily fix early fadeout problem
adapt Effects_Buffer::mix_enhanced() for multiple voices
Revert "tweak Stereo_Buffer for having multiple channel_t"
revert Classic_Emu::set_sample_rate_()
get rid of hardcodings
make Music_Emu use multichannel rendering if requested
update changelog
bump GME_VERSION
remove debug code
adapt mix_mono and mix_stereo for multichannel rendering
use c-naming style
fix try/catch block
prefer std::vector
use tab indentation
another tab indent
use int rather than bool
fix build
ensure echo/reverb buffers have already been allocated
correctly skip audio of voice buffer that dont contribute to output
fix advanced stereo mixing
avoid fading if fade_start is negative
disable multi channel support for vgm_emu
myQwil (4):
Parse hours and milliseconds
Changed the comment to indicate that length is now in milliseconds
Removed track fade from test.m3u
This release switches to Qt 5 by default. The Qt UI has become quite polished by now. It will be quite familiar to users of the GTK2 UI, but it also brings a few nice-to-have improvements, such as a playlist view that is easier to navigate and sort.
GTK2 remains available and supported as a build option, but new features will only be added to the Qt UI going forward.
Some things that we wanted to get finished didn't make it into this release. In particular, the Qt port of the Winamp-like UI is still missing some key features such the Jump to Song window. Users of the Winamp-like UI may want to continue using GTK2 for now. The Windows builds are also still using GTK2, until some Windows-specific font size issues (on displays greater than 96 DPI) can be worked out in the Qt version.
New features and improvements:
Clicking on playlist column headers sorts the playlist (#8)
Dragging playlist column headers changes the column order (#10)
Application-wide settings for volume and time step sizes (#330)
New option to hide playlist tabs (#547)
Sorting playlist by path now sorts folders after files (#843)
Implemented additional MPRIS calls for compatibility with KDE 5.16+ (#900)
New OpenMPT-based tracker module plugin (contributed by Chris Spiegel)
New VU Meter visualization plugin (contributed by Marc Sánchez)
Added option to use a SOCKS network proxy (contributed by Róbert Čerňanský)
The Song Change plugin now works on Windows (contributed by Domen Mori)
New “Next Album” and “Previous Album” commands
The tag editor in Qt UI can now edit multiple files at once
Implemented equalizer presets window for Qt UI
Lyrics plugin gained the ability to save and load lyrics locally
Blur Scope and Spectrum Analyzer visualizations ported to Qt
MIDI plugin soundfont selection ported to Qt
JACK output plugin gained some new options
Added option to endlessly loop PSF files
Bug fixes since 3.10.1:
Fixed blurry application icon on Windows (#863)
Cuesheet entries in an .m3u playlist are now added correctly (#878)
Various minor fixes in handling of output stream
Other:
Experimental support for building with meson
Updated devel/p5-Error to 0.17029
Updated devel/p5-ExtUtils-CppGuess to 0.21
Added devel/p5-Test-Exit version 0.11
Updated devel/p5-FFI-CheckLib to 0.26
Updated devel/p5-File-Find-Object to 0.3.5
0.26 2020-01-22 05:54:02 -0700
- Name check on alien option is always done, even if the Alien is already
loaded (gh#21)
- Remove dependency on Module::Load (gh#21)
Test::Exit provides some simple tools for testing code that might call
exit(), providing you with the status code without exiting the test
file.
The only criterion tested is that the supplied code does or does not
call exit(). If the code throws an exception, the exception will be
propagated and you will have to catch it yourself. die()ing is not
exiting for the purpose of these tests.
Unlike previous versions of this module, the current version doesn't
use exceptions to do its work, so even if you call exit() inside of an
eval, everything should work.