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