Your message dated Tue, 08 Jun 2021 21:55:57 +0000
with message-id <[email protected]>
and subject line unblock webkit2gtk
has caused the Debian Bug report #989595,
regarding unblock: webkit2gtk/2.32.1-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
989595: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989595
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package webkit2gtk
webkit2gtk has always used (and recommended) gstreamer1.0-plugins-good
for media playback, but since 2.32.x it will crash (assert) if a
suitable plugin is not found. gstreamer1.0-plugins-good is one of
the most installed packages in Debian and is used by many multimedia
apps so the chances of it being missing are low, but they are still
there. See #989332 for an example and #989198 (message 29) for more
details on the problem.
This upload changes gstreamer1.0-plugins-good from a recommendation to
a dependency and also recommends plugins-bad (needed for e.g. YouTube
videos).
Debdiff attached.
Regards,
Berto
unblock webkit2gtk/2.32.1-2
diff -Nru webkit2gtk-2.32.1/debian/changelog webkit2gtk-2.32.1/debian/changelog
--- webkit2gtk-2.32.1/debian/changelog 2021-05-10 12:20:44.000000000 +0200
+++ webkit2gtk-2.32.1/debian/changelog 2021-06-07 10:39:51.000000000 +0200
@@ -1,3 +1,14 @@
+webkit2gtk (2.32.1-2) unstable; urgency=high
+
+ * debian/control:
+ + Update the dependencies on GStreamer plugins (Closes: #989332):
+ - WebKitGTK really expects at least the -base and -good sets.
+ - For video playback (e.g YouTube) -bad is also recommended.
+ - The pulseaudio plugin was merged into the -good package so it will
+ be always be available now. Move -alsa to Suggests.
+
+ -- Alberto Garcia <[email protected]> Mon, 07 Jun 2021 10:39:51 +0200
+
webkit2gtk (2.32.1-1) unstable; urgency=medium
* New upstream release.
diff -Nru webkit2gtk-2.32.1/debian/control webkit2gtk-2.32.1/debian/control
--- webkit2gtk-2.32.1/debian/control 2021-05-10 12:20:44.000000000 +0200
+++ webkit2gtk-2.32.1/debian/control 2021-06-07 10:39:51.000000000 +0200
@@ -138,16 +138,18 @@
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libjavascriptcoregtk-4.0-18 (= ${binary:Version}),
+ gstreamer1.0-plugins-base,
+ gstreamer1.0-plugins-good,
${bwrap:Depends},
${shlibs:Depends},
${misc:Depends}
-Recommends: gstreamer1.0-plugins-good,
- gstreamer1.0-pulseaudio | gstreamer1.0-alsa,
+Recommends: gstreamer1.0-plugins-bad,
gstreamer1.0-gl,
libgl1-mesa-dri,
${bwrap:Recommends},
${gst:Recommends}
-Suggests: ${gst:Suggests}
+Suggests: ${gst:Suggests},
+ gstreamer1.0-alsa
Breaks: evolution (<< 3.34.1)
Description: Web content engine library for GTK
WebKit is a web content engine, derived from KHTML and KJS from KDE, and
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---