commit webrtc-audio-processing for openSUSE:Factory

2020-09-01 Thread root
Hello community,

here is the log from the commit of package webrtc-audio-processing for 
openSUSE:Factory checked in at 2020-09-01 20:01:35

Comparing /work/SRC/openSUSE:Factory/webrtc-audio-processing (Old)
 and  /work/SRC/openSUSE:Factory/.webrtc-audio-processing.new.3399 (New)


Package is "webrtc-audio-processing"

Tue Sep  1 20:01:35 2020 rev:12 rq:828514 version:0.3.1

Changes:

--- 
/work/SRC/openSUSE:Factory/webrtc-audio-processing/webrtc-audio-processing.changes
  2019-09-05 12:03:00.455934788 +0200
+++ 
/work/SRC/openSUSE:Factory/.webrtc-audio-processing.new.3399/webrtc-audio-processing.changes
2020-09-01 20:01:42.640433654 +0200
@@ -1,0 +2,8 @@
+Mon Aug 17 15:30:03 UTC 2020 - Dirk Mueller 
+
+- update to 0.3.1:
+  * doc: file invalid reference to pulseaudio mailing list
+  * various build system fixes
+- spec-cleaner run
+ 
+---

Old:

  webrtc-audio-processing-0.3.tar.xz

New:

  webrtc-audio-processing-0.3.1.tar.xz



Other differences:
--
++ webrtc-audio-processing.spec ++
--- /var/tmp/diff_new_pack.6yjW2W/_old  2020-09-01 20:01:44.252434408 +0200
+++ /var/tmp/diff_new_pack.6yjW2W/_new  2020-09-01 20:01:44.252434408 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package webrtc-audio-processing
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,12 +21,12 @@
 %define soname  1
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 Name:   webrtc-audio-processing
-Version:0.3
+Version:0.3.1
 Release:0
 Summary:Real-Time Communication Library for Web Browsers
 License:BSD-3-Clause
 Group:  System/Libraries
-Url:
http://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/
+URL:
https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/
 Source: 
http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/webrtc-audio-processing-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-UPSTREAN big_endian_support.patch 
https://bugs.freedesktop.org/show_bug.cgi?id=95738
@@ -44,7 +44,6 @@
 BuildRequires:  make
 BuildRequires:  pkgconfig
 BuildRequires:  xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 WebRTC is an open source project that enables web browsers with Real-Time
@@ -100,31 +99,28 @@
 %build
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 %configure
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
-%makeinstall
+%make_install
 
-rm -f "%{buildroot}%{_libdir}"/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n libwebrtc_audio_processing%{soname} -p /sbin/ldconfig
-
 %postun -n libwebrtc_audio_processing%{soname} -p /sbin/ldconfig
 
 %files -n libwebrtc_audio_processing%{soname}
-%defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README.md UPDATING.md
+%license COPYING
+%doc AUTHORS NEWS README.md UPDATING.md
 %{_libdir}/libwebrtc_audio_processing.so.%{soname}
 %{_libdir}/libwebrtc_audio_processing.so.%{soname}.*.*
 
 %files -n libwebrtc_audio_processing-devel
-%defattr(-,root,root)
 %{_includedir}/webrtc_audio_processing
 %{_libdir}/libwebrtc_audio_processing.so
 %{_libdir}/pkgconfig/webrtc-audio-processing.pc
 
 %files -n libwebrtc_audio_processing-devel-static
-%defattr(-,root,root)
 %{_libdir}/libwebrtc_audio_processing.a
 
 %changelog

++ webrtc-audio-processing-0.3.tar.xz -> 
webrtc-audio-processing-0.3.1.tar.xz ++
 3487 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/webrtc-audio-processing-0.3/README.md 
