Accepting request 547076 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/547076 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-plugins-base?expand=0&rev=46
This commit is contained in:
commit
2c7455f858
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 1 01:54:53 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Add explicit python3-xml BuildRequires: fix build on older
|
||||||
|
versions of openSUSE.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 29 14:25:58 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Switch to python3:
|
||||||
|
+ Replace python-base BuildRequires with python3-base.
|
||||||
|
+ Export PYTHON=/usr/bin/python3 before calling configure.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 18 21:15:50 UTC 2017 - zaitor@opensuse.org
|
Mon Sep 18 21:15:50 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -38,7 +38,8 @@ BuildRequires: libSM-devel
|
|||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
BuildRequires: libXv-devel
|
BuildRequires: libXv-devel
|
||||||
BuildRequires: orc >= 0.4.24
|
BuildRequires: orc >= 0.4.24
|
||||||
BuildRequires: python-base
|
BuildRequires: python3-base
|
||||||
|
BuildRequires: python3-xml
|
||||||
BuildRequires: pkgconfig(gstreamer-1.0) >= 1.12.0
|
BuildRequires: pkgconfig(gstreamer-1.0) >= 1.12.0
|
||||||
%if !0%{?is_opensuse}
|
%if !0%{?is_opensuse}
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
@ -414,6 +415,7 @@ translation-update-upstream po gst-plugins-base-%{gst_branch}
|
|||||||
# FIXME: GTKDOC_CFLAGS, GST_OBJ_CFLAGS:
|
# FIXME: GTKDOC_CFLAGS, GST_OBJ_CFLAGS:
|
||||||
# Silently ignored compilation of uninstalled gtk-doc scanners without RPM_OPT_FLAGS.
|
# Silently ignored compilation of uninstalled gtk-doc scanners without RPM_OPT_FLAGS.
|
||||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||||
|
export PYTHON=/usr/bin/python3
|
||||||
%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'\
|
||||||
|
Loading…
Reference in New Issue
Block a user