Hello community, here is the log from the commit of package alsa-plugins for openSUSE:Factory checked in at 2015-03-16 06:57:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alsa-plugins (Old) and /work/SRC/openSUSE:Factory/.alsa-plugins.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alsa-plugins" Changes: -------- --- /work/SRC/openSUSE:Factory/alsa-plugins/alsa-plugins.changes 2015-03-05 18:15:41.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.alsa-plugins.new/alsa-plugins.changes 2015-03-16 06:57:21.000000000 +0100 @@ -1,0 +2,10 @@ +Thu Mar 12 12:44:35 UTC 2015 - [email protected] + +- BuildRequire pkgconfig(speexdsp) instead of speex-devel: the + packages have been rearranged/split. +- Add alsa-plugins-include-config.h.patch: Fix build with new + speexdsp versions. The speexdsp headers expect the caller to set + HAVE_STDINT_H (or any of the other appropriate headers, based on + platform) in order to define the specific types. + +------------------------------------------------------------------- New: ---- alsa-plugins-include-config.h.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa-plugins.spec ++++++ --- /var/tmp/diff_new_pack.YKVh7k/_old 2015-03-16 06:57:22.000000000 +0100 +++ /var/tmp/diff_new_pack.YKVh7k/_new 2015-03-16 06:57:22.000000000 +0100 @@ -35,6 +35,7 @@ Source1: asound-pulse.conf Source2: alsa-pulse.conf Source3: baselibs.conf +Patch0: alsa-plugins-include-config.h.patch # upstream fixes BuildRequires: alsa-devel BuildRequires: dbus-1-devel @@ -47,7 +48,7 @@ BuildRequires: libpulse-devel %endif %if %{build_speex} -BuildRequires: speex-devel +BuildRequires: pkgconfig(speexdsp) >= 1.2 %endif %ifarch s390x Recommends: %{name}-32bit = %{version} @@ -128,6 +129,7 @@ %prep %setup -q -n %{name}-%{package_version} +%patch0 -p1 %build export AUTOMAKE_JOBS="%{?_smp_mflags}" ++++++ alsa-plugins-include-config.h.patch ++++++ Index: alsa-plugins-1.0.29/speex/pcm_speex.c =================================================================== --- alsa-plugins-1.0.29.orig/speex/pcm_speex.c +++ alsa-plugins-1.0.29/speex/pcm_speex.c @@ -18,6 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "config.h" #include <alsa/asoundlib.h> #include <alsa/pcm_external.h> #include <speex/speex_preprocess.h> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
