[MacPorts] #22158: qtscriptgenerator fails to build
MacPorts
noreply at macports.org
Fri Oct 23 11:07:52 PDT 2009
#22158: qtscriptgenerator fails to build
---------------------------------+------------------------------------------
Reporter: shikhar@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.1
Keywords: | Port: qtscriptgenerator
---------------------------------+------------------------------------------
Comment(by eatdespain@…):
Here it goes:
Edit:
qtscriptgenerator-src-0.1.0/generator/qtscript_masterinclude.h
Remove
{{{
-#ifndef QT_NO_PHONON
-# include <phonon/phonon>
-#endif
}}}
Add (if not there)
{{{
+#include "phonon/abstractaudiooutput.h"
+#include "phonon/abstractmediastream.h"
+#include "phonon/abstractvideooutput.h"
+#include "phonon/addoninterface.h"
+#include "phonon/audiooutput.h"
+#include "phonon/audiooutputinterface.h"
+#include "phonon/backendcapabilities.h"
+#include "phonon/backendinterface.h"
+#include "phonon/effect.h"
+#include "phonon/effectinterface.h"
+#include "phonon/effectparameter.h"
+#include "phonon/effectwidget.h"
+#include "phonon/mediacontroller.h"
+#include "phonon/medianode.h"
+#include "phonon/mediaobject.h"
+#include "phonon/mediaobjectinterface.h"
+#include "phonon/mediasource.h"
+#include "phonon/objectdescription.h"
+#include "phonon/objectdescriptionmodel.h"
+#include "phonon/path.h"
+#include "phonon/phonondefs.h"
+#include "phonon/phononnamespace.h"
+#include "phonon/platformplugin.h"
+#include "phonon/seekslider.h"
+#include "phonon/streaminterface.h"
+#include "phonon/videoplayer.h"
+#include "phonon/videowidget.h"
+#include "phonon/videowidgetinterface.h"
+#include "phonon/volumefadereffect.h"
+#include "phonon/volumefaderinterface.h"
+#include "phonon/volumeslider.h"
#include "../qtbindings/qtscript_core/qtscriptconcurrent.h"
}}}
edit : qtscriptgenerator-src-0.1.0/generator/generator.qrc
Remove
{{{
-<file alias="typesystem_phonon.txt">typesystem_phonon.xml</file>
- qtscript_phonon \
}}}
And the code should be compiled in full but without phonon which can bring
consequences (unknown for me so far).
And for the date of this post, Amarok still fails on SnowLeopard, The
amarok.app folder is not compiled neither copied as you can follow at the
following:
[http://trac.macports.org/ticket/22144]
(linking tickets because most people try to get a amarok compiled)
Thanks
--
Ticket URL: <http://trac.macports.org/ticket/22158#comment:13>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list