GNU bug report logs -
#54805
[PATCH 1/5] gnu: libadwaita: Update to 1.1.0.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#54805: [PATCH 3/5] gnu: libaudec: Update to 0.3.4.
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 54807 <at> debbugs.gnu.org.
--
54805: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54805
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi Alexandros,
Alexandros Theodotou <alex <at> zrythm.org> skribis:
> * gnu/packages/gnome.scm (libadwaita): Update to 1.1.0.
[...]
> * gnu/packages/audio.scm (rtmidi): Update to 5.0.0.
I finally pushed these two patches (apologies for the delay). However,
I had to keep version 4.0 and use it for zrythm and milkytracker, which
would otherwise fail to build.
Thanks,
Ludo’.
[Message part 3 (message/rfc822, inline)]
* gnu/packages/audio.scm (libaudec): Update to 0.3.4.
---
gnu/packages/audio.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 13e0f02837..17eaba855d 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -23,7 +23,7 @@
;;; Copyright © 2019 Rutger Helling <rhelling <at> mykolab.com>
;;; Copyright © 2019, 2021 Arun Isaac <arunisaac <at> systemreboot.net>
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe <at> gmail.com>
-;;; Copyright © 2019, 2020 Alexandros Theodotou <alex <at> zrythm.org>
+;;; Copyright © 2019, 2020, 2022 Alexandros Theodotou <alex <at> zrythm.org>
;;; Copyright © 2019 Christine Lemmer-Webber <cwebber <at> dustycloud.org>
;;; Copyright © 2019 Jan Wielkiewicz <tona_kosmicznego_smiecia <at> interia.pl>
;;; Copyright © 2019 Hartmt Goebel <h.goebel <at> crazy-compilers.com>
@@ -5046,17 +5046,17 @@ (define-public ecasound
(define-public libaudec
(package
(name "libaudec")
- (version "0.2.4")
+ (version "0.3.4")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://git.zrythm.org/zrythm/libaudec")
+ (url "https://git.sr.ht/~alextee/libaudec")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "1570m2dfia17dbkhd2qhx8jjihrpm7g8nnyg6n4wif4vv229s7dz"))))
+ "02hhhpcfkycicygh6g9hzps255zkbbi33vks6yv6zk5wp9p2nspj"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
--
2.35.1
This bug report was last modified 2 years and 345 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.