GNU bug report logs - #72297
[PATCH] gnu: libdjinterop: Update to 0.21.0.

Previous Next

Package: guix-patches;

Reported by: Ferran Pujol Camins <ferranpujolcamins <at> gmail.com>

Date: Thu, 25 Jul 2024 16:51:03 UTC

Severity: normal

Tags: patch

Done: Vinicius Monego <monego <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ferran Pujol Camins <ferranpujolcamins <at> gmail.com>
Subject: bug#72297: closed ([PATCH] gnu: libdjinterop: Update to 0.21.0.)
Date: Sat, 28 Jun 2025 20:05:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72297: [PATCH] gnu: libdjinterop: Update to 0.21.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 72297 <at> debbugs.gnu.org.

-- 
72297: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72297
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Vinicius Monego <monego <at> posteo.net>
To: 72297-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: libdjinterop: Update to 0.21.0.
Date: Sat, 28 Jun 2025 20:04:25 +0000
libdjinterop has been updated in sync with Mixxx. Closing.

[Message part 3 (message/rfc822, inline)]
From: Ferran Pujol Camins <ferranpujolcamins <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Ferran Pujol Camins <ferranpujolcamins <at> gmail.com>
Subject: [PATCH] gnu: libdjinterop: Update to 0.21.0.
Date: Thu, 25 Jul 2024 16:00:30 +0200
* gnu/packages/audio.scm (libdjinterop): Update to 0.21.0.

Signed-off-by: Ferran Pujol Camins <ferranpujolcamins <at> gmail.com>
Change-Id: I2ec016a0b5851a780746802f8812f1829b50f5c7
---
 gnu/packages/audio.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index b728220e1f..fa566696ab 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -47,6 +47,7 @@
 ;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
 ;;; Copyright © 2023 Parnikkapore <poomklao <at> yahoo.com>
 ;;; Copyright © 2024 hapster <o.rojon <at> posteo.net>
+;;; Copyright © 2024 Ferran Pujol Camins <me <at> ferranpujolcamins.cat>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1609,7 +1610,7 @@ (define-public swh-plugins-lv2
 (define-public libdjinterop
   (package
     (name "libdjinterop")
-    (version "0.20.2")
+    (version "0.21.0")
     (source
      (origin
        (method git-fetch)
@@ -1618,12 +1619,10 @@ (define-public libdjinterop
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0gbaji3d105vwshjfmnbxqrs42jjjxp41jqj5srncrfv3xmzsfkr"))))
+        (base32 "0rcvp3pwd354zd4rxvai5k14ncq1zvsplqfd37dyw8vx6z81x93v"))))
     (build-system cmake-build-system)
-    (native-inputs
-     (list boost pkg-config))
-    (inputs
-     (list sqlite zlib))
+    (native-inputs (list boost pkg-config))
+    (inputs (list sqlite zlib))
     (home-page "https://github.com/xsco/libdjinterop")
     (synopsis "C++ library for access to DJ record libraries")
     (description
-- 
2.45.2




This bug report was last modified 23 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.