summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: Add librasterlite2.Felix Gruber2021-03-29
| | | | | | * gnu/packages/geo.scm (librasterlite2): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add libxlsxwriter.Felix Gruber2021-03-29
| | | | | | * gnu/packages/xml.scm (libxlsxwriter): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: libspatialite: Update dependencies.Felix Gruber2021-03-29
| | | | | | | | | | | * gnu/packages/geo.scm (libspatialite, spatialite-tools): Update dependencies. [inputs]: Replace proj.4 with proj and remove zlib which is not used anymore since libspatialite started using minizip. (libspatialite)[arguments]: Fix regex to not disable more tests than necessary. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl: Update to 2.1.3.Pierre Neidhardt2021-03-29
| | | | * gnu/packages/lisp.scm (sbcl): Update to 2.1.3.
* gnu: Add cl-bodge-math.Sharlatan Hellseher2021-03-29
| | | | | | | * gnu/packages/lisp-xyz.scm: (sbcl-bodge-math, cl-bodge-math, ecl-bodge-math): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-rtg-math.Sharlatan Hellseher2021-03-29
| | | | | | | * gnu/packages/lisp-xyz.scm: (sbcl-rtg-math, cl-rtg-math, ecl-rtg-math): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-bodge-utilities.Sharlatan Hellseher2021-03-29
| | | | | | | * gnu/packages/lisp-xyz.scm: (sbcl-bodge-utilities, cl-bodge-utilities, ecl-bodge-utilities): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: krita: Update to 4.4.3.la snesne2021-03-29
| | | | | | * gnu/packages/kde.scm (krita): Update to 4.4.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: fetchmail: Update to 6.4.18.Xinglu Chen2021-03-29
| | | | | | * gnu/packages/mail.scm (fetchmail): Update to 6.4.18. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: wavpack: Enable test suite.Efraim Flashner2021-03-29
| | | | | * gnu/packages/audio.scm (wavpack)[arguments]: Add configure-flag to build test program. Use custom 'check phase to run test suite.
* gnu: wavpack: Update to 5.4.0.Efraim Flashner2021-03-29
| | | | | | | * gnu/packages/audio.scm (wavpack): Update to 5.4.0. [source]: Download release tarball. [arguments]: Remove custom 'boostrap phase. [native-inputs]: Remove autoconf, automake, libtool.
* gnu: msamr: Update to 1.1.3-11.Raghav Gururajan2021-03-29
| | | | | | * gnu/packages/linphone.scm (msamr) [source]: Switch to git repository. [version]: Update to 1.1.3-11. [inputs]: Add bctoolbox.
* gnu: mswebrtc: Update to 1.1.1-23.Raghav Gururajan2021-03-29
| | | | | | | * gnu/packages/linphone.scm (mswebrtc) [source]: Switch to git repository. [version]: Update to 1.1.1-23. [arguments]<#:phases>['copy-inputs]: New phase. [native-inputs]: Add webrtc and python-wrapper.
* gnu: mssilk: Update to 1.1.1-8.Raghav Gururajan2021-03-29
| | | | | | * gnu/packages/linphone.scm (mssilk) [source]: Switch to git repository. [version]: Update to 1.1.1-8. [inputs]: Add bctoolbox.
* gnu: msopenh264: Update to 1.2.1-21.Raghav Gururajan2021-03-29
| | | | | | | * gnu/packages/linphone.scm (msopenh264) [source]: Switch to git repository. [version]: Update to 1.2.1. [patches]: Remove field. [inputs]: Add bctoolbox.
* gnu: linphoneqt: Update to 4.2.5 and rename to linphone-desktop.Raghav Gururajan2021-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | Also enable the daemon and console interfaces. * gnu/packages/linphone.scm (linphoneqt) [name]: Rename to linphone-desktop. [source]: Switch to git repository. [patches]: Remove linphoneqt-tabbutton.patch and add linphone-desktop-without-sdk.patch. [outputs]<debug>: New output. [configure-flags]: Disable update checking and enable the daemon and console interfaces. [phases]<pre-configure>: New phase. <fix-cmake-error, set-version-string>: Remove phases. <extend-shared-resources>: Rename to... <post-install>: ... this; adjust. [native-inputs]: Add pkg-config. [inputs]: Add belr and ortp. Remove belle-sip. [home-page]: Update home page. [license]: Update to GPLv3+. * gnu/packages/patches/linphoneqt-tabbutton.patch: Remove file. linphone-desktop-without-sdk.patch: New file. * gnu/local.mk (dist_patch_DATA): Update. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: liblinphone: Enable LDAP support.Raghav Gururajan2021-03-29
| | | | | | | | * gnu/packages/linphone.scm (liblinphone) [configure-flags] <ENABLE_LDAP>: New flag. [inputs]: Add openldap. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: liblinphone: Update to 4.4.34.Raghav Gururajan2021-03-29
| | | | | | | | | | | | | | | | | | | * gnu/packages/linphone.scm (liblinphone) [source]: Switch to git repository. [version]: Update to 4.4.34. [outputs]: Remove the "doc" output. [imported-modules, modules]: Remove arguments. [configure-flags]<GTK2_GDKCONFIG_INCLUDE_DIR>: Remove flag. <GTK2_GLIBCONFIG_INCLUDE_DIR, ENABLE_STRICT, ENABLE_GTK_UI>: Likewise. [phases]<patch, install-man-pages, glib-or-gtk-compile-schemas> <glib-or-gtk-wrap>: Remove phases. <separate-outputs>: Modify. [native-inputs]: Add perl. Replace python with python-wrapper. [inputs]: Add belr, lime, soci and xsd. Remove glib and gtk+-2. [home-page]: Update. [license]: Upgrade to GPLv3+. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add lime.Raghav Gururajan2021-03-29
| | | | | | * gnu/packages/linphone.scm (lime): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: belle-sip: Enable mDNS support.Raghav Gururajan2021-03-29
| | | | | | * gnu/packages/linphone.scm (belle-sip)[configure-flags]: Enable mDNS support. [phases]{patch}: Force the detection of avahi. [inputs]: Add avahi.
* gnu: belle-sip: Enable tests.Raghav Gururajan2021-03-29
| | | | | | | | | | | * gnu/packages/linphone.scm (belle-sip)[outputs]: New "tester" output. [tests?]: Remove argument, enabling tests. [phases]{check}: Override phase. {separate-outputs}: New phase. [inputs]: Remove antlr3, anttlr3c and java. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: belle-sip: Update to 4.4.34.Raghav Gururajan2021-03-29
| | | | | | | | | * gnu/packages/linphone.scm (belle-sip)[source]: Switch to git repository. [version]: Update to 4.4.34. [home-page]: Update. [license]: Update to GPLv3+. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: mediastreamer2: Enable PCAP, port-audio and G729B support.Raghav Gururajan2021-03-29
| | | | | | | | | * gnu/packages/linphone.scm (mediastreamer2) [configure-flags]: Add the ENABLE_PCAP, ENABLE_PORTAUDIO and ENABLE_G729B_CNG flags. [phases]{patch-source}: New phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: mediastreamer2: Enable tests.Raghav Gururajan2021-03-29
| | | | | | | | | | | * gnu/packages/linphone.scm (mediastreamer2) [arguments]: Remove tests? argument, enabling tests. [phases]{pre-check}: New phase. {check}: Replace with custom phase. [native-inputs]: Add xorg-server-for-tests. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: mediastreamer2: Update to 4.4.34.Raghav Gururajan2021-03-29
| | | | | | | | | | | | | | | | | * gnu/packages/linphone.scm (mediastreamer2)[source]: Switch to git repository. [version]: Update to 4.4.34. [patches]: Remove field. [configure-flags]: Remove the ENABLE_STRICT, ENABLE_BV16, CMAKE_C_FLAGS and CMAKE_CXX_FLAGS flags. [phases]{fix-version}: New phase. {separate-outputs}: Modify. [native-inputs]: Replace python with python-wrapper. [home-page]: Update. [license]: Upgrade to GPLv3+. * gnu/packages/patches/mediastreamer2-srtp2.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: ortp: Update to 4.4.34.Raghav Gururajan2021-03-29
| | | | | | | | | | | | | * gnu/packages/linphone.scm (ortp)[source]: Switch to git repository. [version]: Update to 4.4.34. [outputs]{doc, tester}: New outputs. [configure-flag]: Enable tests. [phases]{fix-version-strings, separate-outputs}: New phases. [home-page]: Update. [license]: Upgrade to GPLv3+. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: bzrtp: Update to 4.4.34 and enable tests.Raghav Gururajan2021-03-29
| | | | | | | | | * gnu/packages/linphone.scm (bzrtp)[source]: Switch to git repository. [version]: Update to 4.4.34. [configure-flags]: Enable tests. [license]: Upgrade to GPLv3+. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: belcard: Update to 4.4.34 and enable tests.Raghav Gururajan2021-03-29
| | | | | | | | | | | * gnu/packages/linphone.scm (belcard)[source]: Switch to git repository. [version]: Update to 4.4.34. [outputs]: Add the tester and debug outputs. [arguments]: Enable tests. [phases]{patch-vcard-grammar-location, install-tester, check}: New phases. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: belr: Update to 4.4.34 and enable tests.Raghav Gururajan2021-03-29
| | | | | | | | | | * gnu/packages/linphone.scm (belr)[source]: Switch to git repository. [version]: Update to 4.4.34. [arguments]: Remove the tests? argument to enable tests. [phases]{move-tester, check}: New phases. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: bctoolbox: Update to 4.4.34 and enable libdecaf, tests.Raghav Gururajan2021-03-29
| | | | | | | | | | | | | | | * gnu/packages/linphone.scm (bctoolbox)[version]: Update to 4.4.34. [source]: Switch to git repository. [outputs]: Add a debug output. [arguments]: Remove tests? argument, enabling tests. [phases]{patch-cmake, skip-problematic-tests} {fix-installed-resource-directory-detection}: New phases. {check}: Override phase. [inputs]: Add libdecaf. [license]: Update to GPLv3+. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: qrencode: Enable tests.Efraim Flashner2021-03-29
| | | | | * gnu/packages/aidc.scm (qrencode)[arguments]: Add configure-flag to build tests. Use custom 'check phase to run tests.
* gnu: qrencode: Update to 4.1.1.Efraim Flashner2021-03-29
| | | | * gnu/packages/aidc.scm (qrencode): Update to 4.1.1.
* gnu: urlscan: Update to 0.9.6.Efraim Flashner2021-03-29
| | | | * gnu/packages/mail.scm (urlscan): Update to 0.9.6.
* gnu: vim-asyncrun: Update to 2.8.5.Efraim Flashner2021-03-29
| | | | * gnu/packages/vim.scm (vim-asyncrun): Update to 2.8.5.
* gnu: wireguard-tools: Update to 1.0.20210315.Tobias Geerinckx-Rice2021-03-29
| | | | * gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20210315.
* gnu: bcachefs-tools: Update to 0.1-4.bb6eccc.Tobias Geerinckx-Rice2021-03-29
| | | | * gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-4.bb6eccc.
* gnu: skopeo: Update to 1.2.2.Tobias Geerinckx-Rice2021-03-29
| | | | * gnu/packages/virtualization.scm (skopeo): Update to 1.2.2.
* gnu: links: Update to 2.22.Tobias Geerinckx-Rice2021-03-29
| | | | * gnu/packages/web-browsers.scm (links): Update to 2.22.
* gnu: neomutt: Update to 20210205.Tobias Geerinckx-Rice2021-03-29
| | | | * gnu/packages/mail.scm (neomutt): Update to 20210205.
* gnu: mpop: Update to 1.4.13.Tobias Geerinckx-Rice2021-03-29
| | | | * gnu/packages/mail.scm (mpop): Update to 1.4.13.
* gnu: hnsd: Update to 1.0.0.Zheng Junjie2021-03-28
| | | | | | * gnu/packages/dns.scm (hnsd): Update to 1.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cross-base: Relax check for powerpc64le.Carl Dong2021-03-28
| | | | | | | | * gnu/packages/cross-base.scm (cross-gcc-arguments): When conditionally adding "--with-long-double-128", check for "powerpc64le-" prefix instead of matching full target. Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
* gnu: gegl: Update to 0.4.28.Tobias Geerinckx-Rice2021-03-28
| | | | | * gnu/packages/gimp.scm (gegl): Update to 0.4.28. [arguments]: Build with meson@0.55.
* gnu: babl: Update to 0.1.86.Tobias Geerinckx-Rice2021-03-28
| | | | | * gnu/packages/gimp.scm (babl): Update to 0.1.86. [arguments]: Build with meson@0.55.
* gnu: spdlog: Update to 1.8.5.Tobias Geerinckx-Rice2021-03-28
| | | | * gnu/packages/logging.scm (spdlog): Update to 1.8.5.
* gnu: gnutls: Fix typos in description.Tobias Geerinckx-Rice2021-03-28
| | | | | | * gnu/packages/tls.scm (gnutls)[description]: Fix typos. Reported by genr8 on #guix.
* gnu: gramps: Update to 5.1.3.Tobias Geerinckx-Rice2021-03-28
| | | | * gnu/packages/genealogy.scm (gramps): Update to 5.1.3.
* gnu: autofs: Update to 5.1.7.Tobias Geerinckx-Rice2021-03-28
| | | | | * gnu/packages/file-systems.scm (autofs): Update to 5.1.7. [arguments]: Add a new 'fix-rpath phase.
* gnu: Add xsd.Raghav Gururajan2021-03-27
| | | | | | | * gnu/packages/cpp.scm (xsd): New variable. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add cli.Raghav Gururajan2021-03-27
| | | | | | | * gnu/packages/cpp.scm (cli): New variable. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>