diff --git a/webkit2gtk3.changes b/webkit2gtk3.changes index 02f0aac..e73a955 100644 --- a/webkit2gtk3.changes +++ b/webkit2gtk3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 7 22:34:19 UTC 2018 - mgorse@suse.com + +- Disable media source extension on SLE/Leap 15 and earlier, since + it requires gstreamer 1.14.0. + ------------------------------------------------------------------- Wed Nov 28 10:47:03 UTC 2018 - schwab@suse.de diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 3389d87..fe3150d 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -139,8 +139,8 @@ more. %package -n libwebkit2gtk%{_wk2sover} Summary: Library for rendering web content, GTK+ Port -Group: System/Libraries # Require the injected bundles. The bundles are dlopen()ed +Group: System/Libraries Requires: webkit2gtk-4_0-injected-bundles Recommends: %{_pkgname_no_slpp}-lang Provides: %{_pkgname_no_slpp} = %{version} @@ -323,6 +323,7 @@ export PYTHON=%{_bindir}/python3 %endif %if 0%{?suse_version} <= 1500 -DUSE_WOFF2=false \ + -DENABLE_MEDIA_SOURCE=OFF \ %endif -DENABLE_MINIBROWSER=ON \ %if %{with python3}