[93743] branches/mld-qt-481/dports/audio/phonon
michaelld at macports.org
michaelld at macports.org
Tue May 29 11:04:58 PDT 2012
Revision: 93743
https://trac.macports.org/changeset/93743
Author: michaelld at macports.org
Date: 2012-05-29 11:04:58 -0700 (Tue, 29 May 2012)
Log Message:
-----------
phonon in qt4-mac branch: include and install 'phonon/phonon' header file (as provided by Qt)
Modified Paths:
--------------
branches/mld-qt-481/dports/audio/phonon/Portfile
Added Paths:
-----------
branches/mld-qt-481/dports/audio/phonon/files/
branches/mld-qt-481/dports/audio/phonon/files/phonon
Modified: branches/mld-qt-481/dports/audio/phonon/Portfile
===================================================================
--- branches/mld-qt-481/dports/audio/phonon/Portfile 2012-05-29 14:01:06 UTC (rev 93742)
+++ branches/mld-qt-481/dports/audio/phonon/Portfile 2012-05-29 18:04:58 UTC (rev 93743)
@@ -54,6 +54,10 @@
move ${destroot}${prefix}/lib/cmake/phonon \
${destroot}${qt_cmake_module_dir}
+ # install 'phonon' header from Qt into include/phonon/.
+
+ xinstall -m 644 ${filespath}/phonon ${destroot}${prefix}/include/phonon
+
}
livecheck.type regex
Added: branches/mld-qt-481/dports/audio/phonon/files/phonon
===================================================================
--- branches/mld-qt-481/dports/audio/phonon/files/phonon (rev 0)
+++ branches/mld-qt-481/dports/audio/phonon/files/phonon 2012-05-29 18:04:58 UTC (rev 93743)
@@ -0,0 +1,38 @@
+#ifndef QT_PHONON_MODULE_H
+#define QT_PHONON_MODULE_H
+#include "abstractaudiooutput.h"
+#include "abstractmediastream.h"
+#include "abstractvideooutput.h"
+#include "addoninterface.h"
+#include "audiodataoutput.h"
+#include "audiodataoutputinterface.h"
+#include "audiooutput.h"
+#include "audiooutputinterface.h"
+#include "backendcapabilities.h"
+#include "backendinterface.h"
+#include "effect.h"
+#include "effectinterface.h"
+#include "effectparameter.h"
+#include "effectwidget.h"
+#include "globalconfig.h"
+#include "mediacontroller.h"
+#include "medianode.h"
+#include "mediaobject.h"
+#include "mediaobjectinterface.h"
+#include "mediasource.h"
+#include "objectdescription.h"
+#include "objectdescriptionmodel.h"
+#include "path.h"
+#include "phonondefs.h"
+#include "phononnamespace.h"
+#include "platformplugin.h"
+#include "pulsesupport.h"
+#include "seekslider.h"
+#include "streaminterface.h"
+#include "videoplayer.h"
+#include "videowidget.h"
+#include "videowidgetinterface.h"
+#include "volumefadereffect.h"
+#include "volumefaderinterface.h"
+#include "volumeslider.h"
+#endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120529/0e32e1a7/attachment.html>
More information about the macports-changes
mailing list