[kde-freebsd] qt5-multimedia and ALSA

2014-10-26 Thread Brock Williams
Looks like Qt5 changed alsa support to be an actual audio plugin instead of ifdefs, so we need to add %%ALSAQT_PLUGINDIR%%/audio/libqtaudio_alsa.so %%ALSADEBUGQT_PLUGINDIR%%/audio/libqtaudio_alsa.so.debug to the pkg-plist Brock -- Brock Williams br...@cottonwoodcomputer.com Cotto

[kde-freebsd] [SVN Commit] area51/QT/multimedia/qt5-multimedia

2014-10-26 Thread Raphael Kubo da Costa
SVN commit 10446 by rakuco: qt5-multimedia: Use NO_GSTREAMER instead of NOGSTREAMER in the pkg-plist. The former is automatically defined with OPTIONS_SUB, so there is no need to add the latter manually to PLIST_SUB. M +0 -2 Makefile M +3 -3 pkg-plist __

[kde-freebsd] [SVN Commit] area51/QT/multimedia/qt5-multimedia

2014-10-26 Thread Raphael Kubo da Costa
SVN commit 10447 by rakuco: qt5-multimedia: Add ALSA files to the plist. This was not caught before because the ALSA plugin is only enabled if the PULSEAUDIO option is off. A fix for the options handling is coming in the next commit. Reported by:Brock Williams M +3 -0 pkg-plist

[kde-freebsd] [SVN Commit] area51/QT/multimedia/qt5-multimedia

2014-10-26 Thread Raphael Kubo da Costa
SVN commit 10448 by rakuco: qt5-multimedia: Make the ALSA and PULSEAUDIO options exclusive. Since Qt 5.3.0, the ALSA audio plugin is a proper plugin under src/plugins/, and it is only built if PulseAudio support is not detected and enabled. To accommodate this change, make the ALSA and PULSEAUDI

[kde-freebsd] [SVN Commit] area51/QT/lang/qt5-qml/files

2014-10-26 Thread Raphael Kubo da Costa
SVN commit 10449 by rakuco: qt5-qml: Add upstream commit that fixes the build with base GCC. The upstream commit message is very vague and only says "Fix compiler warning", but the commit is enough to avoid this error: ../../include/QtQml/5.3.2/QtQml/private/../../../../../src/qml/jsruntime/qv4p

Re: [kde-freebsd] qt5-multimedia and ALSA

2014-10-26 Thread Raphael Kubo da Costa
Brock Williams writes: > Looks like Qt5 changed alsa support to be an actual audio plugin > instead of ifdefs, so we need to add > > %%ALSAQT_PLUGINDIR%%/audio/libqtaudio_alsa.so > %%ALSADEBUGQT_PLUGINDIR%%/audio/libqtaudio_alsa.so.debug > > to the pkg-plist Thanks, it turns out the

[kde-freebsd] [Bug 194566] [exp-run] Update Qt5 to 5.3.2

2014-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194566 --- Comment #5 from Raphael Kubo da Costa --- https://people.freebsd.org/~rakuco/exp-runs/qt-5.3.2-v2.patch is up and should fix the failures with base GCC (luminance-qt5 has also been fixed separately meanwhile). Please `svn rm devel/qt5-

[kde-freebsd] [Bug 194566] [exp-run] Update Qt5 to 5.3.2

2014-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194566 Raphael Kubo da Costa changed: What|Removed |Added Assignee|rak...@freebsd.org |anto...@freebsd.org -- Yo

[kde-freebsd] [Bug 194566] [exp-run] Update Qt5 to 5.3.2

2014-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194566 --- Comment #6 from Antoine Brodin --- patching Mk/Uses/qmake.mk is no longer necessary? -- You are receiving this mail because: You are on the CC list for the bug. ___ kde-freebsd mailing list

[kde-freebsd] [Bug 194566] [exp-run] Update Qt5 to 5.3.2

2014-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194566 --- Comment #7 from Raphael Kubo da Costa --- Argh. Yes, it's necessary, hold on. -- You are receiving this mail because: You are on the CC list for the bug. ___ kde-freebsd mailing list kde-fre

