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

2016-07-16 Thread Raphael Kubo da Costa
SVN commit 12857 by rakuco: qt5-multimedia: Just include bsd.port.mk after r12856. M +1 -4 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for

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

2016-07-16 Thread Raphael Kubo da Costa
SVN commit 12856 by rakuco: qt5-multimedia: Drop nullptr sed call from the Makefile. The upstream patch in files/patch-git_1df147d5 already does the job. M +0 -4 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org

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

2016-07-16 Thread Raphael Kubo da Costa
SVN commit 12855 by rakuco: qt5-multimedia: Use a better name for patch-cr-159342. D patch-cr-159342 A patch-git_1df147d5 patch-cr-159342#12854 ___ kde-freebsd mailing list kde-freebsd@kde.org

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

2016-04-16 Thread Raphael Kubo da Costa
SVN commit 12346 by rakuco: qt5-multimedia: Add patch to fix underrun errors in the ALSA plugin. The ALSA plugin doesn't suspend the ALSA device when the ::suspend() method is called. This results in underrun errors when it's resumed. In ALSA, stopping a pcm doesn't close it, so the ALSA

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

2016-04-16 Thread Raphael Kubo da Costa
SVN commit 12347 by rakuco: qt5-multimedia: Bump PORTREVISION after r12346 M +1 -0 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest

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

2015-12-15 Thread Raphael Kubo da Costa
SVN commit 11673 by rakuco: qt5-multimedia: Merge r402657 from ports. r402657 | rakuco | 2015-11-30 10:57:08 +0100 (Mon, 30 Nov 2015) | 14 lines Add upstream patch to fix the build with ALSA 1.1.0. Some checks were too

[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 br...@cottonwoodcomputer.com

[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

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

2014-10-11 Thread Raphael Kubo da Costa
SVN commit 10382 by rakuco: qt5-multimedia: Merge r370658 from ports. r370658 | rakuco | 2014-10-11 21:30:24 +0300 (Sat, 11 Oct 2014) | 5 lines Properly use USES=openal instead of OPENAL_USE. The latter was removed from