Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.9.1_2 21 Jun 2018 16:52:09 |
tcberner |
multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632 |
4.9.1_2 19 May 2018 06:26:01 |
tcberner |
multimedia/qt5-phonon4* readd/bump PORTREVISION
* Due to a bad sed /d call qt5-phonon4 ports lost their PORTREVISIONS, readd and
bump them.
Reported by: VVD (in IRC) |
4.9.1 18 May 2018 12:27:44 |
rakuco |
Update the Qt5 ports to 5.10.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 |
4.9.1_1 11 Jan 2018 16:53:45 |
danfe |
Remove superfluous linefeeds and fix some other minor whitespace bugs. |
4.9.1_1 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
4.9.1 26 Jan 2017 18:05:48 |
tcberner |
Update phonon to 4.9.1
* https://community.kde.org/Phonon/Releases/Core
* The backend have not [yet] been releaesed.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9335 |
4.9.0_1 14 Nov 2016 16:12:57 |
tcberner |
Importing KDE Frameworks into the ports tree (required for newer KDE Desktop and
Applications)
KDE Frameworks is a collection of libraries and software frameworks by KDE
that serve as technological foundation for KDE Plasma 5 and KDE Applications
distributed under the GNU Lesser General Public License (LGPL) [1].
The work is based on what we have in the KDE testing repo [2].
This is the next big step in updating the KDE Desktop and its Applications
to anything less dusty.
With this change, `USES=kde:5` is now a valid option. Ports that need to depend
on KDE Framework can now set:
USES=kde:5
USE_KDE=<framework1> <framework2> ... <frameworkX> (Only the first 15 lines of the commit message are shown above ) |
4.9.0_1 09 Oct 2016 08:31:05 |
tcberner |
Remove the dependency on 'declarative' from multimedia/qt5-phonon4
USE_QT5=declarative aka Qt Quick1 has been put to rest upstream [1], and
is no longer shipped with Qt5 [that's why it has been kept at 5.5.1 while the
rest of Qt has been updated to 5.6.1].
Similar to arch [2] and debian [3] also get rid of it as a dependency for
qt5-phonon4.
[1] http://permalink.gmane.org/gmane.comp.lib.qt.releasing/1973
[2]
https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/phonon&id=1e16901aa3991d10e94906316258759be8e6b3d7
[3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824957
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8163 |
4.9.0 06 Sep 2016 19:35:14 |
rakuco |
Switch to out-of-source CMake builds |
4.9.0 04 Sep 2016 14:30:14 |
rakuco |
Update Phonon to 4.9.0.
Release notes:
- https://community.kde.org/Phonon/Releases/Core/4.9.0
- https://community.kde.org/Phonon/Releases/GStreamer/4.9.0
- https://community.kde.org/Phonon/Releases/VLC/0.9.0
This release fixes the build with the upcoming Qt 5.6, which was failing like
this:
/usr/bin/c++ -O2 -pipe -fstack-protector -fno-strict-aliasing
-Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall
-W -Wpointer-arith -Wformat-security -Woverloaded-virtual -fno-common
-fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden
-Wno-return-type-c-linkage
CMakeFiles/cmTC_08ed6.dir/check_qt_visibility.cpp.o -o cmTC_08ed6
CMakeFiles/cmTC_08ed6.dir/check_qt_visibility.cpp.o:(.qtversion[qt_version_tag]+0x0):
undefined reference to `qt_version_tag'
Most of the work was done by tcberner@.
PR: 211916 |
4.8.3 04 Sep 2016 11:38:10 |
rakuco |
Put MASTER_SITES in the right location |
4.8.3 04 Sep 2016 11:17:20 |
rakuco |
Switch to USES=pathfix |
4.8.3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
4.8.3 05 Apr 2015 18:03:57 |
makc |
- Add ports for Qt 5 variety of Phonon 4
- Introduce new USE_QT5 component: phonon4
Based on patches submitted by Tobias C.Berner <tcberner@gmail.com>
via kde-freebsd maillist:
https://mail.kde.org/pipermail/kde-freebsd/2015-January/018741.html |