Accepting request 416411 from home:plater

Make Factory build with native gcc

OBS-URL: https://build.opensuse.org/request/show/416411
OBS-URL: https://build.opensuse.org/package/show/multimedia:xine/xine-lib?expand=0&rev=92
This commit is contained in:
Dave Plater 2016-08-01 13:49:57 +00:00 committed by Git OBS Bridge
parent d82fdd94ad
commit d8544a9807

View File

@ -27,7 +27,7 @@ Name: xine-lib
%bcond_without distributable
%bcond_with onlynondistributable
%bcond_without pulseaudio
%if 0%{?is_opensuse} == 1
%if 0%{?suse_version} == 1315
%bcond_without gcc5
%else
%bcond_with gcc5
@ -69,20 +69,20 @@ BuildRequires: libmpcdec-devel
BuildRequires: libsmbclient-devel
BuildRequires: libtheora-devel
BuildRequires: libtool
BuildRequires: libv4l-devel >= 0.8.4
BuildRequires: libvorbis-devel
BuildRequires: lirc-devel
BuildRequires: readline-devel
BuildRequires: speex-devel
BuildRequires: update-desktop-files
BuildRequires: vcdimager-devel
BuildRequires: xorg-x11-devel
BuildRequires: libv4l-devel >= 0.8.4
BuildRequires: lirc-devel
%if %{with ffmpeg}
BuildRequires: pkgconfig(libbluray) >= 0.2.1
BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(libpostproc)
BuildRequires: pkgconfig(libavformat)
BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(libbluray) >= 0.2.1
BuildRequires: pkgconfig(libpostproc)
%else
BuildRequires: libavutil-devel
%endif