File: system-JUCE.patch

package info (click to toggle)
giada 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,424 kB
  • sloc: cpp: 29,934; sh: 101; makefile: 55; xml: 51; ansic: 1
file content (20 lines) | stat: -rw-r--r-- 597 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Use JUCE from Debian
Author: IOhannes m zmölnig
Origin: Debian
Forwarded: not-needed
Last-Update: 2025-08-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- giada.orig/CMakeLists.txt
+++ giada/CMakeLists.txt
@@ -754,7 +754,9 @@
 # Extra parameters for audio plug-ins support.
 # ------------------------------------------------------------------------------
 
-add_subdirectory(${CMAKE_SOURCE_DIR}/src/deps/juce)
+#add_subdirectory(${CMAKE_SOURCE_DIR}/src/deps/juce)
+find_package (JUCE CONFIG REQUIRED)
+
 
 list(APPEND LIBRARIES 
 	juce::juce_audio_utils