<pre style='margin:0'>
Craig Treleaven (ctreleaven) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dce3521ce5596d5fe2b50ebee704dda1838ac0d9">https://github.com/macports/macports-ports/commit/dce3521ce5596d5fe2b50ebee704dda1838ac0d9</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new dce3521ce55 libopenshot-audio: fix CoreMIDI framework capitalization
</span>dce3521ce55 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit dce3521ce5596d5fe2b50ebee704dda1838ac0d9
</span>Author: Craig Treleaven <ctreleaven@macports.org>
AuthorDate: Mon Jan 18 09:07:13 2021 -0500
<span style='display:block; white-space:pre;color:#404040;'> libopenshot-audio: fix CoreMIDI framework capitalization
</span>---
multimedia/libopenshot-audio/Portfile | 7 +++++++
1 file changed, 7 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/libopenshot-audio/Portfile b/multimedia/libopenshot-audio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4e2e016fba4..57ca1f7acad 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/libopenshot-audio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/libopenshot-audio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,6 +24,13 @@ long_description ${description}
</span> patchfiles patch_std_atomic_test.diff
patch.args --ed JuceLibraryCode/modules/juce_core/system/juce_CompilerSupport.h
<span style='display:block; white-space:pre;background:#e0ffe0;'>+post-patch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ #MacPorts buildbots are case sensitive and capitalization of the framework name
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # leads to a build failure
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ reinplace -locale C "s|framework CoreMidi|framework CoreMIDI|" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ${worksrcpath}/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> compiler.cxx_standard 2011
# needs atomics support which is a C11 feature; references
</pre><pre style='margin:0'>
</pre>