new/webrtc-audio-processing-0.3.1/README.md
--- old/webrtc-audio-processing-0.3/README.md   2015-11-04 08:41:30.0 
+0100
+++ new/webrtc-audio-processing-0.3.1/README.md 2016-08-10 17:07:31.0 
+0200
@@ -18,7 +18,7 @@
 
 
 Patches, suggestions welcome. You can send them to the PulseAudio mailing
-list[2] or to me at the address below.
+list[3] or to me at the address below.
 
 -- Arun Raghavan 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --

commit webrtc-audio-processing for openSUSE:Factory

2019-09-05 Thread root
Hello community,

here is the log from the commit of package webrtc-audio-processing for 
openSUSE:Factory checked in at 2019-09-05 12:02:57

Comparing /work/SRC/openSUSE:Factory/webrtc-audio-processing (Old)
 and  /work/SRC/openSUSE:Factory/.webrtc-audio-processing.new.7948 (New)


Package is "webrtc-audio-processing"

Thu Sep  5 12:02:57 2019 rev:11 rq:720522 version:0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/webrtc-audio-processing/webrtc-audio-processing.changes
  2017-01-25 22:31:39.335087108 +0100
+++ 
/work/SRC/openSUSE:Factory/.webrtc-audio-processing.new.7948/webrtc-audio-processing.changes
2019-09-05 12:03:00.455934788 +0200
@@ -1,0 +2,5 @@
+Fri Aug  2 08:23:00 UTC 2019 - Martin Liška 
+
+- Use FAT LTO objects in order to provide proper static library.
+
+---



Other differences:
--
++ webrtc-audio-processing.spec ++
--- /var/tmp/diff_new_pack.TO26Qj/_old  2019-09-05 12:03:01.607934572 +0200
+++ /var/tmp/diff_new_pack.TO26Qj/_new  2019-09-05 12:03:01.611934571 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package webrtc-audio-processing
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -14,7 +14,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -98,6 +98,7 @@
 %patch101
 
 %build
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 %configure
 make %{?_smp_mflags} V=1
 




commit webrtc-audio-processing for openSUSE:Factory

2017-01-25 Thread root
Hello community,

here is the log from the commit of package webrtc-audio-processing for 
openSUSE:Factory checked in at 2017-01-25 22:31:38

Comparing /work/SRC/openSUSE:Factory/webrtc-audio-processing (Old)
 and  /work/SRC/openSUSE:Factory/.webrtc-audio-processing.new (New)


Package is "webrtc-audio-processing"

Changes:

--- 
/work/SRC/openSUSE:Factory/webrtc-audio-processing/webrtc-audio-processing.changes
  2016-07-01 09:55:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.webrtc-audio-processing.new/webrtc-audio-processing.changes
 2017-01-25 22:31:39.335087108 +0100
@@ -1,0 +2,5 @@
+Thu Jan 12 08:32:04 UTC 2017 - o...@aepfle.de
+
+- Add baselibs.conf for gstreamer-plugins-bad-32bit
+
+---

New:

  baselibs.conf



Other differences:
--
++ webrtc-audio-processing.spec ++
--- /var/tmp/diff_new_pack.D1ja1n/_old  2017-01-25 22:31:39.954993272 +0100
+++ /var/tmp/diff_new_pack.D1ja1n/_new  2017-01-25 22:31:39.954993272 +0100
@@ -28,6 +28,7 @@
 Group:  System/Libraries
 Url:
http://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/
 Source: 
http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/webrtc-audio-processing-%{version}.tar.xz
+Source1:baselibs.conf
 # PATCH-FIX-UPSTREAN big_endian_support.patch 
https://bugs.freedesktop.org/show_bug.cgi?id=95738
 Patch1: big_endian_support.patch
 # PATCH-FIX-UPSTREAN big_endian_support.patch 
https://bugs.freedesktop.org/show_bug.cgi?id=95738

++ baselibs.conf ++
libwebrtc_audio_processing1



commit webrtc-audio-processing for openSUSE:Factory

2016-07-01 Thread h_root
Hello community,

