NB: this isn't the latest version (1.x is), however it dropped support for
(legacy) QtWebKit which results in:
"""
qutebrowser needs QtWebKit or QtWebEngine, but neither could be imported!
The errors encountered were:
QtWebKit: Unsupported legacy QtWebKit found
QtWebEngine: cannot import name 'QtWebEngineWidgets'
"""
This fills a void left since the removal of mp3gain. It applies replaygain
information to mp3 audio data, which allows for the use of replaygain
information even on players that do not support it via tags (common in
hardware mp3 players). mp3applygain is a fork of mp3gain with all code
removed except the code to actually modify the mp3 audio data to apply
the gain.
Help from jca@
OK sthen@
Note: this version renames the binary to "neomutt" (and various other files
where the name was shared with mutt) - so the packages are now de-conflicted
allowing both to be installed together. Users may wish to add a shell alias
or symlink for mutt->neomutt.
Web Open Font Format (WOFF) 2.0 is an update to the existing WOFF
1.0 with improved compression that is achieved by using the Brotli
algorithm. The primary purpose of the WOFF2 format is to efficiently
package fonts linked to Web documents by means of CSS @font-face
rules.
ok sthen@
Makefile.am: fix pushing of tag in dorelease target (escape $)
maint: post-release administrivia
* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.
* NEWS: Record release date.
OK bcallah@
clang ignores -lstdc++ even if it is absent from the system, giving the
wrong hint to the configure, which proceeds to add it to the list of
libraries. Then libtool fails because it can't find it.
Why is clang ignoring -lstdc++? Convenience?