~ruther/guix-local

bf530017f0e847ae895919b32ef37d79fa636a1e — Vinicius Monego 2 years ago 1e10306
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
1 files changed, 3 insertions(+), 10 deletions(-)

M gnu/packages/audio.scm
M gnu/packages/audio.scm => gnu/packages/audio.scm +3 -10
@@ 1597,7 1597,7 @@ emulation (valve, tape), bit fiddling (decimator, pointer-cast), etc.")
(define-public libdjinterop
  (package
    (name "libdjinterop")
    (version "0.16.0")
    (version "0.20.2")
    (source
     (origin
       (method git-fetch)


@@ 1606,15 1606,8 @@ emulation (valve, tape), bit fiddling (decimator, pointer-cast), etc.")
             (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