From bf530017f0e847ae895919b32ef37d79fa636a1e Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Sat, 17 Feb 2024 09:40:19 -0300 Subject: gnu: libdjinterop: Update to 0.20.2. * gnu/packages/audio.scm (libdjinterop): Update to 0.20.2. [build-system]: Use cmake-build-system. [arguments]: Delete the make-git-checkout-writable phase. Change-Id: I0e5c96834ce16d159479a30ab6089aa727a6d8d1 --- gnu/packages/audio.scm | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index d2a856d8ed..501242a4cf 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1597,7 +1597,7 @@ (define-public swh-plugins-lv2 (define-public libdjinterop (package (name "libdjinterop") - (version "0.16.0") + (version "0.20.2") (source (origin (method git-fetch) @@ -1606,15 +1606,8 @@ (define-public libdjinterop (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "16nrqpr90vb9ggmp9j73m0hspd7pmfdhh0g6iyp8vd7kx7g17qnk")))) - (build-system meson-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - ;; crate_test writes a database file to the source tree. - (add-after 'unpack 'make-git-checkout-writable - (lambda _ - (for-each make-file-writable (find-files "."))))))) + (base32 "0gbaji3d105vwshjfmnbxqrs42jjjxp41jqj5srncrfv3xmzsfkr")))) + (build-system cmake-build-system) (native-inputs (list boost pkg-config)) (inputs -- cgit v1.2.3