From d8544a9807e6a80df4a63b00cc9edb8489b45590116775585863eda1088bb5cf Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Mon, 1 Aug 2016 13:49:57 +0000 Subject: [PATCH] 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 --- xine-lib.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xine-lib.spec b/xine-lib.spec index 1aba577..b36ec12 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -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