/devel/ecgi/

r (mat) Differential Revision: https://reviews.freebsd.org/D14632 Update phonon to 4.9.1 2017-01-26T18:05:48+00:00 tcberner tcberner@FreeBSD.org 2017-01-26T18:05:48+00:00 42437a1ff7912de56cde49733abf861cad388237 * 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
* 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
Importing KDE Frameworks into the ports tree (required for newer KDE Desktop and Applications) 2016-11-14T16:12:56+00:00 tcberner tcberner@FreeBSD.org 2016-11-14T16:12:56+00:00 6c5965ba9ac4e94e995d4e16a6b052b416a4b6cf 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> For example: www/qupzilla-qt5 can depend on sysutils/kf5-kwallet via: KWALLET_USE= KDE=wallet I would like to thank Raphael and Adriaan for reviewing the ports in the testing repo :) [1] https://en.wikipedia.org/wiki/KDE_Frameworks [2] http://src.mouf.net/area51/log/branches/plasma5 Reviewed by: rakuco, mat, groot_kde.org Approved by: rakuco (maintainer) Differential Revision: https://reviews.freebsd.org/D8329
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>

For example: www/qupzilla-qt5 can depend on sysutils/kf5-kwallet via:
	KWALLET_USE=            KDE=wallet

I would like to thank Raphael and Adriaan for reviewing the ports in the testing
repo :)

[1] https://en.wikipedia.org/wiki/KDE_Frameworks
[2] http://src.mouf.net/area51/log/branches/plasma5

Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (maintainer)
Differential Revision:	https://reviews.freebsd.org/D8329
Switch to an out-of-source CMake build. 2016-10-23T13:53:47+00:00 rakuco rakuco@FreeBSD.org 2016-10-23T13:53:47+00:00 374be8558ab7d90b76e4f639aa643cbb462006fb

Update Phonon to 4.9.0. 2016-09-04T14:30:13+00:00 rakuco rakuco@FreeBSD.org 2016-09-04T14:30:13+00:00 7c7fa269f0ac8be844d56d9945cc10a617569e75 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
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
Put MASTER_SITES in the right location 2016-09-04T11:36:23+00:00 rakuco rakuco@FreeBSD.org 2016-09-04T11:36:23+00:00 95dbba01f0a467a9d2c75b17815130ed98f70a76

Add "kde" to CATEGORIES. 2016-04-02T16:45:33+00:00 rakuco rakuco@FreeBSD.org 2016-04-02T16:45:33+00:00 97eee6e453d53586d456027ae7cc6af76a5e93a2 This just keeps the Makefile in sync with the version in kde@'s area51 repository. It is not clear why this was not added when the port was introduced.
This just keeps the Makefile in sync with the version in kde@'s area51
repository. It is not clear why this was not added when the port was
introduced.
- Add ports for Qt 5 variety of Phonon 4 2015-04-05T18:03:56+00:00 makc makc@FreeBSD.org 2015-04-05T18:03:56+00:00 fe1fa51f2afce4e9b0b4fab823dd484949a959f7 - 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
- 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