here is the log from the commit of package webrtc-audio-processing for 
openSUSE:Factory checked in at 2016-07-01 09:55:14

Comparing /work/SRC/openSUSE:Factory/webrtc-audio-processing (Old)
 and  /work/SRC/openSUSE:Factory/.webrtc-audio-processing.new (New)


Package is "webrtc-audio-processing"

Changes:

--- 
/work/SRC/openSUSE:Factory/webrtc-audio-processing/webrtc-audio-processing.changes
  2013-03-08 11:20:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.webrtc-audio-processing.new/webrtc-audio-processing.changes
 2016-07-01 09:55:15.0 +0200
@@ -1,0 +2,77 @@
+Sat Jun 25 10:39:08 UTC 2016 - ohole...@suse.com
+
+- Remove webrtc-aarch64.patch, no longer needed
+- Adapt the rest of webrtc- patches to new arch naming 
+
+---
+Thu Jun 23 13:31:14 UTC 2016 - ohole...@suse.com
+
+- Remove unneeded explicit version dependency for automake
+
+---
+Wed Jun 22 11:55:11 UTC 2016 - ohole...@suse.com
+
+- Update to 0.3
+  * build: enforce linking with --no-undefined, add explicit -lpthread
+  * build: Make sure files with SSE2 code are compiled with -msse2 
+- Remove no-undefined.patch
+- Remove webrtc-audio-processing-0.2-x86_msse2.patch
+---
+Mon Jun 20 13:02:06 UTC 2016 - ohole...@suse.com
+
+- Add no-undefined.patch patch
+  
https://cgit.freedesktop.org/pulseaudio/webrtc-audio-processing/patch/?id=d58164e4d87854233564b59e76259b72e21507f6
+- Add big_endian_support_2.patch  
https://bugs.freedesktop.org/show_bug.cgi?id=95738
+- Adapt webrtc-audio-processing-0.2-x86_msse2.patch to new version
+- Adapt big_endian_support.patch to new version
+
+---
+Mon May 30 09:00:51 UTC 2016 - ohole...@suse.com
+
+- Add webrtc-audio-processing-0.2-x86_msse2.patch patch fixing 386 build
+  
https://lists.freedesktop.org/archives/pulseaudio-discuss/2016-May/026294.html
+- Add big_endian_support.patch
+  https://bugs.freedesktop.org/show_bug.cgi?id=95738
+- New automake version dependency >= 1.5
+
+---
+Thu May 26 21:19:28 UTC 2016 - ohole...@suse.com
+
+- Update to 0.2: 
+  Contains API breaking changes.
+
+  Upstream changes include:
+  * Rewritten AGC and voice activity detection
+  * Intelligibility enhancer
+  * Extended AEC filter
+  * Beamformer
+  * Transient suppressor
+  * ARM, NEON and MIPS optimisations (MIPS optimisations are not hooked up)
+
+  API changes:
+  * We no longer include a top-level audio_processing.h. The webrtc tree format
+is used, so use webrtc/modules/audio_processing/include/audio_processing.h
+  * The top-level module_common_types.h has also been moved to
+webrtc/modules/interface/module_common_types.h
+  * C++11 support is now required while compiling client code
+  * AudioProcessing::Create() does not take any arguments any more
+  * AudioProcessing::Destroy() is gone, use standard C++ "delete" instead
+  * Stream parameters are now configured via StreamConfig and ProcessingConfig
+rather than set_sample_rate(), set_num_channels(), etc.
+  * AudioFrame field names have changed
+  * Use config API for newer audio processing options
+  * Use ProcessReverseStream() instead of AnalyzeReverseStream(), particularly
+when using the intelligibility enhancer
+  * GainControl::set_analog_level_limits() is broken. The AGC implementation
+hard codes 0-255 as the volume range
+
+  Other notes:
+  * The new audio processing parameters are not all tested, and a few are not
+enabled upstream (in Chromium) either
+  * The rewritten AGC appears to be less sensitive, and it might make sense to
+initialise the capture volume to something reasonable (33% or 50%, for
+example) to make sure there is sufficient energy in the stream to trigger
+the AGC mechanism 
+- Adapted all 3 arch patches
+
+---

