* PyQt could not be installed for multiple Python versions at
the same time, as there were conflicting files.
This patch creates Python-version versioned directories for
all these, and further installs binaries with a version number.
* Note, there might be some hickups for software that depends on
on of the .so's provided by PyQt5, which might not be found
anymore autmotically, and maybe need some LD-flaggery.
* Update PyQt5 to 5.10.1
* Mark www/py-qt5-webengine broken. It is unforuntately no longer
compatible with the old qt5-webengine-5.9.4 we ship.
PR: 232745
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D8714
In file included from plugin.cpp:17:
In file included from ./plugin.h:17:
In file included from ../../ui/esperanza_plugin.h:20:
In file included from ../../lib/xclient.h:21:
In file included from /usr/local/include/xmms2/xmmsclient/xmmsclient++.h:20:
/usr/local/include/xmms2/xmmsclient/xmmsclient++/signal.h:22:10: fatal error: 'boost/function.hpp' file not found
#include <boost/function.hpp>
^~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout
This port is broken. It both failed to fetch and failed to build afterwards.
I fixed the fetching problem: it moved to github.
So far I couldn't fix the build problem - it seems to fail due to some incompatibilities
with dependencies, but it is also badly outdated. New version doesn't build either.
The upstream needs to fix at least these two problems:
* https://github.com/csound/csound/issues/1063
* https://github.com/csound/csound/issues/1064
I'll come back to it after they fix these build issues.
Details:
- Major upgrade from 0.20.x branch, see upstream log:
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.2/NEWS
- Use meson build system
- Revamp OPTIONS:
- Retire all options without LIB_DEPENDS
- Rename AAC option to FAAD, as aac is also available via FFMPEG
- New OPTIONS for ISO9660 and ZZIP; bzip support is always compiled in
- Support for commercial streaming services:
QOBUZ, SOUNDCLOUD, TIDAL
- Simplify Makefile when possible
- Pet portlint
This application has seen a steady (beta) release series in
the KDE world already, and is packaged and flatpacked elsewhere.
The WWW: line points to a boring user-manual page; more interesting
release notes are at https://mgallienkde.wordpress.com/
Reported by: arved
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts)