summary refs log tree commit diff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2021-09-08gnu: gobject-introspection: Fix the header of patch files. wip-gnomeRaghav Gururajan
* gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch: Modify. * gnu/packages/patches/gobject-introspection-cc.patch: Modify.
2021-09-07gnu: gobject-introspection: Update to 1.68.0 and adjust patches.Raghav Gururajan
* gnu/packages/glib.scm (gobject-introspection)[version]: Update to 1.68.0. * gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch: Modify. * gnu/packages/patches/gobject-introspection-cc.patch: Modify.
2021-09-07gnu: gtksourceviewmm: Enable documentation.Raghav Gururajan
* gnu/packages/gtk.scm (gtksourceviewmm)[outputs]: New output "doc". [phases](move-doc): New phase. [native-inputs]: Add doxygen, graphviz, libxslt and perl.
2021-09-07gnu: gtksourceviewmm: Update synopsis, description and home-page.Raghav Gururajan
* gnu/packages/gtk.scm (gtksourceviewmm)[synopsis]: Modify. [description]: Modify. [home-page]: Modify.
2021-09-07gnu: gtksourceviewmm: Update to 3.21.3 and adjust propagated-inputs.Raghav Gururajan
* gnu/packages/gtk.scm (gtksourceviewmm)[version]: Update to 3.21.3. [propagated-inputs]: Replace glibmm and gtkmm with glibmm-2.64 and gtkmm-3, respectively.
2021-09-07gnu: gtksourceview@3: Adjust inherited fields and update to 3.24.11.Raghav Gururajan
* gnu/packages/gtk.scm (gtksourceview-3)[version]: Update to 3.24.11. [build-system]: New field. [arguments]: New field.
2021-09-07gnu: gtksourceview: Enable documentation.Raghav Gururajan
* gnu/packages/gtk.scm (gtksourceview)[outputs]: New output "doc". [configure-flags](gtk-doc): New flag. [phases](patch-docbook-xml,move-doc): New phases. [native-inputs]: Add docbook-xml-4.3, docbook-xsl, gtk-doc and libxslt.
2021-09-06gnu: gtksourceview: Add missing input as per pkg-config file.Raghav Gururajan
* gnu/packages/gtk.scm (gtksourceview)[propagated-inputs]: Add fribidi.
2021-09-06gnu: gtksourceview: Update to 4.8.1 and change build-system.Raghav Gururajan
* gnu/packages/gtk.scm (gtksourceview)[version]: Update to 4.8.1. [build-system]: Change from gnu to meson.
2021-09-06gnu: Update gtkmm to 4.2.0, add gtkmm@3, and adjust gtkmm@2.Raghav Gururajan
* gnu/packages/gtk.scm (gtkmm)[version]: Update to 4.2.0. [arguments](meson): New argument. [native-inputs]: Add glib:bin. [propagated-inputs]: Replace gtk+ with gtk. (gtkmm-3): New variable. (gtkmm-2)[arguments]: Strip certain inherited arguments.
2021-09-06gnu: Add gtk.Raghav Gururajan
* gnu/packages/gtk.scm (gtk): New variable. * gnu/packages/patches/gtk4-respect-GUIX_GTK4_PATH.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2021-09-05gnu: glib-networking: Disable openssl support.Raghav Gururajan
Revert openssl support enabled in 75acb1b8c4be8c5bbfccc02bf4e76fa9c14976ff, as GnuTLS is preferred over OpenSSL in Guix. * gnu/packages/gnome.scm (glib-networking)[arguments](openssl): Remove flag. [inputs]: Remove openssl.
2021-09-05gnu: zbar: Rename qtbase to qtbase-5.Raghav Gururajan
This change is to reflect the changes made in commit, ea0a51071e68c37a4c9c25421cf03bc2f442c67b of master. * gnu/packages/aidc.scm (zbar)[propagated-inputs]: Replace qtbase with qtbase-5.
2021-09-05gnu: tracker-miners: Enable some features.Raghav Gururajan
* gnu/packages/gnome.scm (tracker-miners)[configure-flags](miner_rss): Remove flag. [native-inputs]: Move dbus to ... [inputs]: ... here. Add gexiv2, gst-plugins-base, gupnp-dlna, libgrss, network-manager and libraw.
2021-09-05gnu: tracker-miners: Update to 3.1.1 and make related changes.Raghav Gururajan
* gnu/packages/gnome.scm (tracker-miners)[version]: Update to 3.1.1. [configure-flags](systemd_user_services): New flag. (functional_tests): Remove flag. (c_link_args): Modify. [phases](disable-failing-tests,patch-docs): New phases. (check): Replace with custom phase. [native-inputs]: Add asciidoc, python-tappy and libxslt.
2021-09-05gnu: tracker: Propagate dependencies as per pkg-config file.Raghav Gururajan
* gnu/packages/gnome.scm (tracker)[inputs]: Move json-glib, libsoup, and libxml2 to ... [propagated-inputs]: ... here.
2021-09-05gnu: tracker: Update to 3.1.1 and make related changes.Raghav Gururajan
* gnu/packages/gnome.scm (tracker)[configure-flags] (systemd_user_services): New flag. (docs,c_link_args): Remove flags. [phases](adjust-tests,patch-docs): New phases. (patch-docbook-xml,pre-check): Remove phases. (check): Replace with custom phase. [native-inputs]: Add asciidoc, libxslt and python-tappy.
2021-09-05gnu: tracker: Enable documentation.Raghav Gururajan
* gnu/packages/gnome.scm (tracker)[outputs](doc): New output. [configure-flags](docs): New flag. [phases](patch-docbook-xml,move-doc): New phases. [native-inputs]: Add docbook-xml, docbook-xsl and gtk-doc.
2021-09-05gnu: tracker: Enable some features.Raghav Gururajan
* gnu/packages/gnome.scm (tracker)[native-inputs]: Add python-wrapper. [inputs]: Add bash-completion, network-manager and libstemmer. [propagated-inputs]: Add glib.
2021-09-05gnu: libepoxy: Propagate mesa.宋文武
* gnu/packages/gl.scm (libepoxy)[propagated-inputs]: Renamed from 'inputs'.
2021-09-05gnu: libsoup: Disable ssl-test.Raghav Gururajan
* gnu/packages/gnome.scm (libsoup)[phases](adjust-tests): Modify. [native-inputs]: Remove gnutls.
2021-09-05gnu: gtkmm@2: Override inheritance of certain changes from gtkmm.Raghav Gururajan
Recent changes made to gtkmm (67635125733b679ad16d59a40dc35f56cb5c0fb6), are not applicable to gtkmm@2, as the latter does not use meson. * gnu/packages/gtk.scm (gtkmm-2)[build-system]: New field. [arguments]: New field.
2021-09-05gnu: gtkmm: Change build-system and adjust arguments accordingly.Raghav Gururajan
Switch to meson-build-system, as its preferred by the project. Preserve building of documentation. * gnu/packages/gtk.scm (gtkmm)[build-system]: Change from glib-or-gtk to meson. [configure-flags](build-documentation): New flag.
2021-09-05gnu: python-pygobject: Update to 3.40.1.Raghav Gururajan
* gnu/packages/glib.scm (python-pygobject)[version]: Update to 3.40.1. [native-inputs]: Add python-wrapper.
2021-09-05gnu: python-pycairo: Update to 1.20.0.Raghav Gururajan
* gnu/packages/gtk.scm (python-pycairo)[version]: Update to 1.20.0.
2021-09-05gnu: w3m: Update to 0.5.3+git20210102.Maxim Cournoyer
* gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20210102. [configure-flags]: Add the "--with-imagelib=imlib2" option. [inputs]: Add imlib2.
2021-09-05gnu: gnutls: Enable PKCS#11 support.Raghav Gururajan
PKCS#11 support in GnuTLS is required by Glib-Networking. * gnu/packages/tls.scm (gnutls)[configure-flags](--without-p11-kit): Expose flag only if target-system is mips64el. [propagated-inputs]: Add p11-kit.
2021-09-05gnu: glib-networking: Update home-page, synopsis, description and license.Raghav Gururajan
* gnu/packages/gnome.scm (glib-networking)[home-page]: Modify. [synopsis]: Modify. [description]: Modify. [license]: Update to lgpl2.1+. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
2021-09-05gnu: glib-networking: Enable libproxy and openssl support.Raghav Gururajan
* gnu/packages/gnome.scm (glib-networking)[configure-flags]: Remove libproxy_support flag and add openssl flag. [inputs]: Add libproxy and openssl. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
2021-09-05gnu: glib-networking: Update to 2.68.0.Raghav Gururajan
* gnu/packages/gnome.scm (glib-networking)[version]: Update to 2.68.0. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
2021-09-05gnu: pango: Use meson-0.55, as required by the project.Raghav Gururajan
* gnu/packages/gtk.scm (pango)[arguments](#:meson): New argument.
2021-09-05gnu: docbook-xsl: Update to 1.79.2.Marius Bakke
* gnu/packages/patches/docbook-xsl-support-old-url.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/patches/docbook-xsl-nonrecursive-string-subst.patch: Adjust URL and context. * gnu/packages/docbook.scm (docbook-xsl): Update to 1.79.2. [source](uri): Adjust for new download location.
2021-09-05gnu: meson-0.55: Update to 0.55.3.Maxim Cournoyer
* gnu/packages/build-tools.scm (meson-0.55): Update to 0.55.3.
2021-09-05gnu: glib: Disable failing test.Efraim Flashner
* gnu/packages/glib.scm (glib)[source]: Add patch. [arguments]: Remove custom 'increase-test-timeout phase. * gnu/packages/patches/glib-skip-failing-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2021-09-05gnu: cairo: Reintroduce security patches [security fixes].宋文武
Two patches were accidentally removed in commit d975ed975456a2c8e855eb024b5487c4c460684a. * gnu/packages/patches/cairo-CVE-2018-19876.patch, gnu/packages/patches/cairo-CVE-2020-35492.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/gtk.scm (cairo)[patches]: Apply them.
2021-09-05gnu: gst-editing-services: Update to 1.18.4.Raghav Gururajan
* gnu/packages/gstreamer.scm (gst-editing-services)[version]: Update to 1.18.4. [arguments](glib-or-gtk): New argument. [inputs]: Add glib, glib-networking and gtk+. Move gst-plugins-base to ... [propagated-inputs]: ... here. Add gstreamer. [native-inputs]: Replace python with python-wrapper. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-09-05gnu: gst-plugins-bad: Add missing inputs to enable more features.Raghav Gururajan
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add bzip2, cairo, chromaprint, directfb, faac, flite, glib, glib-networking, glu, gsm, iqa, lcms, libaom, libbs2b, libdc1394, libdca, libde265, libdrm, libexif, libfdk, libgme, libmfx, libmms, libmpcdec, libnice, libofa, libopenmpt, libtiff, libva, libx11, libxcb, libxext, libxshm, lilv, lv2, mjpegtools, nettle, openh264, opensles, pango, rtmpdump, sbc, sctp, spandsp, srt, svt-hevc, transcode, v4l-utils, vo-aacenc, vo-amrwbenc, vulkan-headers, vulkan-loader, webrtc-audio-processing, wildmidi, wpebackend-fdo, zbar and zxing-cpp. [phases](adjust-tests): Disable msdkh264enc and svthevcenc tests. Reenable line21. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-09-05gnu: gst-plugins-bad: Update to 1.18.4.Raghav Gururajan
* gnu/packages/gstreamer.scm (gst-plugins-bad)[version]: Update to 1.18.4. [arguments](glib-or-gtk): New argument. [phases](adjust-tests): Disable line21. [phases](pre-check): New phase. [propagated-inputs]: Add gstreamer. [native-inputs]: Add gettext-minimal, gsettings-desktop-schemas, perl and xorg-server-for-tests. Replace python with python-wrapper. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-09-05gnu: gst-libav: Update to 1.18.4.Raghav Gururajan
* gnu/packages/gstreamer.scm (gst-libav)[version]: Update to 1.18.4. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-09-05gnu: gst-plugins-ugly: Update to 1.18.4.Raghav Gururajan
* gnu/packages/gstreamer.scm (gst-plugins-upgly)[version]: Update to 1.18.4. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-09-05gnu: gst-plugins-good: Update to 1.18.4.Raghav Gururajan
* gnu/packages/gstreamer.scm (gst-plugins-good)[version]: Update to 1.18.4. [patches]: Remove CVE-2021-3497 and CVE-2021-3498 patches, as they are no longer required for this new version. * gnu/packages/patches (gst-plugins-good-CVE-2021-3497.patch): Delete file. (gst-plugins-good-CVE-2021-3498.patch): Delete file. * gnu/local.mk (dist_patch_DATA): Adjust it. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-09-05gnu: gst-plugins-base: Enable more features.Raghav Gururajan
* gnu/packages/gstreamer.scm (gst-plugins-base) [inputs]: Add graphene, iso-codes, libgudev, libjpeg-turbo, libpng, libvisual, mesa, wayland-protocols, wayland. [native-inputs]: Add gettext-minimal and xorg-server-for-test. [arguments]: Remove '-Dgl=disabled' from configure flags. Add pre-check phase. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at> Co-authored-by: 宋文武 <iyzsong@member.fsf.org>
2021-09-05gnu: gst-plugins-base: Update to 1.18.4.Raghav Gururajan
* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.18.4. [patches]: Remove gst-plugins-base-fix-id3v2-invalid-read.patch, as it is no longer required for this new version. * gnu/packages/patches (gst-plugins-base-fix-id3v2-invalid-read.patch): Remove file. * gnu/local.mk (dist_patch_DATA): Adjust it. Co-authored-by: 宋文武 <iyzsong@member.fsf.org>
2021-09-05gnu: gstreamer: Update to 1.18.4.Raghav Gururajan
* gnu/packages/gstreamer.scm (gstreamer)[version]: Update to 1.18.4. [propagated-inputs]: Add elfutils and libunwind. [synopsis]: Change to "Multimedia framework". [native-inputs]: Add bash-completion and gettext-minimal. [inputs]: Add gmp, libcap and gsl. Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-09-05gnu: zbar: Update to 0.23.90.Raghav Gururajan
* gnu/packages/aidc.scm (zbar)[version]: Update to 0.23.90. [source]: Switch to git repository. [native-inputs]: Add autoconf, automake, gettext-minimal, libtool and python-wrapper. Move gobject-introspection to here from ... [inputs]: ... here. Add dbus and perl. Move gtk+ and qtbase to ... [propagated-inputs]: ... here. Add glib.
2021-09-05gnu: faac: Correct source uri.Raghav Gururajan
* gnu/packages/audio.scm (faac)[source]: Modify URI.
2021-09-05gnu: iqa: Correct source uri.Raghav Gururajan
* gnu/packages/image.scm (iqa)[source]: Modify URI.
2021-09-05gnu: ibus: Remove trailing #t in phases.Raghav Gururajan
* gnu/packages/ibus.scm (ibus)[phases]: Remove trailing #t.
2021-09-05gnu: ibus: Enable tests.Raghav Gururajan
* gnu/packages/ibus.scm (ibus)[arguments](tests): Remove argument. [patches](disable-failing-tests): New phase. (pre-check): New phase. [native-inputs]: Add xorg-server-for-tests.
2021-09-05gnu: ibus: Enable memconf.Raghav Gururajan
* gnu/packages/ibus.scm (ibus)[configure-flags](enable-memconf): New flag.