From 5987e9bef40fcfbf6b9576e7822ede1a029dcbd3ad1d2666728c172f950ef6c7 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Tue, 10 Nov 2015 08:15:50 +0000 Subject: [PATCH] Accepting request 332525 from home:olh:branches:multimedia:xine - Replace implicit Requires from old ffmpeg with BuildRequires to fix build in packman OBS-URL: https://build.opensuse.org/request/show/332525 OBS-URL: https://build.opensuse.org/package/show/multimedia:xine/xine-lib?expand=0&rev=78 --- xine-lib.changes | 6 ++++++ xine-lib.spec | 12 +++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/xine-lib.changes b/xine-lib.changes index ae9607f..80f4b9f 100644 --- a/xine-lib.changes +++ b/xine-lib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 21 06:40:47 UTC 2015 - olaf@aepfle.de + +- Replace implicit Requires from old ffmpeg with BuildRequires to + fix build in packman + ------------------------------------------------------------------- Mon Feb 2 19:22:38 UTC 2015 - wbauer@tmo.at diff --git a/xine-lib.spec b/xine-lib.spec index 4078757..c584d22 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -1,7 +1,7 @@ # # spec file for package xine-lib # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -72,9 +72,15 @@ BuildRequires: lirc-devel BuildRequires: lirc %endif %if !%{with distributable} -BuildRequires: libbluray-devel BuildRequires: libfaad-devel -BuildRequires: libffmpeg-devel +BuildRequires: pkgconfig(libavcodec) >= 51.68.0 +BuildRequires: pkgconfig(libavutil) >= 49.6.0 +BuildRequires: pkgconfig(libbluray) >= 0.2.1 +BuildRequires: pkgconfig(libdts) +BuildRequires: pkgconfig(libpostproc) +BuildRequires: pkgconfig(libva) +BuildRequires: pkgconfig(mad) +BuildRequires: pkgconfig(vdpau) %else BuildRequires: libavutil-devel %endif