style (including new icons), updated translations, and few other fixes.
Alas, this release also marks the drop of Qt4 support.
Reported by: portscout
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1513612271 which corresponds to commit c9bd11f tagged
as this release.
- Add upstream patch to fix sporadic crash on program's start-up
due to notorious C++ "static initialization order fiasco" [*]
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1502219275 which corresponds to commit 8f81f61 tagged
as this release.
[*] https://isocpp.org/wiki/faq/ctors#static-init-order
- Add QT5_CMAKE_OFF knob to ensure that right version is picked up if user
has both of them installed
- It no longer uses Shntool (not updated since 2009), so do not reference
it in pkg-message; instead, add `audio/opus-tools' which Flacon supports
since version 1.2.0
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1497981519 which corresponds to commit 0029b70 tagged
as this release.
Reported by: portscout
- Couple of minor non-functional adjustments
Reported by: portscout
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1482855182 which corresponds to commit 9caf6bc tagged
as this release.
- Explicitly list Qt core components in dependencies
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1475427605 which corresponds to commit 7f9ae7c tagged
as this release.
Reported by: portscout
- Allow to build against Qt 5 instead of Qt 4 (off by default)
- Add missing `desktop-file-utils' to USES as suggested by `stage-qa'
- Remove INSTALLS_ICONS knob (not to be used for Qt-based programs)
- Fix a typo and rephrase pkg-message text while I am at it