Old:

  webrtc-aarch64.patch
  webrtc-audio-processing-0.1.tar.xz

New:

  big_endian_support.patch
  big_endian_support_2.patch
  webrtc-audio-processing-0.3.tar.xz



Other differences:
--
++ webrtc-audio-processing.spec ++
--- /var/tmp/diff_new_pack.Hwj7JM/_old  2016-07-01 09:55:16.0 +0200
+++ /var/tmp/diff_new_pack.Hwj7JM/_new  2016-07-01 09:55:16.0 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package webrtc-audio-processing
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modificati

commit webrtc-audio-processing for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package webrtc-audio-processing for 
openSUSE:Factory checked in at 2013-03-08 11:01:57

Comparing /work/SRC/openSUSE:Factory/webrtc-audio-processing (Old)
 and  /work/SRC/openSUSE:Factory/.webrtc-audio-processing.new (New)


Package is "webrtc-audio-processing", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/webrtc-audio-processing/webrtc-audio-processing.changes
  2013-01-02 13:02:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.webrtc-audio-processing.new/webrtc-audio-processing.changes
 2013-03-08 11:01:58.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar  7 13:51:31 UTC 2013 - idon...@suse.com
+
+- Add patch webrtc-aarch64.patch from algraf to add aarch64 support
+
+---

New:

  webrtc-aarch64.patch



Other differences:
--
++ webrtc-audio-processing.spec ++
--- /var/tmp/diff_new_pack.CXFaq4/_old  2013-03-08 11:01:59.0 +0100
+++ /var/tmp/diff_new_pack.CXFaq4/_new  2013-03-08 11:01:59.0 +0100
@@ -2,7 +2,7 @@
 #
 # spec file for package webrtc-audio-processing
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -40,6 +40,7 @@
 BuildRequires:  xz
 Patch0: webrtc-ppc64.patch
 Patch1: webrtc-s390x.patch
+Patch2: webrtc-aarch64.patch
 
 %description
 WebRTC is an open source project that enables web browsers with Real-Time
@@ -89,6 +90,7 @@
 %__sed -i 's/\r$//' AUTHORS
 %patch0 -p1
 %patch1
+%patch2
 
 %build
 %configure

++ webrtc-aarch64.patch ++
--- src/typedefs.h
+++ src/typedefs.h
@@ -82,6 +82,9 @@
 #elif defined(__s390__)
 #define WEBRTC_BIG_ENDIAN
 #define WEBRTC_ARCH_32_BITS
+#elif defined(__aarch64__)
+#define WEBRTC_LITTLE_ENDIAN
+#define WEBRTC_ARCH_64_BITS
 #else
 #error Please add support for your architecture in typedefs.h
 #endif
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit webrtc-audio-processing for openSUSE:Factory

2013-01-02 Thread h_root
Hello community,

here is the log from the commit of package webrtc-audio-processing for 
openSUSE:Factory checked in at 2013-01-02 13:02:09

Comparing /work/SRC/openSUSE:Factory/webrtc-audio-processing (Old)
 and  /work/SRC/openSUSE:Factory/.webrtc-audio-processing.new (New)


Package is "webrtc-audio-processing", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/webrtc-audio-processing/webrtc-audio-processing.changes
  2012-07-12 15:39:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.webrtc-audio-processing.new/webrtc-audio-processing.changes
 2013-01-02 13:02:11.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec 19 10:39:23 CET 2012 - r...@suse.de
+
+- add s390 and s390x to known platforms 
+  by adding webrtc-s390x.patch
+
+---

New:

  webrtc-s390x.patch



