From 736c3bb7db742aac1b8a62fce494ac51cb75e966e393265ee2136c40fad6a09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 18 Apr 2016 09:46:30 +0000 Subject: [PATCH] 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 --- aubio.changes | 5 +++++ aubio.spec | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/aubio.changes b/aubio.changes index ab04328..cfa2146 100644 --- a/aubio.changes +++ b/aubio.changes @@ -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 diff --git a/aubio.spec b/aubio.spec index bc4c56a..70ede2e 100644 --- a/aubio.spec +++ b/aubio.spec @@ -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