Accepting request 415149 from KDE:Frameworks5

1

OBS-URL: https://build.opensuse.org/request/show/415149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfilemetadata5?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2016-08-03 09:40:21 +00:00 committed by Git OBS Bridge
commit fb7101bb23
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 25 11:28:39 UTC 2016 - olaf@aepfle.de
- Build with ffmpeg unconditional
-------------------------------------------------------------------
Wed Jul 6 15:03:41 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -16,6 +16,7 @@
#
%bcond_without ffmpeg
%bcond_without lang
%define _tar_path 5.24
Name: kfilemetadata5
@ -30,7 +31,7 @@ Source: http://download.kde.org/stable/frameworks/%{_tar_path}/kfilemeta
Source1: baselibs.conf
Patch0: ffmpeg-buildrequires.patch
BuildRequires: extra-cmake-modules >= %{_tar_path}
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
%if %{with ffmpeg}
BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavformat)
BuildRequires: pkgconfig(libavutil)