Other differences:
--
++ webrtc-audio-processing.spec ++
--- /var/tmp/diff_new_pack.GCubWl/_old  2013-01-02 13:02:12.0 +0100
+++ /var/tmp/diff_new_pack.GCubWl/_new  2013-01-02 13:02:12.0 +0100
@@ -39,6 +39,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 Patch0: webrtc-ppc64.patch
+Patch1: webrtc-s390x.patch
 
 %description
 WebRTC is an open source project that enables web browsers with Real-Time
@@ -87,6 +88,7 @@
 xz --decompress --stdout "%{SOURCE0}" | %__tar xf - --strip-components=1
 %__sed -i 's/\r$//' AUTHORS
 %patch0 -p1
+%patch1
 
 %build
 %configure


++ webrtc-s390x.patch ++
--- src/typedefs.h
+++ src/typedefs.h
@@ -82,6 +82,12 @@
 #elif defined(__powerpc__)
 #define WEBRTC_BIG_ENDIAN
 #define WEBRTC_ARCH_32_BITS
+#elif defined(__s390x__)
+#define WEBRTC_BIG_ENDIAN
+#define WEBRTC_ARCH_64_BITS
+#elif defined(__s390__)
+#define WEBRTC_BIG_ENDIAN
+#define WEBRTC_ARCH_32_BITS
 #else
 #error Please add support for your architecture in typedefs.h
 #endif
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit webrtc-audio-processing for openSUSE:Factory

2012-07-12 Thread h_root
Hello community,

here is the log from the commit of package webrtc-audio-processing for 
openSUSE:Factory checked in at 2012-07-12 15:39:20

Comparing /work/SRC/openSUSE:Factory/webrtc-audio-processing (Old)
 and  /work/SRC/openSUSE:Factory/.webrtc-audio-processing.new (New)


Package is "webrtc-audio-processing", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/webrtc-audio-processing/webrtc-audio-processing.changes
  2012-05-29 12:19:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.webrtc-audio-processing.new/webrtc-audio-processing.changes
 2012-07-12 15:39:21.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul  3 15:00:06 UTC 2012 - dval...@suse.com
+
+- add ppc64 to known platforms 
+
+---

New:

  webrtc-ppc64.patch



Other differences:
--
++ webrtc-audio-processing.spec ++
--- /var/tmp/diff_new_pack.JOvcIJ/_old  2012-07-12 15:39:22.0 +0200
+++ /var/tmp/diff_new_pack.JOvcIJ/_new  2012-07-12 15:39:22.0 +0200
@@ -38,6 +38,7 @@
 BuildRequires:  make
 BuildRequires:  pkgconfig
 BuildRequires:  xz
+Patch0: webrtc-ppc64.patch
 
 %description
 WebRTC is an open source project that enables web browsers with Real-Time
@@ -85,6 +86,7 @@
 %setup -q -T -c "%{name}-%{version}"
 xz --decompress --stdout "%{SOURCE0}" | %__tar xf - --strip-components=1
 %__sed -i 's/\r$//' AUTHORS
+%patch0 -p1
 
 %build
 %configure


++ webrtc-ppc64.patch ++
Index: webrtc-audio-processing-0.1/src/typedefs.h
===
--- webrtc-audio-processing-0.1.orig/src/typedefs.h
+++ webrtc-audio-processing-0.1/src/typedefs.h
@@ -76,6 +76,12 @@
 //#define WEBRTC_ARCH_ARMEL
 #define WEBRTC_ARCH_32_BITS
 #define WEBRTC_ARCH_LITTLE_ENDIAN
+#elif defined(__powerpc64__)
+#define WEBRTC_BIG_ENDIAN
+#define WEBRTC_ARCH_64_BITS
+#elif defined(__powerpc__)
+#define WEBRTC_BIG_ENDIAN
+#define WEBRTC_ARCH_32_BITS
 #else
 #error Please add support for your architecture in typedefs.h
 #endif
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org