gnome.gnome-software: 43.beta → 43.rc

https://gitlab.gnome.org/GNOME/gnome-software/-/compare/43.beta...43.rc

Testing the video screenshots implemented in https://gitlab.gnome.org/GNOME/gnome-software/-/merge_requests/1451

   wget https://gitlab.gnome.org/GNOME/gnome-software/uploads/0dc8042e43b346e80c70f26d27bc0330/test-typing-booster-test.appdata.xml
   gnome-software --show-metainfo test-typing-booster-test.appdata.xml

requires

- gst-plugins-base: “GStreamer-Play GstPlay: 'playbin' element not found, please check your setup”
- gst-plugins-good: “GStreamer-Play GstPlay: scaletempo element not available. Audio pitch will not be preserved during trick modes”

but it crashes for me in libdrm.

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar 2022-09-02 10:39:32 +00:00
parent 8b1c3934ee
commit cf2fa7b7b0

View file

@ -36,6 +36,7 @@
, gtk-doc
, desktop-file-utils
, libsysprof-capture
, gst_all_1
}:
let
@ -44,11 +45,11 @@ in
stdenv.mkDerivation rec {
pname = "gnome-software";
version = "43.beta";
version = "43.rc";
src = fetchurl {
url = "mirror://gnome/sources/gnome-software/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "ITO0nLxjT+s5cC/WGz+5fziQwYHvyEYmLe2FOh2O654=";
sha256 = "of6JJ7H/c6JXJTbYPCEdPrm/WP0RlSIu7LHGQuaVmzg=";
};
patches = [
@ -93,6 +94,9 @@ stdenv.mkDerivation rec {
libxmlb
malcontent
libsysprof-capture
# For video screenshots
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
] ++ lib.optionals withFwupd [
fwupd
];