Fix build for SLE12sp3
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=117
This commit is contained in:
parent
8a08378779
commit
07fe393525
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 23 14:40:27 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Conditionalize orc and pkgconfig(wayland-egl) BuildRequires and
|
||||||
|
enable-orc call, fix build for SLE 12 SP3.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 13 23:00:44 UTC 2018 - bjorn.lie@gmail.com
|
Wed Jun 13 23:00:44 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -43,7 +43,6 @@ BuildRequires: libXext-devel
|
|||||||
BuildRequires: libXv-devel
|
BuildRequires: libXv-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: orc >= 0.4.24
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: python3-xml
|
BuildRequires: python3-xml
|
||||||
@ -60,9 +59,6 @@ BuildRequires: pkgconfig(glesv1_cm)
|
|||||||
BuildRequires: pkgconfig(glesv2)
|
BuildRequires: pkgconfig(glesv2)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.24
|
BuildRequires: pkgconfig(glib-2.0) >= 2.24
|
||||||
BuildRequires: pkgconfig(gmodule-no-export-2.0)
|
BuildRequires: pkgconfig(gmodule-no-export-2.0)
|
||||||
%if 0%{?suse_version} >= 1500
|
|
||||||
BuildRequires: pkgconfig(graphene-1.0)
|
|
||||||
%endif
|
|
||||||
BuildRequires: pkgconfig(gstreamer-1.0) >= %{version}
|
BuildRequires: pkgconfig(gstreamer-1.0) >= %{version}
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.10
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.10
|
||||||
BuildRequires: pkgconfig(gtk+-x11-3.0) >= 3.0.0
|
BuildRequires: pkgconfig(gtk+-x11-3.0) >= 3.0.0
|
||||||
@ -81,12 +77,18 @@ 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-egl) >= 1.0
|
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(x11-xcb)
|
BuildRequires: pkgconfig(x11-xcb)
|
||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
BuildRequires: pkgconfig(xv)
|
BuildRequires: pkgconfig(xv)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
%if 0%{?suse_version} >= 1500
|
||||||
|
BuildRequires: pkgconfig(graphene-1.0)
|
||||||
|
%endif
|
||||||
|
%if 0%{?is_opensuse}
|
||||||
|
BuildRequires: orc >= 0.4.24
|
||||||
|
BuildRequires: pkgconfig(wayland-egl) >= 1.0
|
||||||
|
%endif
|
||||||
Requires: %{gstreamer_plugins_base_req}
|
Requires: %{gstreamer_plugins_base_req}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
Recommends: PackageKit-gstreamer-plugin
|
Recommends: PackageKit-gstreamer-plugin
|
||||||
@ -465,7 +467,9 @@ export PYTHON=%{_bindir}/python3
|
|||||||
--disable-static\
|
--disable-static\
|
||||||
--enable-gtk-doc\
|
--enable-gtk-doc\
|
||||||
--enable-introspection\
|
--enable-introspection\
|
||||||
|
%if 0%{?is_opensuse}
|
||||||
--enable-orc\
|
--enable-orc\
|
||||||
|
%endif
|
||||||
%{nil}
|
%{nil}
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user