Accepting request 656171 from home:mgorse:branches:GNOME:Factory
- Disable media source extension on SLE/Leap 15 and earlier, since it requires gstreamer 1.14.0. OBS-URL: https://build.opensuse.org/request/show/656171 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=187
This commit is contained in:
parent
0982b4adee
commit
89195dd83b
@ -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
|
Wed Nov 28 10:47:03 UTC 2018 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -139,8 +139,8 @@ more.
|
|||||||
|
|
||||||
%package -n libwebkit2gtk%{_wk2sover}
|
%package -n libwebkit2gtk%{_wk2sover}
|
||||||
Summary: Library for rendering web content, GTK+ Port
|
Summary: Library for rendering web content, GTK+ Port
|
||||||
Group: System/Libraries
|
|
||||||
# Require the injected bundles. The bundles are dlopen()ed
|
# Require the injected bundles. The bundles are dlopen()ed
|
||||||
|
Group: System/Libraries
|
||||||
Requires: webkit2gtk-4_0-injected-bundles
|
Requires: webkit2gtk-4_0-injected-bundles
|
||||||
Recommends: %{_pkgname_no_slpp}-lang
|
Recommends: %{_pkgname_no_slpp}-lang
|
||||||
Provides: %{_pkgname_no_slpp} = %{version}
|
Provides: %{_pkgname_no_slpp} = %{version}
|
||||||
@ -323,6 +323,7 @@ export PYTHON=%{_bindir}/python3
|
|||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} <= 1500
|
%if 0%{?suse_version} <= 1500
|
||||||
-DUSE_WOFF2=false \
|
-DUSE_WOFF2=false \
|
||||||
|
-DENABLE_MEDIA_SOURCE=OFF \
|
||||||
%endif
|
%endif
|
||||||
-DENABLE_MINIBROWSER=ON \
|
-DENABLE_MINIBROWSER=ON \
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
|
Loading…
Reference in New Issue
Block a user