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
This commit is contained in:
Ludwig Nussel 2015-11-10 08:15:50 +00:00 committed by Git OBS Bridge
parent 7b33c07cc2
commit 5987e9bef4
2 changed files with 15 additions and 3 deletions

View File

@ -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

View File

@ -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