GNU bug report logs -
#72297
[PATCH] gnu: libdjinterop: Update to 0.21.0.
Previous Next
Full log
View this message in rfc822 format
[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)]
libdjinterop has been updated in sync with Mixxx. Closing.
[Message part 3 (message/rfc822, inline)]
* 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.