forked from pool/xine-lib
Accepting request 343317 from multimedia:xine
1 OBS-URL: https://build.opensuse.org/request/show/343317 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xine-lib?expand=0&rev=59
This commit is contained in:
commit
edacc16d0f
@ -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
|
Mon Feb 2 19:22:38 UTC 2015 - wbauer@tmo.at
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xine-lib
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -72,9 +72,15 @@ BuildRequires: lirc-devel
|
|||||||
BuildRequires: lirc
|
BuildRequires: lirc
|
||||||
%endif
|
%endif
|
||||||
%if !%{with distributable}
|
%if !%{with distributable}
|
||||||
BuildRequires: libbluray-devel
|
|
||||||
BuildRequires: libfaad-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
|
%else
|
||||||
BuildRequires: libavutil-devel
|
BuildRequires: libavutil-devel
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user