Revision: 70280 http://trac.macports.org/changeset/70280 Author: michaelld@macports.org Date: 2010-08-04 10:43:16 -0700 (Wed, 04 Aug 2010) Log Message: ----------- Added patches for QAudioInpout and QAudioOutpout; fixes ticket #25831. Modified Paths: -------------- trunk/dports/aqua/qt4-mac/Portfile Modified: trunk/dports/aqua/qt4-mac/Portfile =================================================================== --- trunk/dports/aqua/qt4-mac/Portfile 2010-08-04 15:01:11 UTC (rev 70279) +++ trunk/dports/aqua/qt4-mac/Portfile 2010-08-04 17:43:16 UTC (rev 70280) @@ -36,9 +36,15 @@ port:tiff port:libpng port:libmng port:jpeg \ port:${select_port} -# Test for Precompiled-headers support requires a C++ compiler, +# (1) Test for Precompiled-headers support requires a C++ compiler, # but configure calls it, by default, with a C compiler. -patchfiles patch-precomp.test.diff +# (rest) Correct QAudioInput and QAudioOutput in QtMultimedia, which +# will be part of a newer 4.6.X series. +patchfiles patch-precomp.test.diff \ + patch-qaudio-format-converters.diff \ + patch-qaudioinput-conversion.diff \ + patch-qaudioinput-readyread.diff \ + patch-qaudiooutput-period-size.diff # The build process uses -fconstant-cfstrings. # configure.compiler should therefore not be one of the MacPorts compilers.
participants (1)
-
michaelld@macports.org