Patch refreshed.
authorJaromír Mikeš <mira.mikes@seznam.cz>
Wed, 22 Jun 2016 12:44:36 +0000 (14:44 +0200)
committerJaromír Mikeš <mira.mikes@seznam.cz>
Wed, 22 Jun 2016 12:44:36 +0000 (14:44 +0200)
debian/patches/drop_juce.patch

index 4ff0e5724dbcc04e32ca04d9ce7e830dce4955a4..fe35534505176c3ab4491c4fd9f73bcda61220ca 100644 (file)
@@ -5,9 +5,11 @@ Forwarded: http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/2
 Last-Update: 2016-05-17
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: giada/Makefile.am
+===================================================================
 --- giada.orig/Makefile.am
 +++ giada/Makefile.am
-@@ -229,7 +229,10 @@
+@@ -227,7 +227,10 @@ src/core/pluginHost.cpp      \
  src/core/dataStorageIni.cpp  \
  src/core/dataStorageJson.cpp \
  src/utils/utils.cpp          \
@@ -19,7 +21,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  src/deps/juce/juce_audio_basics/juce_audio_basics.cpp         \
  src/deps/juce/juce_audio_processors/juce_audio_processors.cpp \
  src/deps/juce/juce_core/juce_core.cpp                         \
-@@ -238,6 +241,7 @@
+@@ -236,6 +239,7 @@ src/deps/juce/juce_events/juce_events.cp
  src/deps/juce/juce_graphics/juce_graphics.cpp                 \
  src/deps/juce/juce_gui_basics/juce_gui_basics.cpp             \
  src/deps/juce/juce_gui_extra/juce_gui_extra.cpp
@@ -27,7 +29,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
  giada_tests_LDADD = -ljansson -lsndfile -lsamplerate -lfltk -lXext -lX11 -lXft \
    -lXpm -lm -ljack -lasound -lpthread -ldl -lpulse-simple -lpulse -lrtmidi \
-@@ -245,8 +249,11 @@
+@@ -243,8 +247,11 @@ giada_tests_LDADD = -ljansson -lsndfile
  
  giada_tests_CXXFLAGS = -std=c++11