From b556659af6fe3b1bcd2bdfefb060dac74e0bf491 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 3 Feb 2026 22:44:56 +0100 Subject: gnu: juce: Update to 8.0.12. * gnu/packages/cpp.scm (juce): Update to 8.0.12. [arguments]: Adjust phase 'patch-paths. [native-inputs]: Replace jack-1 with jack-2; add ladspa. Change-Id: I01f4744bd2ef49ca1a53c78f9878b43dbc816fec --- gnu/packages/cpp.scm | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'gnu/packages/cpp.scm') diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index f023c71e4ab..b89c075aa8f 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -8,7 +8,7 @@ ;;; Copyright © 2019 Jan Wielkiewicz ;;; Copyright © 2020, 2021 Nicolò Balzarotti ;;; Copyright © 2020 Roel Janssen -;;; Copyright © 2020, 2021, 2023, 2024, 2025 Ricardo Wurmus +;;; Copyright © 2020, 2021, 2023-2026 Ricardo Wurmus ;;; Copyright © 2020 Brice Waegeneire ;;; Copyright © 2020, 2021, 2022, 2024, 2025 Vinicius Monego ;;; Copyright © 2020, 2022 Marius Bakke @@ -4152,16 +4152,16 @@ features: (define-public juce (package (name "juce") - (version "8.0.6") + (version "8.0.12") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/juce-framework/JUCE") - (commit version))) + (url "https://github.com/juce-framework/JUCE") + (commit version))) (file-name (git-file-name name version)) (sha256 (base32 - "1n2w571wc7fl178x5ynxiaxvhjvqskfwnd0x295yzr6vpc35a1mv")))) + "0m4kbpwg2gblnilly0h2a3rr7f7lb13gsx4fvs2mnvyvy6jfbbls")))) (build-system cmake-build-system) (arguments (list #:tests? #f ;no test suite @@ -4171,20 +4171,17 @@ features: (add-after 'unpack 'patch-paths (lambda* (#:key inputs #:allow-other-keys) (substitute* - (find-files "." "jucer_ProjectExport_CodeBlocks.h$") - (("/usr/include/freetype2") - (search-input-directory inputs "/include/freetype2"))) - (substitute* - (find-files "." "juce_linux_Fonts.cpp$") + (find-files "." "juce_Fonts_linux.cpp$") (("fonts\\.conf\" };") (string-append - "fonts.conf\"\n\"" + "fonts.conf\",\n\"" (search-input-file inputs "/etc/fonts/fonts.conf") "\"\n};")))))))) (native-inputs (list alsa-lib curl - jack-1 + jack-2 + ladspa libx11 pkg-config webkitgtk-with-libsoup2)) -- cgit v1.3