From: IOhannes m zmölnig Date: Wed, 13 Jan 2021 12:08:01 +0000 (+0100) Subject: Fixed copy-leftover X-Git-Tag: archive/raspbian/6.1.5_ds0-1+rpi1^2~87 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6cbe33c2aac8f10c42ae3468d7558d8ba37cf1e1;p=juce.git Fixed copy-leftover Gbp-Dch: ignore --- diff --git a/debian/patches/debian_link_systemlibs.patch b/debian/patches/debian_link_systemlibs.patch index 21c40fc6..604acaaa 100644 --- a/debian/patches/debian_link_systemlibs.patch +++ b/debian/patches/debian_link_systemlibs.patch @@ -27,7 +27,7 @@ Last-Update: 2019-08-21 for (auto& lib : libraries) --- juce.orig/extras/Projucer/Source/ProjectSaving/jucer_ProjectExporter.cpp +++ juce/extras/Projucer/Source/ProjectSaving/jucer_ProjectExporter.cpp -@@ -520,6 +520,40 @@ +@@ -520,6 +520,39 @@ if (isCurlEnabled (project) && ! isLoadCurlSymbolsLazilyEnabled (project)) packages.add ("libcurl"); @@ -48,7 +48,6 @@ Last-Update: 2019-08-21 + { + packages.add ("flac"); + } -++ + if(project.isConfigFlagEnabled ("JUCE_USE_OGGVORBIS", true)) + { + packages.add ("vorbis");