Accepting request 390477 from home:olh:branches:graphics

- Use pkgconfig instead of libffmpeg-devel

OBS-URL: https://build.opensuse.org/request/show/390477
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=34
This commit is contained in:
Ismail Dönmez 2016-04-18 07:00:59 +00:00 committed by Git OBS Bridge
parent 62edebb583
commit f630e0dcf1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Apr 16 22:01:17 UTC 2016 - olaf@aepfle.de
- Use pkgconfig instead of libffmpeg-devel
-------------------------------------------------------------------
Tue Jan 26 14:00:45 UTC 2016 - idonmez@suse.com

View File

@ -68,7 +68,9 @@ BuildRequires: ruby
BuildRequires: suitesparse-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?BUILD_ORIG}
BuildRequires: ffmpeg-devel
BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavformat)
BuildRequires: pkgconfig(libswscale)
%if 0%{?BUILD_ORIG_ADDON}
Provides: patched_subset
%else