[PATCH] gnu: libmixed: Update to 2.0-1.9b2668e.

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Sharlatan Hellseher
Severity
normal

Debbugs page

Sharlatan Hellseher wrote 2 years ago
(address . guix-patches@gnu.org)(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)
c17e2d6670bff92c3baf33666339f222570eb678.1684182345.git.sharlatanus@gmail.com
* gnu/packages/audio.scm (libmixed): Update to 2.0-1.9b2668e.
[arguments]: Enable tests.
---
gnu/packages/audio.scm | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index e1695e7257..1ab4101138 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3965,8 +3965,8 @@ (define-public wavpack
(define-public libmixed
;; Release is much outdated.
- (let ((commit "91e6b9f2438bca41205fade02c9d8f4f938838b6")
- (revision "0"))
+ (let ((commit "9b2668e0d85175b0e92864cfbf1b9e58f77c92e0")
+ (revision "1"))
(package
(name "libmixed")
(version (git-version "2.0" revision commit))
@@ -3978,14 +3978,10 @@ (define-public libmixed
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "01vwgv8ivpg7a4y95krkgh656mmklsn1k3fmhwp474aj82grd3m4"))))
+ (base32 "0ql2h0hh4jl96sc9i6mk1d6qq261bvsfapinvzr9gx3lpzycpfb7"))))
(build-system cmake-build-system)
(arguments
(list
- ;; FIXME: (Sharlatan-20230326T121542+0100): Tests failed 1/34, 1 failed,
- ;; 33 passed. There is not simple way to disable just one test.
- ;; https://github.com/Shirakumo/libmixed/issues/13
- #:tests? #f
#:configure-flags
#~(list "-DBUILD_STATIC=OFF"
"-DCMAKE_CXX_FLAGS=-O3 -fPIC"

base-commit: 242cc93438d67f5b35602d5add02e230850b0b43
--
2.39.2
Guillaume Le Vaillant wrote 2 years ago
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)(address . 63528-done@debbugs.gnu.org)
87lehnozc0.fsf@kitej
Patch applied as 90675cbe35243ac3611da46d56e29265b9d3f8eb.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZGTYHw8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j/TRwEAomDsgax1K7cugbMKHIOF5XnUbB7KEVmND2Jw
uCuK8pYA/039cQlqbVjqetz2xFYdrSbbHJ5qijuv+fpXlFhk4n2C
=sKsu
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 63528@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63528
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help