summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2022-07-31gnu: libjami: Update to 20220726.1515.da8d1da....* gnu/packages/patches/jami-fix-crash-on-quit.patch: Delete file. * gnu/packages/patches/jami-images-loading.patch: Likewise. * gnu/packages/patches/jami-libclient-audio-managers.patch: Likewise. * gnu/packages/patches/jami-memory-usage.patch: Likewise. * gnu/local.mk (dist_patch_DATA): De-register removed patches. * gnu/packages/jami.scm (%jami-version): Update to 20220726.1515.da8d1da. (libjami)[configure-flags]: Add '--disable-static'. (jami-apply-custom-patches): Adjust for top directory renaming. (%ffmpeg-default-configure-flags): Add muxer support for g726 and g726le. Add demuxer support for g723_1, g726 and g726le. Add encoder/decoder support for g726, g726le and g723_1. Add decoder support for g729. (ffmpeg-jami)[patches]: Add 'libopusenc-reload-packet-loss-at-encode'. (jami-libclient)[native-inputs]: New field. [inputs]: Add ffmpeg-jami and libxkbcommon. [propagated-inputs]: Replace qtbase-5 with qtbase. Maxim Cournoyer
2022-07-31gnu: Add qtpositioning....* gnu/packages/qt.scm (qtpositioning): New variable. Maxim Cournoyer
2022-07-31gnu: Add qtnetworkauth, version 6.3.1....* gnu/packages/qt.scm (qtnetworkauth): New variable. Maxim Cournoyer
2022-07-31gnu: qtnetworkauth: Rename to qtnetworkauth-5....Automated with: git grep -l qtnetworkauth | xargs sed 's/\bqtnetworkauth\b/\0-5/g' -i Maxim Cournoyer
2022-07-31gnu: Add qttools, version 6.3.1....* gnu/packages/qt.scm (qttools): New variable. Maxim Cournoyer
2022-07-31gnu: qttools: Rename to qttools-5....Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: Add qt5compat....* gnu/packages/qt.scm (qt5compat): New variable. Maxim Cournoyer
2022-07-31gnu: Add qtwebengine, version 6.3.1....* gnu/packages/qt.scm (qtwebengine): New variable. Maxim Cournoyer
2022-07-31gnu: qtwebengine: Rename to qtwebengine-5....Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: Add qtwebchannel, version 6.3.1....* gnu/packages/qt.scm (qtwebchannel): New variable. Maxim Cournoyer
2022-07-31gnu: qtwebchannel: Rename to qtwebchannel-5....Automated via: git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: Add qtwebsockets, version 6.3.1....* gnu/packages/qt.scm (qtwebsockets): New variable. Maxim Cournoyer
2022-07-31gnu: qtwebsockets: Rename to qtwebsockets-5....Automated via: git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: qtquickcontrols2: Define as obsoleted by qtdeclarative....* gnu/packages/qt.scm (qtquickcontrols2): New variable. Maxim Cournoyer
2022-07-31gnu: qtquickcontrols2: Rename to qtquickcontrols2-5....Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: qtquickcontrols: Rename to qtquickcontrols-5....Automated via: git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: Add qtdeclarative, version 6.3.1....* gnu/packages/qt.scm (qtdeclarative): New variable. Maxim Cournoyer
2022-07-31gnu: qtdeclarative: Rename to qtdeclarative-5....Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: Add qtmultimedia, version 6.3.1....* gnu/packages/qt.scm (qtmultimedia): New variable. Maxim Cournoyer
2022-07-31gnu: qtmultimedia: Rename to qtmultimedia-5....Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: Add qtshadertools....* gnu/packages/qt.scm (qtshadertools): New variable. Maxim Cournoyer
2022-07-31gnu: qpwgraph: Migrate to Qt 6 and add libxkbcommon input....* gnu/packages/audio.scm (qpwgraph)[inputs]: Replace qtbase-5 with qtbase, qtsvg-5 with qtsvg. Add libxkbcommon. Maxim Cournoyer
2022-07-31gnu: Add qtsvg, version 6.3.1....* gnu/packages/qt.scm (qtsvg): New variable. Maxim Cournoyer
2022-07-31gnu: qtsvg-5: Fix indentation....* gnu/packages/qt.scm (qtsvg-5): Fix indentation. Maxim Cournoyer
2022-07-31gnu: qtsvg: Rename variable to qtsvg-5....This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i Maxim Cournoyer
2022-07-31gnu: qtbase: Revert to gtk+ (3) instead of gtk (4)....This revert the upgrade from GTK 3 to 4 in 8d7fdbe261e32a63df8c47f06b1a43095b6084c7. Qt doesn't yet support GTK 4. * gnu/packages/qt.scm (qtbase)[native-inputs]: Remove gtk. [inputs]: Do not replace gtk+ by gtk. Maxim Cournoyer
2022-07-31gnu: qtbase: Enable test suite....* gnu/packages/qt.scm (qtbase)[tests?]: Delete argument. [configure-flags]: Add "-DQT_BUILD_TESTS=ON". [phases]{check}: Move after the patch-prl-files phase and override. [native-inputs]: Add xvfb-run. Maxim Cournoyer
2022-07-31gnu: qtbase: Honor CMAKE_PREFIX_PATH....* gnu/packages/qt.scm (qtbase)[phases]{honor-CMAKE_PREFIX_PATH}: New phase. Maxim Cournoyer
2022-07-31gnu: qtbase: Patch /bin/pwd in executable scripts....* gnu/packages/qt.scm (qtbase)[phases]{patch-paths}: Patch /bin/pwd. [inputs]: Add coreutils-minimal. Maxim Cournoyer
2022-08-01gnu: mtd-utils: Disable parallel tests....This is a followup to 7a409a217c113dd55c44735331b4c4c1d60ad531. * gnu/packages/linux.scm (mtd-utils)[arguments]: Add #:parallel-tests?. Ludovic Courtès
2022-08-01gnu: rottlog: Remove input labels....* gnu/packages/admin.scm (rottlog)[arguments]: In 'tweak-rc-weekly', use 'search-input-file' instead of 'assoc-ref'. [inputs]: Remove labels. Ludovic Courtès
2022-08-01gnu: emacs-dtrt-indent: Update to 1.8....* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.8. Nicolas Goaziou
2022-07-31gnu: emacs-pabbrev: Update to 4.2.2....* gnu/packages/emacs-xyz.scm (emacs-pabbrev): Update to 4.2.2. [source]<origin>: Change file extension. Nicolas Goaziou
2022-07-31gnu: emacs-org-jira: Update to 4.4.0....* gnu/packages/emacs-xyz.scm (emacs-org-jira): Update to 4.4.0. Nicolas Goaziou
2022-07-31gnu: emacs-devdocs: Update to 0.5....* gnu/packages/emacs-xyz.scm (emacs-devdocs): Update to 0.5. Nicolas Goaziou
2022-07-31gnu: emacs-tramp: Update to 2.5.3.1....* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.3.1. Nicolas Goaziou
2022-07-31gnu: emacs-parsebib: Update to 4.2....* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 4.2. Nicolas Goaziou
2022-07-31gnu: zlib: Support mingw cross-compilation....* gnu/packages/compression.scm (zlib): Only run configure if not mingw. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Vivien Kraus
2022-07-29gnu: icedove: Update to 91.12.0....* gnu/packages/gnuzilla.scm (icedove): Update to 91.12.0. Jonathan Brielmaier
2022-07-24gnu: oil: Update to 0.12.0....* gnu/packages/shells.scm (oil): Update to 0.12.0. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Felix Gruber
2022-07-24gnu: mtd-utils: Update to 2.1.4....* gnu/packages/linux.scm (mtd-utils): Update to 2.1.4. Tobias Geerinckx-Rice
2022-07-24gnu: libostree: Update to 2022.5....* gnu/packages/package-management.scm (libostree): Update to 2022.5. Tobias Geerinckx-Rice
2022-07-24gnu: ncmpc: Update to 0.47....* gnu/packages/mpd.scm (ncmpc): Update to 0.47. Tobias Geerinckx-Rice
2022-07-24gnu: mpd: Update to 0.23.8....* gnu/packages/mpd.scm (mpd): Update to 0.23.8. Tobias Geerinckx-Rice
2022-07-29gnu: sbcl-clss: Update to 20220728....* gnu/packages/lisp-xyz.scm (sbcl-clss): Update to 20220728. Pierre Neidhardt
2022-07-24gnu: mtools: Update to 4.0.40....* gnu/packages/mtools.scm (mtools): Update to 4.0.40. Tobias Geerinckx-Rice
2022-07-24gnu: net-snmp: Update to 5.9.3....* gnu/packages/networking.scm (net-snmp): Update to 5.9.3. [source]: Don't explicitly return #t from the snippet. [arguments]: Likewise for phases. Tobias Geerinckx-Rice
2022-07-24gnu: ipcalc: Update to 0.51....* gnu/packages/networking.scm (ipcalc): Update to 0.51. [source]: Use GIT-FETCH and GIT-FILE-NAME. [inputs]: Remove tar, gzip, and the bogus ‘tarball’. [arguments]: Adjust to build from Git. [home-page]: Update. Tobias Geerinckx-Rice
2022-07-24gnu: nginx-documentation: Update to 1.23.1-2869-9383e934e546....* gnu/packages/web.scm (nginx-documentation): Update to 1.23.1-2869-9383e934e546. Tobias Geerinckx-Rice
2022-07-24gnu: nginx: Update to 1.23.1....* gnu/packages/web.scm (nginx): Update to 1.23.1. Tobias Geerinckx-Rice