<pre style='margin:0'>
Andrea D'Amore (anddam) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/be458473ac04843a2cfb383ba10bcc24d4fef836">https://github.com/macports/macports-ports/commit/be458473ac04843a2cfb383ba10bcc24d4fef836</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit be458473ac04843a2cfb383ba10bcc24d4fef836
</span>Author: Marko Käning <mk@macports.org>
AuthorDate: Tue Dec 13 23:04:55 2016 +0100
<span style='display:block; white-space:pre;color:#404040;'> phonon-qt5: fix dependencies for build on buildbots
</span>---
audio/phonon/Portfile | 9 +++++++++
1 file changed, 9 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/phonon/Portfile b/audio/phonon/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 44e2edb..ec327ca 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/phonon/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/phonon/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,6 +27,15 @@ subport ${name}-qt5 {
</span> framework for the application developer. This is the Phonon 4\
transitional library for Qt5 (API compatible with regular Phonon4)
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# If and when port:qt5-kde is committed we can add the following
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# dependencies in a more elegant fashion, using
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# qt5.depends_component \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# qtdeclarative qttools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {![info exists qt5.using_kde] || !${qt5.using_kde}} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append port:qt5-qtdeclarative port:qt5-qttools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build-append port:kde-extra-cmake-modules
configure.args-append -DPHONON_BUILD_PHONON4QT5:BOOL=ON
</pre><pre style='margin:0'>
</pre>