Accepting request 725940 from multimedia:libs
Drop unneeded gtk dep + tweaks OBS-URL: https://build.opensuse.org/request/show/725940 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-plugins-base?expand=0&rev=63
This commit is contained in:
commit
a379fc201d
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 20:47:06 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Drop pkgconfig(gdk-pixbuf-2.0), pkgconfig(gtk+-3.0) and
|
||||||
|
pkgconfig(gtk+-x11-3.0) BuildRequires and pass --disable-examples
|
||||||
|
to configure (we already do in meson conditional): Only needed to
|
||||||
|
build the examples.
|
||||||
|
- Add explicit pkgconfig(wayland-protocols) BuildRequires:
|
||||||
|
Previously pulled in by gtk3 dependency.
|
||||||
|
- Add explicit conditional pkgconfig(cairo) BuildRequires for
|
||||||
|
openSUSE versions older than current Tumbleweed, workaround bug
|
||||||
|
in pangocairo dependencies in those releases. Also previously
|
||||||
|
pulled in by gtk3 dependency.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 12:40:14 UTC 2019 - Martin Liška <mliska@suse.cz>
|
Wed Jul 24 12:40:14 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -58,10 +58,12 @@ BuildRequires: python3-xml
|
|||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(alsa) >= 0.9.1
|
BuildRequires: pkgconfig(alsa) >= 0.9.1
|
||||||
|
%if 0%{?suse_version} < 1550
|
||||||
|
BuildRequires: pkgconfig(cairo)
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig(egl)
|
BuildRequires: pkgconfig(egl)
|
||||||
BuildRequires: pkgconfig(freetype2) >= 2.0.9
|
BuildRequires: pkgconfig(freetype2) >= 2.0.9
|
||||||
BuildRequires: pkgconfig(gbm)
|
BuildRequires: pkgconfig(gbm)
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.40
|
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.40
|
||||||
BuildRequires: pkgconfig(gl)
|
BuildRequires: pkgconfig(gl)
|
||||||
BuildRequires: pkgconfig(glesv1_cm)
|
BuildRequires: pkgconfig(glesv1_cm)
|
||||||
@ -69,8 +71,6 @@ BuildRequires: pkgconfig(glesv2)
|
|||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.40
|
BuildRequires: pkgconfig(glib-2.0) >= 2.40
|
||||||
BuildRequires: pkgconfig(gmodule-no-export-2.0)
|
BuildRequires: pkgconfig(gmodule-no-export-2.0)
|
||||||
BuildRequires: pkgconfig(gstreamer-1.0) >= %{version}
|
BuildRequires: pkgconfig(gstreamer-1.0) >= %{version}
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.10
|
|
||||||
BuildRequires: pkgconfig(gtk+-x11-3.0) >= 3.0.0
|
|
||||||
BuildRequires: pkgconfig(gudev-1.0)
|
BuildRequires: pkgconfig(gudev-1.0)
|
||||||
BuildRequires: pkgconfig(iso-codes)
|
BuildRequires: pkgconfig(iso-codes)
|
||||||
BuildRequires: pkgconfig(libdrm) >= 2.4.55
|
BuildRequires: pkgconfig(libdrm) >= 2.4.55
|
||||||
@ -86,6 +86,7 @@ BuildRequires: pkgconfig(vorbis) >= 1.0
|
|||||||
BuildRequires: pkgconfig(vorbisenc) >= 1.0
|
BuildRequires: pkgconfig(vorbisenc) >= 1.0
|
||||||
BuildRequires: pkgconfig(wayland-client) >= 1.0
|
BuildRequires: pkgconfig(wayland-client) >= 1.0
|
||||||
BuildRequires: pkgconfig(wayland-cursor) >= 1.0
|
BuildRequires: pkgconfig(wayland-cursor) >= 1.0
|
||||||
|
BuildRequires: pkgconfig(wayland-protocols)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(x11-xcb)
|
BuildRequires: pkgconfig(x11-xcb)
|
||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
@ -488,13 +489,14 @@ export PYTHON=%{_bindir}/python3
|
|||||||
%{meson_build}
|
%{meson_build}
|
||||||
%else
|
%else
|
||||||
%configure\
|
%configure\
|
||||||
--with-package-name='openSUSE GStreamer-plugins-base package'\
|
--with-package-name='openSUSE GStreamer-plugins-base package' \
|
||||||
--with-package-origin='http://download.opensuse.org'\
|
--with-package-origin='http://download.opensuse.org' \
|
||||||
--disable-static\
|
--disable-static \
|
||||||
--enable-gtk-doc\
|
--enable-gtk-doc \
|
||||||
--enable-introspection\
|
--enable-introspection \
|
||||||
|
--disable-examples \
|
||||||
%if 0%{?is_opensuse}
|
%if 0%{?is_opensuse}
|
||||||
--enable-orc\
|
--enable-orc \
|
||||||
%endif
|
%endif
|
||||||
%{nil}
|
%{nil}
|
||||||
%make_build
|
%make_build
|
||||||
|
Loading…
Reference in New Issue
Block a user