RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins
LIB_DEPENDS= libasound.so:audio/alsa-lib
USES= cmake dos2unix
USES= cmake compiler:c++11-lang dos2unix
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= OpenShot
--- JuceLibraryCode/modules/juce_core/containers/juce_ArrayBase.h.orig 2019-05-12 15:54:32 UTC
+++ JuceLibraryCode/modules/juce_core/containers/juce_ArrayBase.h
@@ -20,6 +20,8 @@
==============================================================================
*/
+#include <cstring>
+
namespace juce
{
--- JuceLibraryCode/modules/juce_core/memory/juce_Memory.h.orig 2019-05-12 15:56:02 UTC
+++ JuceLibraryCode/modules/juce_core/memory/juce_Memory.h