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

2011-05-05 Thread Raphael Kubo da Costa
SVN commit 7237 by rakuco: qt4-phonon, qt4-phonon-gst: Do not IGNORE if PACKAGE_BUILDING is set. If we are building a package, we surely want the ports to build. Suggested-by: avilla M +1 -1 qt4-phonon-gst/Makefile M +1 -1 qt4-phonon/Makefile ___

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

2011-05-05 Thread Raphael Kubo da Costa
SVN commit 7238 by rakuco: qt4-phonon, qt4-phonon-gst: Reword the check from r7237 a little. It makes more sense to just define WITH_QT_PHONON if PACKAGE_BUILDING is set, otherwise !.defined(WITH_QT_PHONON) && defined(PACKAGE_BUILDING) in qt4-phonon-gst will end up pulling phonon, not qt4-phonon.

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

2013-02-27 Thread Max Brazhnikov
SVN commit 8997 by makc: Remove empty directories, qt4-phonon ports have been removed from the portstree D qt4-phonon (directory) D qt4-phonon-gst (directory) ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.

[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 th

[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/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 str

[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 informa

[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 https://mail.kde.or

[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 latest

[kde-freebsd] [SVN Commit] area51/QT/multimedia/qt4-phonon

2009-10-03 Thread Martin Wilke
SVN commit 5483 by miwi: - Fix build M +47 -80pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/QT/multimedia/qt4-phonon

2009-10-03 Thread Thomas Abthorpe
SVN commit 5488 by tabthorpe: - Fix plist M +5 -1 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/QT/multimedia/qt4-phonon

2010-01-20 Thread Max Brazhnikov
SVN commit 5882 by makc: Remove needless patch, update plist M +0 -1 Makefile D files/patch-include-phonon-headers.pri M +44 -0 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/lis

[kde-freebsd] [SVN Commit] area51/QT/multimedia/qt4-phonon

2010-02-15 Thread Max Brazhnikov
SVN commit 6036 by makc: fix plist M +1 -0 pkg-plist ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/QT/multimedia/qt4-phonon

2012-04-06 Thread Alberto Villa
SVN commit 8113 by avilla: - Avoid creating an empty directory. [1] - Remove USE_KDE4, it's useless. - Use bsd.port.mk instead of the pre and post variants. PR: 166546 [1] M +2 -6 Makefile M +0 -2 pkg-plist ___ kde-free

[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 stop/st

[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 https://mail.kde.org/mailman

[kde-freebsd] [SVN Commit] area51/QT/multimedia/qt4-phonon-gst

2009-12-06 Thread Dima Panov
SVN commit 5709 by fluffy: - IGNORE qt4-phonon-gst in favour of phonon-gstreamer M +2 -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/qt4-phonon-gst

2011-06-27 Thread Alberto Villa
SVN commit 7311 by avilla: - Fix build with Clang. A files (directory) A files/patch-src__3rdparty__phonon__gstreamer__artssink.h ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kd

Re: [kde-freebsd] [SVN Commit] area51/QT/multimedia/qt4-phonon-gst

2009-12-07 Thread Thomas Abthorpe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 6 Dec 2009 21:33:55 -0800 (PST) Dima Panov wrote: > - IGNORE qt4-phonon-gst in favour of phonon-gstreamer Ditto this too :) Thomas - -- Thomas Abthorpe | FreeBSD Committer tabtho...@freebsd.org | http://people.f