diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-02-09 14:00:34 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-02-10 18:07:49 +0900 |
| commit | e92dafb302ca3a01538652f364cbd01f88d32853 (patch) | |
| tree | 5b5d111a2252e3c7fdab65270fb35c1bc0a9a6df /gnu/packages/jami.scm | |
| parent | 755c2bf12db9052d55516d6681192242c488c0d5 (diff) | |
gnu: jami: Update to 20260206.0.
* gnu/packages/jami.scm (libjami, jami): Update to 20260206.0.
* gnu/packages/patches/jami-libjami-cmake.patch: Update patch.
* gnu/packages/patches/jami-qwindowkit.patch
* gnu/packages/patches/libjami-pkgconf.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Change-Id: I9484cb85d8c82ebbc86be9046d155fa53bb6e07a
Diffstat (limited to 'gnu/packages/jami.scm')
| -rw-r--r-- | gnu/packages/jami.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm index 371f6c3659d..1f0ca4455dd 100644 --- a/gnu/packages/jami.scm +++ b/gnu/packages/jami.scm @@ -81,8 +81,8 @@ ;;; When updating Jami, make sure that the patches used for ffmpeg-jami are up ;;; to date with those listed in ;;; <https://git.jami.net/savoirfairelinux/jami-daemon/-/blob/master/contrib/src/ffmpeg/rules.mak>. -(define %jami-nightly-version "20260126.0") -(define %jami-daemon-commit "60f72b3b957c3d8fcaf5ee58771f7a01dd23a754") +(define %jami-nightly-version "20260206.0") +(define %jami-daemon-commit "55dd53736b9e6cd7204cc17e01d10d8a9276618f") (define-public libjami (package @@ -96,8 +96,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "07l6zwwp385ryd41bnfga1p6qa640af7llvkx44b688wpj32ir6h")) - (patches (search-patches "libjami-pkgconf.patch")))) + "13ira3yb3qwlk9gcd4slbdvrjfabdg5vbgdwsrqrp66m8ylvmnd7")))) ;; Reduce the output by about 2 MiB by splitting the seldom used 'jamid' ;; daemon binary to the "bin" output. (outputs '("out" "bin" "debug")) @@ -223,10 +222,9 @@ QSortFilterProxyModel conveniently exposed for QML.") (file-name (git-file-name name version)) (sha256 (base32 - "0j1fx7a74hm5y6x301yppp1wg5h6wnmigpvp19rzvpnc64xffsqr")) + "1dcx4ckfrr9as2697vk20mmxcxq591hzim0dka9yxjspfkkkcbmh")) (patches (search-patches "jami-libjami-cmake.patch" - "jami-qwindowkit.patch" "jami-avutil-link.patch")))) (build-system qt-build-system) (outputs '("out" "debug")) |