[kde-freebsd] [Bug 194566] [exp-run] Update Qt5 to 5.3.2

2014-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194566 --- Comment #8 from Raphael Kubo da Costa --- Sorry about that. Patch v2 should be correct now. -- You are receiving this mail because: You are on the CC list for the bug. ___ kde-freebsd mailin

[kde-freebsd] [Bug 194566] [exp-run] Update Qt5 to 5.3.2

2014-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194566 --- Comment #9 from Antoine Brodin --- There is a strange file in the patch: +++ multimedia/qt5-multimedia/pkg-plist.svnpatch.rej -- You are receiving this mail because: You are on the CC list for the bug.

[kde-freebsd] [Bug 194566] [exp-run] Update Qt5 to 5.3.2

2014-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194566 --- Comment #10 from Antoine Brodin --- The qt5-qml patch fails to apply: http://package18.nyi.freebsd.org/data/91amd64-default-PR194566/2014-10-26_14h44m21s/logs/errors/qt5-qml-5.3.2_1.log -- You are receiving this mail because: You are

[kde-freebsd] after update to KDE 4.14.2: no icons / no action in Favorites

2014-10-26 Thread Matthias Apitz
Hello, I have updated to KDE 4.14.2 (compiled from ports SVN) and encounter a small problem. I run before 4.12.5 and when I now do Start --> Favorites the tab schows 4 items: konqbrowser KMail2 systemsettings dolphin all of them without any icon and none of them starts any

[kde-freebsd] [Bug 194566] [exp-run] Update Qt5 to 5.3.2

2014-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194566 --- Comment #11 from Raphael Kubo da Costa --- I've removed multimedia/qt5-multimedia/pkg-plist.svnpatch.rej from patch v2. As for the qt5-qml error, it looks like a problem with your `svn patch' call: `make patch' worked fine here, and fro

[kde-freebsd] proposed port: sysutils/qt5-qtpaths

2014-10-26 Thread Tobias C. Berner
Hi Attached is a shar containing a port sysutils/qt5-qtpaths. mfg Tobias sysutils__qt5-qtpaths.shar Description: Unix shell archive ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://fre

[kde-freebsd] [Bug 194566] [exp-run] Update Qt5 to 5.3.2

2014-10-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194566 Antoine Brodin changed: What|Removed |Added Assignee|anto...@freebsd.org |rak...@freebsd.org --- Comment #1

[kde-freebsd] [SVN Commit] area51/QT/devel

2014-10-26 Thread Raphael Kubo da Costa
SVN commit 10450 by rakuco: Add devel/qt5-qdoc. This the Qt5 equivalent of devel/qt4-qdoc3, and is used for parsing .qdoc files and generating documentation from them. Originally worked on by Tobias Berner . A qt5-qdoc (directory) AMqt5-qdoc/Makefile M +1 -1

[kde-freebsd] [SVN Commit] area51/QT/Mk

2014-10-26 Thread Raphael Kubo da Costa
SVN commit 10451 by rakuco: bsd.qt.mk: Finish splitting qt5-qdoc out of qt5-buildtools. Most of the required work (including the addition of "qdoc" to the list of USE_QT5 components) had already been done in r9689, but apparently avilla forgot to svn add his devel/qt5-qdoc at the time. It has fi

Re: [kde-freebsd] Please review my (hopefully) final Qt 5.3.2 commits

2014-10-26 Thread Raphael Kubo da Costa
Alberto Villa writes: > I'll try to find some time in the weekend if it's fine for you. I'd really > like to review some pieces of the patch, thanks for pinging me! Any luck so far? :-) The exp-runs are done so I'm pretty much ready to commit 5.3.2 to the tree. Do you think you'll have time to

Re: [kde-freebsd] Please review my (hopefully) final Qt 5.3.2 commits

2014-10-26 Thread Alberto Villa
Will have a look tonight or tomorrow. There is something I'd like to check. Il giorno dom 26 ott 2014 22:28 Raphael Kubo da Costa ha scritto: > Alberto Villa writes: > > > I'll try to find some time in the weekend if it's fine for you. I'd > really > > like to review some pieces of the patch, t