SHA256
1
0
forked from pool/aubio

Accepting request 390527 from home:olh:branches:multimedia:libs

- Use pkgconfig instead of libffmpeg-devel

OBS-URL: https://build.opensuse.org/request/show/390527
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/aubio?expand=0&rev=11
This commit is contained in:
Ismail Dönmez
2016-04-18 09:46:30 +00:00
committed by Git OBS Bridge
parent a9d50f798a
commit 736c3bb7db
2 changed files with 10 additions and 2 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 Oct 27 15:14:35 UTC 2015 - p.drouand@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package aubio
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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
@@ -24,8 +24,11 @@ Group: System/Libraries
BuildRequires: alsa-devel
BuildRequires: doxygen
%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse})
BuildRequires: ffmpeg-devel
BuildRequires: txt2man
BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavformat)
BuildRequires: pkgconfig(libavresample)
BuildRequires: pkgconfig(libavutil)
%endif
BuildRequires: fftw3-devel
BuildRequires: libjack-devel