SHA256
1
0
forked from pool/aubio

Accepting request 390533 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/390533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aubio?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2016-04-28 14:54:43 +00:00 committed by Git OBS Bridge
commit 7fe10ead82
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