File: changelog

package info (click to toggle)
webrtc-audio-processing 1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,112 kB
  • sloc: cpp: 50,766; ansic: 19,793; asm: 236; makefile: 4
file content (168 lines) | stat: -rw-r--r-- 6,108 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
webrtc-audio-processing (1.3-3) unstable; urgency=medium

  * Team upload
  * Release to unstable

 -- Jeremy Bícha <jbicha@ubuntu.com>  Wed, 29 Jan 2025 06:53:03 -0500

webrtc-audio-processing (1.3-2) experimental; urgency=medium

  * Team upload
  * Restore unversioned names for -dev packages
  * Run wrap-and-sort
  * Enable all hardening flags

 -- Jeremy Bícha <jbicha@ubuntu.com>  Thu, 23 Jan 2025 13:20:51 -0500

webrtc-audio-processing (1.3-1) experimental; urgency=medium

  [ Alper Nebi Yasak ]
  * New upstream version 1.3
  * Drop patches merged upstream
    - arch.h: Add RISC-V support
    - build: Fix ARM ISA detection
    - Add missing header for C++17 compatibility
    - build: Use cmake to look up abseil dependency
    - build: fix -Dneon=runtime
    - build: don't detect neon again when building on aarch64
  * Declare compliance with Debian Policy 4.7.0
  * Set Rules-Requires-Root to no
  * Install README.md as documentation instead of empty README
  * Replace Build-Depends on cmake with pkgconf
  * Add libabsl-dev to libwebrtc-audio-processing-dev dependencies
    (Closes: #1021835)
  * Cherry-pick patch to include stdint.h in file_wrapper.h
  * Apply patch to include stdint.h in task_queue_base.h
  * Decode base64-encoded third-party files
  * Replace patches avoiding SSE2 on i386 with a simpler one
  * Add more patches to fix mips64el build
    - meson: Drop malformed WEBRTC_ARCH_MIPS_FAMILY cflags argument
    - meson: Avoid default AECM implementation on MIPS
    - AECM: MIPS: Use uintptr_t for pointer arithmetic
    - common_audio: Add MIPS_DSP_R1_LE guard for vector scaling ops
  * Document license for vendored pffft files in d/copyright
  * Document license for vendored rnnoise files in d/copyright
  * Document license for vendored fft.c file in d/copyright
  * Rename binary packages to be consistent with new SONAME
  * Split webrtc-audio-coding library into its own binary package
    (Closes: #1021834)

  [ Sebastien Bacher ]
  * debian/control:
    - let libwebrtc-audio-coding-1-3 Replaces/Breaks
      libwebrtc-audio-processing-1-3 (<< 1.3-1~) to help Ubuntu upgrades

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 12 Dec 2024 11:08:29 +0100

webrtc-audio-processing (1.0-0.2) experimental; urgency=medium

  * Non-maintainer upload.

  [ Jonas Smedegaard ]
  * add patches cherry-picked upstream
    to fix enable neon only when needed
  * declare compliance with Debian Policy 4.6.1
  * add patch to fix MIPS-specific source path
  * add patches to fix avoid SSE2 on i386

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 03 Aug 2022 16:25:21 +0200

webrtc-audio-processing (1.0-0.1) experimental; urgency=medium

  * Non-maintainer upload.

  [ upstream ]
  * new release;
    closes: bug#934811, thanks to Sebastien Bacher
    + Add support for non-Linux GNU;
      closes: bug#829570, thanks to Svante Signell

  [ Pino Toscano ]
  * Fix typo in Vcs-Browser url (Closes: #869384)

  [ Laurent Bigonville ]
  * New upstream version 1.0
  * Switch to meson
  * debian/control: Add libabsl-dev to the build-dependencies
  * Use cmake to look up abseil dependency, patch from upstream.
    Also add cmake to the build-dependencies
  * Bump debhelper compatibility to 13
  * debian/libwebrtc-audio-processing-dev.install:
    Remove the static library, not built anymore
  * Add a debian/watch file
  * debian/control: Update the Vcs-* fields to point them to salsa

  [ Jonas Smedegaard ]
  * apply upstream-applied patch before upstream-proposed patches
  * add patches cherry-picked upstream:
    + Fix ARM ISA detection
    + Add RISC-V support
    + Fix C++17 compatibility
  * replace patch for big endine support which no longer applies,
    with patch for Telegram Desktop (libtgowt)
  * unfuzz remaining patches, and add/update DEP-3 patch headers
  * declare compliance with Debian Policy 4.6.0

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 03 Aug 2022 13:31:24 +0200

webrtc-audio-processing (0.3-1) unstable; urgency=medium

  [ Luke Yelavich ]
  * New upstream release
  * Apply-msse2-flag-to-the-source-objects-that-require-.patch:
    - Dropped, applied upstream

 -- Felipe Sateler <fsateler@debian.org>  Sun, 03 Jul 2016 11:38:54 -0400

webrtc-audio-processing (0.2-3) experimental; urgency=medium

  * Add debian/gbp.conf
  * Drop patch numbering
  * Replace "Don't error on unknown archs patch" with generic detection code

 -- Felipe Sateler <fsateler@debian.org>  Wed, 08 Jun 2016 19:27:28 -0400

webrtc-audio-processing (0.2-2) experimental; urgency=medium

  * Section and priority cleanup
  * Add patch to support big endian archs
  * Add patch to fix sse2 compilation on i386

 -- Felipe Sateler <fsateler@debian.org>  Mon, 06 Jun 2016 18:57:45 -0400

webrtc-audio-processing (0.2-1) experimental; urgency=medium

  * New upstream release.
   - Drop 0002-fix-compiler-warning.patch, applied upstream
   - Refresh 0001-Don-t-error-or-set-options-for-unknown-architectures.patch
   - Bump soname
  * Remove reference to google code
  * d/copyright: use SPDX name for bsd license
  * Remove extra leading spaces from descriptions
  * Bump standards-version
  * Set pulseaudio team as maintainer, add myself to uploaders
  * Canonicalize vcs and copyright format urls

 -- Felipe Sateler <fsateler@debian.org>  Wed, 27 Apr 2016 20:36:19 -0300

webrtc-audio-processing (0.1-3) unstable; urgency=medium

  * Use --with autoreconf (Closes: #736967)
  * debian/patches/0002-fix-compiler-warning.patch
    + Added. Fix compiler warning (from upstream svn)

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 05 Jul 2014 22:00:02 +0200

webrtc-audio-processing (0.1-2) unstable; urgency=low

  * d/p/0001-Don-t-error-or-set-options-for-unknown-architectures.patch
    - Added. Don't error out if the architecture isn't recognised, as the
      defines aren't strictly necessary for the audio processing subset.

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 19 May 2012 22:00:19 +0200

webrtc-audio-processing (0.1-1) unstable; urgency=low

  * Initial release (Closes: #672797)

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 13 May 2012 19:09:01 +0200