/x11/trayer/

Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/qt5-speech/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* accessibility/qt5-speech: add options SPEECHD and FLITEtcberner2019-02-241-3/+6
| | | | | | | | | | | | Previously we only assumed to build the speechd backend. If however flite was installed, it would be picked up and could leed to it failing due to a missing dependency to qt5-multimedia required by said backend. With this we add options to deterministically toggle which of the backends to build. PR: 235900 Reported by: starikarp@dismail.de, lumiwa@gmail.com
* Update the Qt5 ports to 5.10.1.rakuco2018-05-181-0/+1
| | | | | | | | | | | | | | | | | The work was done by tcberner and myself, with thanks to antoine for the exp-run. Not a lot to report compared to other Qt5 updates: * net/qt5-network is still broken with LibreSSL. I said this in a commit message ages ago but it bears repeating: upstream is open to adding support for LibreSSL, but someone needs to step up to maintain it upstream, otherwise things will continue to be broken all the time. * www/qt5-webengine is a huge monster that is terrible to update, just like www/chromium itself is. We (kde@) have decided to keep using the 5.9 series for the time being, as it should be compatible with the rest of Qt anyway. It was updated to 5.9.5, the latest 5.9 release at the time of writing. PR: 228213