Patch forwarded.
authorJaromír Mikeš <mira.mikes@seznam.cz>
Mon, 26 Jun 2017 09:51:55 +0000 (11:51 +0200)
committerJaromír Mikeš <mira.mikes@seznam.cz>
Mon, 26 Jun 2017 09:51:55 +0000 (11:51 +0200)
debian/patches/02-rtmidi-pkgconfig.patch

index 3397434a00a60af13c568297227b256d0ccbea70..c7d27e9f4503ec4be3bc72e58509d8f77eb76a16 100644 (file)
@@ -6,7 +6,7 @@ Index: giada/Makefile.am
 ===================================================================
 --- giada.orig/Makefile.am
 +++ giada/Makefile.am
-@@ -211,9 +211,9 @@ giada_SOURCES += src/deps/rtaudio-mod/Rt
+@@ -280,9 +280,9 @@ giada_SOURCES += src/deps/rtaudio-mod/Rt
  # -Wno-error=vla: mute rtAudio error on variable length array
  # -Wno-error=misleading-indentation: mute JUCE warnings on GCC6
  giada_CXXFLAGS += -Wno-error=vla -Wno-error=misleading-indentation
@@ -18,7 +18,7 @@ Index: giada/Makefile.am
    -lfreetype
  endif
  
-@@ -303,7 +303,7 @@ src/deps/juce/modules/juce_gui_extra/juc
+@@ -373,7 +373,7 @@ src/deps/juce/modules/juce_gui_extra/juc
  endif
  
  giada_tests_LDADD = -ljansson -lsndfile -lsamplerate -lfltk -lXext -lX11 -lXft \
@@ -31,13 +31,13 @@ Index: giada/configure.ac
 ===================================================================
 --- giada.orig/configure.ac
 +++ giada/configure.ac
-@@ -106,13 +106,7 @@ AC_CHECK_HEADER(
+@@ -118,13 +118,7 @@ AC_CHECK_HEADER(
  )
  AC_LANG_POP
  
 -AC_LANG_PUSH([C++])
 -AC_CHECK_HEADER(
--      [RtMidi.h],
+-      [rtmidi/RtMidi.h],
 -      [],
 -      [AC_MSG_ERROR([library 'rtMidi' not found!])]
 -)