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