[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#989595: unblock: webkit2gtk/2.32.1-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
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 <berto@igalia.com>  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

Reply to: