Hello community,

here is the log from the commit of package alsa-plugins for openSUSE:Factory 
checked in at 2017-05-20 14:31:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alsa-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.alsa-plugins.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alsa-plugins"

Sat May 20 14:31:31 2017 rev:94 rq:495556 version:1.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/alsa-plugins/alsa-plugins.changes        
2017-05-06 18:25:41.680726574 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-plugins.new/alsa-plugins.changes   
2017-05-20 14:31:33.617596304 +0200
@@ -1,0 +2,9 @@
+Tue May 16 15:38:57 CEST 2017 - ti...@suse.de
+
+- Update to alsa-plugins 1.1.4:
+  * extend configure script to disable more stuff
+  * including previous fix for libavcodec
+- Obsoleted patch:
+  0001-configure-Fix-detection-of-avcodec.h.patches
+
+-------------------------------------------------------------------

Old:
----
  0001-configure-Fix-detection-of-avcodec.h.patch
  alsa-plugins-1.1.1.tar.bz2

New:
----
  alsa-plugins-1.1.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ alsa-plugins.spec ++++++
--- /var/tmp/diff_new_pack.RowDsV/_old  2017-05-20 14:31:34.997401089 +0200
+++ /var/tmp/diff_new_pack.RowDsV/_new  2017-05-20 14:31:35.001400523 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define package_version        1.1.1
+%define package_version        1.1.4
 %if 0%{?suse_version} > 1030
 %define build_pulse    1
 %define build_speex    1
@@ -31,7 +31,7 @@
 %endif
 
 Name:           alsa-plugins
-Version:        1.1.1
+Version:        1.1.4
 Release:        0
 Summary:        Extra Plug-Ins for the ALSA Library
 License:        LGPL-2.1+
@@ -41,7 +41,6 @@
 Source1:        asound-pulse.conf
 Source2:        alsa-pulse.conf
 Source3:        baselibs.conf
-Patch1:         0001-configure-Fix-detection-of-avcodec.h.patch
 BuildRequires:  alsa-devel
 BuildRequires:  dbus-1-devel
 %if %build_avcodec
@@ -160,11 +159,10 @@
 
 %prep
 %setup -q -n %{name}-%{package_version}
-%patch1 -p1
 
 %build
 export AUTOMAKE_JOBS="%{?_smp_mflags}"
-autoreconf -fi
+# autoreconf -fi
 %configure --enable-maemo-plugin --enable-maemo-resource-manager \
     --with-speex=builtin
 make %{?_smp_mflags}

++++++ alsa-plugins-1.1.1.tar.bz2 -> alsa-plugins-1.1.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alsa-plugins-1.1.1/configure 
new/alsa-plugins-1.1.4/configure
--- old/alsa-plugins-1.1.1/configure    2016-03-31 15:14:07.000000000 +0200
+++ new/alsa-plugins-1.1.4/configure    2017-05-12 10:05:50.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for alsa-plugins 1.1.1.
+# Generated by GNU Autoconf 2.69 for alsa-plugins 1.1.4.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='alsa-plugins'
 PACKAGE_TARNAME='alsa-plugins'
-PACKAGE_VERSION='1.1.1'
-PACKAGE_STRING='alsa-plugins 1.1.1'
+PACKAGE_VERSION='1.1.4'
+PACKAGE_STRING='alsa-plugins 1.1.4'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -664,6 +664,14 @@
 HAVE_JACK_TRUE
 JACK_LIBS
 JACK_CFLAGS
+HAVE_ARCAMAV_FALSE
+HAVE_ARCAMAV_TRUE
+HAVE_USBSTREAM_FALSE
+HAVE_USBSTREAM_TRUE
+HAVE_MIX_FALSE
+HAVE_MIX_TRUE
+HAVE_OSS_FALSE
+HAVE_OSS_TRUE
 ALSA_LIBS
 ALSA_CFLAGS
 PKG_CONFIG_LIBDIR
@@ -792,6 +800,10 @@
 with_gnu_ld
 with_sysroot
 enable_libtool_lock
+enable_oss
+enable_mix
+enable_usbstream
+enable_arcamav
 enable_jack
 enable_pulseaudio
 enable_samplerate
@@ -800,6 +812,7 @@
 enable_avcodec
 with_avcodec_includedir
 with_avcodec_libdir
+enable_speexdsp
 with_speex
 with_plugindir
 with_alsadatadir
@@ -1370,7 +1383,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures alsa-plugins 1.1.1 to adapt to many kinds of systems.
+\`configure' configures alsa-plugins 1.1.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1440,7 +1453,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of alsa-plugins 1.1.1:";;
+     short | recursive ) echo "Configuration of alsa-plugins 1.1.4:";;
    esac
   cat <<\_ACEOF
 
@@ -1460,6 +1473,10 @@
   --enable-fast-install[=PKGS]
                           optimize for fast installation [default=yes]
   --disable-libtool-lock  avoid locking (might break parallel builds)
+  --disable-oss           Disable building of OSS plugin
+  --disable-mix           Disable building of upmix and vdownmix plugins
+  --disable-usbstream     Disable building of usb_stream plugin
+  --disable-arcamav       Disable building of Arcam AV control plugin
   --disable-jack          Disable building of JACK plugin
   --disable-pulseaudio    Disable building of pulseaudio plugin
   --disable-samplerate    Disable building of samplerate plugin
@@ -1467,6 +1484,7 @@
   --enable-maemo-resource-manager
                           Use Maemo resource manager
   --disable-avcodec       Don't build plugins depending on avcodec (a52)
+  --disable-speexdsp      Disable building of speexdsp plugin
 
 Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
@@ -1589,7 +1607,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-alsa-plugins configure 1.1.1
+alsa-plugins configure 1.1.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1954,7 +1972,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by alsa-plugins $as_me 1.1.1, which was
+It was created by alsa-plugins $as_me 1.1.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2778,7 +2796,7 @@
 
 # Define the identity of the package.
  PACKAGE='alsa-plugins'
- VERSION='1.1.1'
+ VERSION='1.1.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -11791,6 +11809,106 @@
 fi
 
 
+# Check whether --enable-oss was given.
+if test "${enable_oss+set}" = set; then :
+  enableval=$enable_oss;
+fi
+
+if test "x$enable_oss" != "xno"; then :
+   if true; then
+  HAVE_OSS_TRUE=
+  HAVE_OSS_FALSE='#'
+else
+  HAVE_OSS_TRUE='#'
+  HAVE_OSS_FALSE=
+fi
+
+else
+   if false; then
+  HAVE_OSS_TRUE=
+  HAVE_OSS_FALSE='#'
+else
+  HAVE_OSS_TRUE='#'
+  HAVE_OSS_FALSE=
+fi
+
+fi
+
+# Check whether --enable-mix was given.
+if test "${enable_mix+set}" = set; then :
+  enableval=$enable_mix;
+fi
+
+if test "x$enable_mix" != "xno"; then :
+   if true; then
+  HAVE_MIX_TRUE=
+  HAVE_MIX_FALSE='#'
+else
+  HAVE_MIX_TRUE='#'
+  HAVE_MIX_FALSE=
+fi
+
+else
+   if false; then
+  HAVE_MIX_TRUE=
+  HAVE_MIX_FALSE='#'
+else
+  HAVE_MIX_TRUE='#'
+  HAVE_MIX_FALSE=
+fi
+
+fi
+
+# Check whether --enable-usbstream was given.
+if test "${enable_usbstream+set}" = set; then :
+  enableval=$enable_usbstream;
+fi
+
+if test "x$enable_usbstream" != "xno"; then :
+   if true; then
+  HAVE_USBSTREAM_TRUE=
+  HAVE_USBSTREAM_FALSE='#'
+else
+  HAVE_USBSTREAM_TRUE='#'
+  HAVE_USBSTREAM_FALSE=
+fi
+
+else
+   if false; then
+  HAVE_USBSTREAM_TRUE=
+  HAVE_USBSTREAM_FALSE='#'
+else
+  HAVE_USBSTREAM_TRUE='#'
+  HAVE_USBSTREAM_FALSE=
+fi
+
+fi
+
+# Check whether --enable-arcamav was given.
+if test "${enable_arcamav+set}" = set; then :
+  enableval=$enable_arcamav;
+fi
+
+if test "x$enable_arcamav" != "xno"; then :
+   if true; then
+  HAVE_ARCAMAV_TRUE=
+  HAVE_ARCAMAV_FALSE='#'
+else
+  HAVE_ARCAMAV_TRUE='#'
+  HAVE_ARCAMAV_FALSE=
+fi
+
+else
+   if false; then
+  HAVE_ARCAMAV_TRUE=
+  HAVE_ARCAMAV_FALSE='#'
+else
+  HAVE_ARCAMAV_TRUE='#'
+  HAVE_ARCAMAV_FALSE=
+fi
+
+fi
+
 # Check whether --enable-jack was given.
 if test "${enable_jack+set}" = set; then :
   enableval=$enable_jack;
@@ -12302,6 +12420,8 @@
 
 if test $HAVE_AVCODEC = yes; then
   AVCODEC_HEADER=""
+  CFLAGS_saved="$CFLAGS"
+  CFLAGS="$CFLAGS $AVCODEC_CFLAGS"
   ac_fn_c_check_header_mongrel "$LINENO" "ffmpeg/avcodec.h" 
"ac_cv_header_ffmpeg_avcodec_h" "$ac_includes_default"
 if test "x$ac_cv_header_ffmpeg_avcodec_h" = xyes; then :
   AVCODEC_HEADER='<ffmpeg/avcodec.h>'
@@ -12319,6 +12439,7 @@
   if test -z "$AVCODEC_HEADER"; then
     HAVE_AVCODEC=no
   fi
+  CFLAGS="$CFLAGS_saved"
 fi
 
  if test x$HAVE_AVCODEC = xyes; then
@@ -12333,6 +12454,13 @@
 
 
 
+# Check whether --enable-speexdsp was given.
+if test "${enable_speexdsp+set}" = set; then :
+  enableval=$enable_speexdsp;
+fi
+
+
+if test "x$enable_speexdsp" != "xno"; then
 
 pkg_failed=no
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for speexdsp" >&5
@@ -12342,12 +12470,12 @@
     pkg_cv_speexdsp_CFLAGS="$speexdsp_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"speexdsp >= 1.2\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "speexdsp >= 1.2") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"speexdsp >= 1.2rc2\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "speexdsp >= 1.2rc2") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_speexdsp_CFLAGS=`$PKG_CONFIG --cflags "speexdsp >= 1.2" 2>/dev/null`
+  pkg_cv_speexdsp_CFLAGS=`$PKG_CONFIG --cflags "speexdsp >= 1.2rc2" 
2>/dev/null`
 else
   pkg_failed=yes
 fi
@@ -12358,12 +12486,12 @@
     pkg_cv_speexdsp_LIBS="$speexdsp_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"speexdsp >= 1.2\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "speexdsp >= 1.2") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"speexdsp >= 1.2rc2\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "speexdsp >= 1.2rc2") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_speexdsp_LIBS=`$PKG_CONFIG --libs "speexdsp >= 1.2" 2>/dev/null`
+  pkg_cv_speexdsp_LIBS=`$PKG_CONFIG --libs "speexdsp >= 1.2rc2" 2>/dev/null`
 else
   pkg_failed=yes
 fi
@@ -12383,9 +12511,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               speexdsp_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
"speexdsp >= 1.2" 2>&1`
+               speexdsp_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
"speexdsp >= 1.2rc2" 2>&1`
         else
-               speexdsp_PKG_ERRORS=`$PKG_CONFIG --print-errors "speexdsp >= 
1.2" 2>&1`
+               speexdsp_PKG_ERRORS=`$PKG_CONFIG --print-errors "speexdsp >= 
1.2rc2" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$speexdsp_PKG_ERRORS" >&5
@@ -12402,6 +12530,7 @@
 $as_echo "yes" >&6; }
        HAVE_SPEEXDSP="yes"
 fi
+fi
  if test "$HAVE_SPEEXDSP" = "yes"; then
   HAVE_SPEEXDSP_TRUE=
   HAVE_SPEEXDSP_FALSE='#'
@@ -12707,6 +12836,38 @@
   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi
+if test -z "${HAVE_OSS_TRUE}" && test -z "${HAVE_OSS_FALSE}"; then
+  as_fn_error $? "conditional \"HAVE_OSS\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${HAVE_OSS_TRUE}" && test -z "${HAVE_OSS_FALSE}"; then
+  as_fn_error $? "conditional \"HAVE_OSS\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${HAVE_MIX_TRUE}" && test -z "${HAVE_MIX_FALSE}"; then
+  as_fn_error $? "conditional \"HAVE_MIX\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${HAVE_MIX_TRUE}" && test -z "${HAVE_MIX_FALSE}"; then
+  as_fn_error $? "conditional \"HAVE_MIX\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${HAVE_USBSTREAM_TRUE}" && test -z "${HAVE_USBSTREAM_FALSE}"; then
+  as_fn_error $? "conditional \"HAVE_USBSTREAM\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${HAVE_USBSTREAM_TRUE}" && test -z "${HAVE_USBSTREAM_FALSE}"; then
+  as_fn_error $? "conditional \"HAVE_USBSTREAM\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${HAVE_ARCAMAV_TRUE}" && test -z "${HAVE_ARCAMAV_FALSE}"; then
+  as_fn_error $? "conditional \"HAVE_ARCAMAV\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${HAVE_ARCAMAV_TRUE}" && test -z "${HAVE_ARCAMAV_FALSE}"; then
+  as_fn_error $? "conditional \"HAVE_ARCAMAV\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
 if test -z "${HAVE_JACK_TRUE}" && test -z "${HAVE_JACK_FALSE}"; then
   as_fn_error $? "conditional \"HAVE_JACK\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -13136,7 +13297,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by alsa-plugins $as_me 1.1.1, which was
+This file was extended by alsa-plugins $as_me 1.1.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13202,7 +13363,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-alsa-plugins config.status 1.1.1
+alsa-plugins config.status 1.1.4
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alsa-plugins-1.1.1/configure.ac 
new/alsa-plugins-1.1.4/configure.ac
--- old/alsa-plugins-1.1.1/configure.ac 2016-03-31 15:11:29.000000000 +0200
+++ new/alsa-plugins-1.1.4/configure.ac 2017-05-12 10:01:45.000000000 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(alsa-plugins, 1.1.1)
+AC_INIT(alsa-plugins, 1.1.4)
 AM_INIT_AUTOMAKE
 AC_PREFIX_DEFAULT(/usr)
 
@@ -20,6 +20,30 @@
 AC_CHECK_LIB(asound, snd_pcm_ioplug_create,,
             AC_ERROR([*** libasound has no external plugin SDK]), -ldl)
 
+AC_ARG_ENABLE([oss],
+      AS_HELP_STRING([--disable-oss], [Disable building of OSS plugin]))
+AS_IF([test "x$enable_oss" != "xno"],
+      [AM_CONDITIONAL(HAVE_OSS, true)],
+      [AM_CONDITIONAL(HAVE_OSS, false)])
+
+AC_ARG_ENABLE([mix],
+      AS_HELP_STRING([--disable-mix], [Disable building of upmix and vdownmix 
plugins]))
+AS_IF([test "x$enable_mix" != "xno"],
+      [AM_CONDITIONAL(HAVE_MIX, true)],
+      [AM_CONDITIONAL(HAVE_MIX, false)])
+
+AC_ARG_ENABLE([usbstream],
+      AS_HELP_STRING([--disable-usbstream], [Disable building of usb_stream 
plugin]))
+AS_IF([test "x$enable_usbstream" != "xno"],
+      [AM_CONDITIONAL(HAVE_USBSTREAM, true)],
+      [AM_CONDITIONAL(HAVE_USBSTREAM, false)])
+
+AC_ARG_ENABLE([arcamav],
+      AS_HELP_STRING([--disable-arcamav], [Disable building of Arcam AV 
control plugin]))
+AS_IF([test "x$enable_arcamav" != "xno"],
+      [AM_CONDITIONAL(HAVE_ARCAMAV, true)],
+      [AM_CONDITIONAL(HAVE_ARCAMAV, false)])
+
 AC_ARG_ENABLE([jack],
       AS_HELP_STRING([--disable-jack], [Disable building of JACK plugin]))
 
@@ -94,6 +118,8 @@
 
 if test $HAVE_AVCODEC = yes; then
   AVCODEC_HEADER=""
+  CFLAGS_saved="$CFLAGS"
+  CFLAGS="$CFLAGS $AVCODEC_CFLAGS"
   AC_CHECK_HEADER([ffmpeg/avcodec.h], [AVCODEC_HEADER='<ffmpeg/avcodec.h>'])
   if test -z "$AVCODEC_HEADER"; then
     AC_CHECK_HEADER([libavcodec/avcodec.h], 
[AVCODEC_HEADER='<libavcodec/avcodec.h>'])
@@ -101,6 +127,7 @@
   if test -z "$AVCODEC_HEADER"; then
     HAVE_AVCODEC=no
   fi
+  CFLAGS="$CFLAGS_saved"
 fi
 
 AM_CONDITIONAL(HAVE_AVCODEC, test x$HAVE_AVCODEC = xyes)
@@ -108,7 +135,12 @@
 AC_SUBST(AVCODEC_LIBS)
 AC_SUBST(AVCODEC_HEADER)
 
-PKG_CHECK_MODULES(speexdsp, [speexdsp >= 1.2], [HAVE_SPEEXDSP="yes"], 
[HAVE_SPEEXDSP=""])
+AC_ARG_ENABLE([speexdsp],
+      AS_HELP_STRING([--disable-speexdsp], [Disable building of speexdsp 
plugin]))
+
+if test "x$enable_speexdsp" != "xno"; then
+  PKG_CHECK_MODULES(speexdsp, [speexdsp >= 1.2rc2], [HAVE_SPEEXDSP="yes"], 
[HAVE_SPEEXDSP=""])
+fi
 AM_CONDITIONAL(HAVE_SPEEXDSP, test "$HAVE_SPEEXDSP" = "yes")
 
 AC_ARG_WITH([speex],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alsa-plugins-1.1.1/version 
new/alsa-plugins-1.1.4/version
--- old/alsa-plugins-1.1.1/version      2016-03-31 15:14:09.000000000 +0200
+++ new/alsa-plugins-1.1.4/version      2017-05-12 10:05:51.000000000 +0200
@@ -1 +1 @@
-1.1.1
+1.1.4


Reply via email to