File alsa-plugins.changes of Package alsa-plugins
838
1
-------------------------------------------------------------------
2
Mon Oct 5 19:25:11 CEST 2020 - tiwai@suse.de
3
4
- Placeholder for SLE15-SP3 sync: jsc#SLE-11987
5
no functional changes at all
6
7
-------------------------------------------------------------------
8
Wed May 6 14:24:46 CEST 2020 - tiwai@suse.de
9
10
- Split plugins in alsa-plugin package to each subpackage
11
(boo#1171276):
12
now alsa-plugins is a meta package that requires only the
13
fundamental speexrate and upmix plugins
14
- Add documentation for aaf plugin
15
- Minor spec cleanups
16
17
-------------------------------------------------------------------
18
Fri Mar 13 14:55:59 CET 2020 - tiwai@suse.de
19
20
- Update to alsa-plugins 1.2.2:
21
* upmix plugin code refactoring, m4 file update
22
23
-------------------------------------------------------------------
24
Fri Nov 15 17:43:37 CET 2019 - tiwai@suse.de
25
26
- Update to alsa-plugins 1.2.1:
27
* pulse: Add DEVICE parameter
28
29
-------------------------------------------------------------------
30
Fri May 10 11:57:35 CEST 2019 - tiwai@suse.de
31
32
- Update to alsa-plugins 1.1.9:
33
Fixes for jack and maemo plugins, see
34
https://www.alsa-project.org/wiki/Changes_v1.1.8_v1.1.9
35
for details
36
37
-------------------------------------------------------------------
38
Mon Mar 25 15:22:20 CET 2019 - tiwai@suse.de
39
40
- Build alsa-plugins-aaf conditionally, not stop the whole builds
41
for old distros
42
43
-------------------------------------------------------------------
44
Wed Mar 20 07:10:16 UTC 2019 - olaf@aepfle.de
45
46
- Adjust BuildRequires to use pkgconfig
47
48
-------------------------------------------------------------------
49
Thu Jan 10 00:50:08 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
50
51
- Drop idempotent %if..%endif guards.
52
53
-------------------------------------------------------------------
54
Tue Jan 8 12:24:54 CET 2019 - tiwai@suse.de
55
56
- Update to alsa-plugins 1.1.8:
57
* A52 Output plugin:
58
a52_close: set slave to NULL to avoid double pcm free in open fcn
59
* AVTP Audio Format (AAF) PCM plugin
60
aaf: AVTPDU transmission periodicity
61
aaf: Implement Playback mode support
62
aaf: Load configuration parameters
63
aaf: Introduce plugin skeleton
64
aaf: Tx multiple AVTPDUs per media clock tick
65
aaf: Refactor timeout routines
66
aaf: Refactor AVTPDU reception routines
67
aaf: Refactor AVTPDU transmission routines
68
aaf: Add presentation time tolerance
69
aaf: do not free twice aaf - snd_pcm_close() is called from snd_pcm_ioplug_delete()
70
aaf: Add support for direct read/write transfers
71
aaf: Implement dump() ioplug callback
72
aaf: Implement Capture mode support
73
aaf: Prepare for Capture mode support
74
aaf: Implement Playback mode support
75
aaf: Load configuration parameters
76
aaf: Introduce plugin skeleton
77
* Documentation:
78
aaf: AVTPDU transmission periodicity
79
aaf: Tx multiple AVTPDUs per media clock tick
80
aaf: Add presentation time tolerance
81
doc: Fix typo in AAF doc
82
aaf: Implement Capture mode support
83
aaf: Implement Playback mode support
84
aaf: Load configuration parameters
85
aaf: Introduce plugin skeleton
86
* Jack PCM plugin:
87
Revert "jack: Fix leaks when jack_set_hw_constraint() fails"
88
* OSS Mixer -> ALSA Control plugin:
89
Revert "oss: Fix leaks when oss_hw_constraint() fails"
90
* USB stream plugin:
91
Revert "usb_stream: Fix leaks when us_set_hw_constraint() fails"
92
pcm_usb_stream: fix signess issues
93
pcm_usb_stream: remove unused parameter in snd_pcm_us_read()
94
pcm_usb_stream: fix another leak in snd_pcm_us_open()
95
- Drop obsoleted patches:
96
0001-pcm_usb_stream-fix-another-leak-in-snd_pcm_us_open.patch
97
0002-pcm_usb_stream-remove-unused-parameter-in-snd_pcm_us.patch
98
0003-pcm_usb_stream-fix-signess-issues.patch
99
0004-a52_close-set-slave-to-NULL-to-avoid-double-pcm-free.patch
100
0005-Revert-jack-Fix-leaks-when-jack_set_hw_constraint-fa.patch
101
0006-Revert-usb_stream-Fix-leaks-when-us_set_hw_constrain.patch
102
0007-Revert-oss-Fix-leaks-when-oss_hw_constraint-fails.patch
103
- Add a new subpackage alsa-plugins-aaf;
104
currently built only for TW
105
106
-------------------------------------------------------------------
107
Fri Dec 7 10:51:21 UTC 2018 - bjorn.lie@gmail.com
108
109
- Use ffmpeg-4 versions of pkgconfig(libav*).
110
111
-------------------------------------------------------------------
112
Thu Nov 15 12:50:33 CET 2018 - tiwai@suse.de
113
114
- Remove the old override configs as the updated setup-pulseaudio
115
script should handle the new configs (bsc#1116153)
116
117
-------------------------------------------------------------------
118
Wed Oct 24 14:07:24 CEST 2018 - tiwai@suse.de
119
120
- Backport of yet another regression fixes in upstream:
121
0005-Revert-jack-Fix-leaks-when-jack_set_hw_constraint-fa.patch
122
0006-Revert-usb_stream-Fix-leaks-when-us_set_hw_constrain.patch
123
0007-Revert-oss-Fix-leaks-when-oss_hw_constraint-fails.patch
124
125
-------------------------------------------------------------------
126
Wed Oct 24 09:43:57 CEST 2018 - tiwai@suse.de
127
128
- Backport upstream commits:
129
fix memory leaks and other minor issues in usb_stream plugin,
130
fix a regression (appearins in PulseAudio) with a52 plugin:
131
0001-pcm_usb_stream-fix-another-leak-in-snd_pcm_us_open.patch
132
0002-pcm_usb_stream-remove-unused-parameter-in-snd_pcm_us.patch
133
0003-pcm_usb_stream-fix-signess-issues.patch
134
0004-a52_close-set-slave-to-NULL-to-avoid-double-pcm-free.patch
135
136
-------------------------------------------------------------------
137
Wed Oct 17 11:37:20 CEST 2018 - tiwai@suse.de
138
139
- Updated to alsa-plugins 1.1.7:
140
* configure: add --with-alsaaddondir, add default config files for plugins
141
* configure: change --with-alsaaddondir to --with-alsagconfdir and --with-alsalconfdir
142
* samplerate: fix unused variable warning
143
* Renamve rate-lavc to rate-lav
144
* configure script cleanups / fixes
145
* Add explicit -lpthread to *_LIBADD
146
* usb_stream: Fix leaks when us_set_hw_constraint() fails
147
* oss: Fix leaks when oss_hw_constraint() fails
148
* jack: Fix leaks when jack_set_hw_constraint() fails
149
* a52: Fix leaks when a52_set_hw_constraint() fails
150
* jack: Only allow ALSA periods multiple of JACKd period
151
* jack: Allow build with older alsa-lib
152
* jack: Update poll_fd also in draining state
153
* jack: Avoid call to snd_pcm_avail_update() from JACK thread
154
- Renamed subpackage alsa-plugins-lavcrate to alsa-plugins-lavrate
155
156
-------------------------------------------------------------------
157
Fri May 4 14:03:47 UTC 2018 - olaf@aepfle.de
158
159
- Use ffmpeg3 versions of pkgconfig(libav*)
160
161
-------------------------------------------------------------------
162
Mon Apr 23 13:17:44 UTC 2018 - bjorn.lie@gmail.com
163
164
- Replace libavcodec-devel with pkgconfig(libavcodec),
165
pkgconfig(libavutil) and pkgconfig(libavresample) BuildRequires
166
and version them to less than the symbol versions provided by
167
ffmpeg4 branch until upstream catches up. Currently provided by
168
new ffmpeg3 compatability package.
169
170
-------------------------------------------------------------------
171
Wed Apr 4 08:44:10 CEST 2018 - tiwai@suse.de
172
173
- Update to alsa-plugins 1.1.6:
174
* Change FSF address (Franklin Street)
175
* jack: Write only valid values to the internal hw_ptr
176
* jack: Use boundary as hw_ptr wrap around
177
* jack: Do not Xrun the ALSA buffer
178
* jack: Report Xruns to user application
179
* jack: Use correct parameter order for snd_pcm_areas_silence()
180
- Remove the build conditions for too old distros
181
- Use %license file tag
182
- Enable avcodec build for SLE15, too
183
184
-------------------------------------------------------------------
185
Tue Nov 14 15:05:55 CET 2017 - tiwai@suse.de
186
187
- Update to alsa-plugins 1.1.5:
188
* pulse: prevent double-free when pulse_hw_constraint returns
189
error
190
191
-------------------------------------------------------------------
192
Tue Aug 29 15:32:15 CEST 2017 - tiwai@suse.de
193
194
- Disable avcodec-related plugins for SLE packages
195
196
-------------------------------------------------------------------
197
Tue May 16 15:38:57 CEST 2017 - tiwai@suse.de
198
199
- Update to alsa-plugins 1.1.4:
200
* extend configure script to disable more stuff
201
* including previous fix for libavcodec
202
- Obsoleted patch:
203
0001-configure-Fix-detection-of-avcodec.h.patches
204
205
-------------------------------------------------------------------
206
Wed May 3 12:57:48 CEST 2017 - tiwai@suse.de
207
208
- Fix the detection of libavcodec header files:
209
0001-configure-Fix-detection-of-avcodec.h.patches
210
- Enable the build of a52 and lavcrate plugins for openSUSE
211
212
-------------------------------------------------------------------
213
Fri Dec 9 12:23:43 UTC 2016 - zaitor@opensuse.org
214
215
- Own alsa-lib dir, needed due to changes in alsa.
216
217
-------------------------------------------------------------------
218
Thu Mar 31 15:27:29 CEST 2016 - tiwai@suse.de
219
220
- Update to alsa-plugins 1.1.1:
221
including all previous fixes, fixes of a52 plugin for the recent
222
ffmpeg versions
223
- Delete obsoleted patches:
224
0001-speex-Add-missing-include-config.h.patch
225
0002-a52-fix-reported-input-channel-order.patch
226
0003-pph-include-config.h-from-rate_speexrate.c.patch
227
228
-------------------------------------------------------------------
229
Wed Feb 3 18:09:33 CET 2016 - tiwai@suse.de
230
231
- Backport upstream fixes: build fixes with the recent ffmpeg
232
0001-speex-Add-missing-include-config.h.patch
233
0002-a52-fix-reported-input-channel-order.patch
234
0003-pph-include-config.h-from-rate_speexrate.c.patch
235
- Drop the obsoleted patch:
236
alsa-plugins-include-config.h.patch
237
238
-------------------------------------------------------------------
239
Wed Nov 25 11:39:58 CET 2015 - tiwai@suse.de
240
241
- Add supplements to 32bit packages to be fetched automatically
242
(bsc#956402)
243
244
-------------------------------------------------------------------
245
Mon Nov 9 11:50:43 CET 2015 - tiwai@suse.de
246
247
- Update to alsa-plugins 1.1.0:
248
including all previous fixes, a small memory leak fix in jack
249
plugin
250
- Dropped patches:
251
0001-rate-Allow-LGPL-for-libsamplerate-commercial-license.patch
252
0002-mix-Fix-extplug-version-ifdef-checks.patch
253
0003-a52-Fix-ioplug-version-ifdef-checks.patch
254
0004-pulse-Add-24-bit-data-formats-to-Pulse-plugin.patch
255
0005-arcam-av-Include-sys-select.h-for-fd_set-definition.patch
256
0006-pph-include-speexdsp_types.h-not-speex_types.h.patch
257
0007-pph-Fix-build-with-older-speex.patch
258
259
-------------------------------------------------------------------
260
Thu Jul 9 15:30:28 CEST 2015 - tiwai@suse.de
261
262
- Backport upstream fixes: just minor build fix issues that don't
263
hit us, but kept here for consistency
264
0005-arcam-av-Include-sys-select.h-for-fd_set-definition.patch
265
0006-pph-include-speexdsp_types.h-not-speex_types.h.patch
266
0007-pph-Fix-build-with-older-speex.patch
267
- Fix build error with SLE11-SP3 due to lack of speexdsp pkgconfig.
268
269
-------------------------------------------------------------------
270
Fri May 22 14:19:53 CEST 2015 - tiwai@suse.de
271
272
- Backport upstream fixes: fixes for A52 plugin, mix plugin protocol
273
version fix, and enhancement for JACK plugin to support 24bit
274
formats:
275
0001-rate-Allow-LGPL-for-libsamplerate-commercial-license.patch
276
0002-mix-Fix-extplug-version-ifdef-checks.patch
277
0003-a52-Fix-ioplug-version-ifdef-checks.patch
278
0004-pulse-Add-24-bit-data-formats-to-Pulse-plugin.patch
279
280
-------------------------------------------------------------------
281
Thu Mar 12 12:44:35 UTC 2015 - dimstar@opensuse.org
282
283
- BuildRequire pkgconfig(speexdsp) instead of speex-devel: the
284
packages have been rearranged/split.
285
- Add alsa-plugins-include-config.h.patch: Fix build with new
286
speexdsp versions. The speexdsp headers expect the caller to set
287
HAVE_STDINT_H (or any of the other appropriate headers, based on
288
platform) in order to define the specific types.
289
290
-------------------------------------------------------------------
291
Thu Feb 26 17:30:05 CET 2015 - tiwai@suse.de
292
293
- Update to alsa-plugins 1.0.29:
294
Just a version bump including previous fixes
295
- Drop obsoleted patch:
296
0001-jack-Restore-PID-to-jack-client-name-when-not-specif.patch
297
298
-------------------------------------------------------------------
299
Sun Nov 09 00:36:00 UTC 2014 - Led <ledest@gmail.com>
300
301
- fix bashisms in post/postun scripts:
302
option '-p' of 'type' command may be unsupported is some shells,
303
use 'command -v' instead
304
305
-------------------------------------------------------------------
306
Tue Aug 12 16:00:23 CEST 2014 - tiwai@suse.de
307
308
- Backport upstream fix for backward compatibility of jack PCM
309
plugin:
310
0001-jack-Restore-PID-to-jack-client-name-when-not-specif.patch
311
312
-------------------------------------------------------------------
313
Wed Jun 18 13:14:30 CEST 2014 - tiwai@suse.de
314
315
- Updated to alsa-plugins 1.0.28:
316
All pervious fix patches are obsoleted:
317
0001-Check-for-and-include-libavutil.h-to-avoid-unresolve.patch
318
0002-Add-AM_MAINTAINER_MODE-enable-to-configure.in.patch
319
0003-vdownmix-Add-chmap-support.patch
320
0004-upmix-Add-chmap-support.patch
321
0005-a52-Fix-build-error-with-the-recent-version.patch
322
0006-a52-Add-chmap-support.patch
323
0007-a52-Propagate-errors-from-hw.patch
324
0008-a52-switch-to-AV_CODEC_ID-identifiers.patch
325
0009-jack-Allow-to-specify-a-client-name-as-parameters.patch
326
327
-------------------------------------------------------------------
328
Tue Mar 11 11:13:34 CET 2014 - tiwai@suse.de
329
330
- Backport upstream fixes: add chmap support to plugins, fix a52
331
builds, add a new option to jack plugin:
332
0003-vdownmix-Add-chmap-support.patch
333
0004-upmix-Add-chmap-support.patch
334
0005-a52-Fix-build-error-with-the-recent-version.patch
335
0006-a52-Add-chmap-support.patch
336
0007-a52-Propagate-errors-from-hw.patch
337
0008-a52-switch-to-AV_CODEC_ID-identifiers.patch
338
0009-jack-Allow-to-specify-a-client-name-as-parameters.patch
339
- Run spec-cleaner
340
341
-------------------------------------------------------------------
342
Thu May 23 15:47:52 CEST 2013 - tiwai@suse.de
343
344
- Backport upstream fixes:
345
0001-Check-for-and-include-libavutil.h-to-avoid-unresolve.patch
346
0002-Add-AM_MAINTAINER_MODE-enable-to-configure.in.patch
347
348
-------------------------------------------------------------------
349
Fri Apr 12 15:30:20 CEST 2013 - tiwai@suse.de
350
351
- Updated to version 1.0.27:
352
including all previous fixes; all 00*-* patches dropped
353
354
-------------------------------------------------------------------
355
Mon Mar 11 11:10:30 CET 2013 - tiwai@suse.de
356
357
- Backport fix patches from upstream:
358
0002-a52-Add-the-support-of-recent-libavcodec-libavutil.patch
359
0003-a52-Fix-build-errors.patch
360
0004-pulse-pulse_pcm_poll_revents-should-return-0-on-succ.patch
361
362
-------------------------------------------------------------------
363
Fri Feb 1 10:15:12 CET 2013 - tiwai@suse.de
364
365
- Correct the package version number to 1.0.26; no content change
366
367
-------------------------------------------------------------------
368
Fri Nov 30 14:48:08 CET 2012 - tiwai@suse.de
369
370
- Improve prebuf setup of pulse plugin:
371
0001-pcm_pulse-set-prebuf-parameter-according-to-software.patch
372
373
-------------------------------------------------------------------
374
Fri Oct 26 07:32:01 CEST 2012 - tiwai@suse.de
375
376
- remove obsoleted alsa-plugins-include.patch
377
378
-------------------------------------------------------------------
379
Fri Sep 7 15:32:42 CEST 2012 - tiwai@suse.de
380
381
- Updated to version 1.0.26:
382
including glibc-2.16 build fix, add support 24bit format to pulse
383
384
-------------------------------------------------------------------
385
Thu Sep 6 14:15:23 CEST 2012 - tiwai@suse.de
386
387
- Add post/postun hooks for pulse plugin to fix the leftover
388
config path (bnc#779039)
389
390
-------------------------------------------------------------------
391
Sun Jul 29 06:48:43 UTC 2012 - aj@suse.de
392
393
- Move _GNU_SOURCE before any header inclusion to fix build with glibc 2.16
394
395
-------------------------------------------------------------------
396
Fri Mar 30 22:53:11 UTC 2012 - reddwarf@opensuse.org
397
398
- stop recommending -32bit packages
399
400
-------------------------------------------------------------------
401
Wed Jan 25 11:14:55 CET 2012 - tiwai@suse.de
402
403
- updated to version 1.0.25; including all previous fixes
404
405
-------------------------------------------------------------------
406
Fri Sep 30 20:07:40 UTC 2011 - coolo@suse.com
407
408
- add libtool as buildrequire to make the spec file more reliable
409
410
-------------------------------------------------------------------
411
Tue Sep 27 09:56:18 CEST 2011 - tiwai@suse.de
412
413
- Set CLOEXEC flag to left-over fds in pulse plugin
414
415
-------------------------------------------------------------------
416
Tue Sep 20 10:02:49 CEST 2011 - tiwai@suse.de
417
418
- Install pulse plugin setup in the new config.d directory,
419
use the upstream default
420
421
-------------------------------------------------------------------
422
Sat Sep 17 10:56:52 UTC 2011 - jengelh@medozas.de
423
424
- Remove redundant tags/sections from specfile
425
- Use %_smp_mflags for parallel build
426
427
-------------------------------------------------------------------
428
Fri Aug 26 09:47:29 CEST 2011 - tiwai@suse.de
429
430
- Fix the build of pulse plugin with a very old PA
431
432
-------------------------------------------------------------------
433
Fri Aug 26 09:31:00 CEST 2011 - tiwai@suse.de
434
435
- Add a better overrun handling with the new PA API
436
437
-------------------------------------------------------------------
438
Mon Aug 8 09:23:39 CEST 2011 - tiwai@suse.de
439
440
- Fix hanging applications when using jack plugin
441
442
-------------------------------------------------------------------
443
Wed Jul 27 09:38:06 CEST 2011 - tiwai@suse.de
444
445
- Add PA_CONTEXT_NOAUTOSPAWN flag when fallback is set for pulse
446
plugins
447
448
-------------------------------------------------------------------
449
Tue Jul 26 15:44:06 CEST 2011 - tiwai@suse.de
450
451
- Add fallback option to pulse plugin
452
- Enable the fallback to the system-default in asound-pulse.conf
453
454
-------------------------------------------------------------------
455
Tue Apr 26 16:43:32 CEST 2011 - tiwai@suse.de
456
457
- Upstream fixes:
458
* Fix build of a52 plugin (not used in this package, though)
459
* Fix bogus snd_pcm_avail() zero return in pulse plugin
460
461
-------------------------------------------------------------------
462
Mon Jan 31 17:26:13 CET 2011 - tiwai@suse.de
463
464
- Updated to version 1.0.24:
465
* including previous fixes
466
* Fix documents
467
468
-------------------------------------------------------------------
469
Thu Sep 2 16:34:02 CEST 2010 - tiwai@suse.de
470
471
- Backport upstream fix:
472
pulse: Add handle_underrun option
473
474
-------------------------------------------------------------------
475
Thu Jun 24 08:54:13 CEST 2010 - tiwai@suse.de
476
477
- Backport upstream fix:
478
pulse: Fix invalid buffer pointer return value
479
480
-------------------------------------------------------------------
481
Mon Apr 19 10:40:26 CEST 2010 - tiwai@suse.de
482
483
- updated to version 1.0.23:
484
* including previous fixes
485
486
-------------------------------------------------------------------
487
Mon Mar 8 14:39:23 CET 2010 - tiwai@suse.de
488
489
- Backport upstream fixes:
490
* usb_stream: Check for NULL-ness before dereferencing
491
* usb_stream: Allow user-set period-size and rate
492
493
-------------------------------------------------------------------
494
Wed Jan 27 18:24:54 CET 2010 - jengelh@medozas.de
495
496
- package baselibs.conf
497
498
-------------------------------------------------------------------
499
Fri Dec 18 17:37:41 CET 2009 - tiwai@suse.de
500
501
- set AUTOMAKE_JOBS for parallel automake
502
503
-------------------------------------------------------------------
504
Fri Dec 18 17:22:38 CET 2009 - tiwai@suse.de
505
506
- updated to version 1.0.22:
507
* upmix 7.1 channels support
508
* fixes for a53 with recent libavcodec
509
510
-------------------------------------------------------------------
511
Wed Sep 9 14:50:42 CEST 2009 - tiwai@suse.de
512
513
- add recommends tags for 32bit packages (bnc#537555)
514
515
-------------------------------------------------------------------
516
Mon Aug 31 16:22:11 CEST 2009 - tiwai@suse.de
517
518
- updated to version 1.0.21:
519
just a version bump including previous fixes
520
521
-------------------------------------------------------------------
522
Fri Aug 7 16:56:28 CEST 2009 - tiwai@suse.de
523
524
- yet another updates of pulse plugin:
525
* replace manual mainloop by pa_mainloop_iterate()
526
* move a couple of PCM related functions from pulse.c to pcm_pulse.c
527
* get rid of redundant state variable
528
* unify stream/context state checks
529
* rework object destruction paths a bit
530
* immediately trigger EIO when connection is dropped
531
532
-------------------------------------------------------------------
533
Mon Aug 3 12:38:48 CEST 2009 - tiwai@suse.de
534
535
- update pulse plugin:
536
* get rid of a number of assert()s
537
* unify destruction of snd_pulse_t
538
* use PA_CONTEXT_IS_GOOD where applicable
539
* call pa_threaded_mainloop_wait() to handle spurious wakeups
540
541
-------------------------------------------------------------------
542
Thu Jul 30 17:05:35 CEST 2009 - sbrabec@suse.cz
543
544
- alsa-plugin-pulse does not work without pulseaudio, add Requires.
545
546
-------------------------------------------------------------------
547
Fri Jul 17 16:46:27 CEST 2009 - tiwai@suse.de
548
549
- fix the missing initialization of OSS PCM plugin
550
551
-------------------------------------------------------------------
552
Fri Jun 19 16:15:06 CEST 2009 - tiwai@suse.de
553
554
- echo-cancelling support in speex dsp plugin
555
556
-------------------------------------------------------------------
557
Tue Jun 2 16:36:55 CEST 2009 - tiwai@suse.de
558
559
- extend rate plugins to follow the new protocol
560
561
-------------------------------------------------------------------
562
Wed May 6 18:09:13 CEST 2009 - tiwai@suse.de
563
564
- updated to version 1.0.20:
565
* including previous patches
566
* arcam-av plugin updates
567
568
-------------------------------------------------------------------
569
Tue Feb 17 17:33:47 CET 2009 - tiwai@suse.de
570
571
- add the support of non-zero numid in external ctl plugins
572
(bnc#462032)
573
574
-------------------------------------------------------------------
575
Thu Jan 22 14:03:18 CET 2009 - tiwai@suse.de
576
577
- updated to version 1.0.19:
578
* just minor updates
579
- added speex pre-processing plugin
580
- added arcam-av control plugin
581
- fix spec file to be compatible with older distro
582
583
-------------------------------------------------------------------
584
Wed Oct 29 14:33:04 CET 2008 - tiwai@suse.de
585
586
- updated to version 1.0.18-final;
587
just including all previous fixes
588
589
-------------------------------------------------------------------
590
Wed Oct 15 12:20:29 CEST 2008 - tiwai@suse.de
591
592
- Fix pulse plugin issues:
593
* broken capture returning -EIO (bnc#435058)
594
* small memory leak
595
596
-------------------------------------------------------------------
597
Wed Sep 10 18:00:38 CEST 2008 - tiwai@suse.de
598
599
- updated to version 1.0.18rc3:
600
* code cleanup in pulse pcm plugin
601
* fix poll handling in pulse pcm
602
* fix S32/FLOAT32 format support in pulse
603
* use PA_STREAM_EARLY_REQUEST
604
* fix channel mappings, buffer metrics
605
606
-------------------------------------------------------------------
607
Tue Aug 26 16:52:21 CEST 2008 - tiwai@suse.de
608
609
- fix build with recent ffmpeg
610
611
-------------------------------------------------------------------
612
Mon Aug 18 16:58:23 CEST 2008 - tiwai@suse.de
613
614
- updated to version 1.0.18-rc2:
615
including previous fixes and additions
616
617
-------------------------------------------------------------------
618
Wed Aug 6 15:40:34 CEST 2008 - tiwai@suse.de
619
620
- updated to git snapshot 20080806:
621
* added usb-stream PCM plugin for US122L devices
622
- add config tag to pulse-related config files
623
624
-------------------------------------------------------------------
625
Mon Jul 28 18:18:48 CEST 2008 - tiwai@suse.de
626
627
- fix slient output of short streams (bnc#409645)
628
629
-------------------------------------------------------------------
630
Wed Jul 16 15:47:24 CEST 2008 - tiwai@suse.de
631
632
- don't use assert() for sanity checks (bnc#409532)
633
634
-------------------------------------------------------------------
635
Tue Jul 15 18:33:26 CEST 2008 - tiwai@suse.de
636
637
- updated to version 1.0.17-final:
638
* just a version bump
639
640
-------------------------------------------------------------------
641
Wed Jun 18 14:51:05 CEST 2008 - tiwai@suse.de
642
643
- updated to version 1.0.17rc2:
644
* including last fixes
645
646
-------------------------------------------------------------------
647
Fri Jun 6 17:51:06 CEST 2008 - tiwai@suse.de
648
649
- use plug layer for pulse defult PCM (bnc#397523)
650
this requires the fix in alsa-lib, too
651
652
-------------------------------------------------------------------
653
Wed Jun 4 13:55:57 CEST 2008 - rodrigo@suse.de
654
655
- Added alsa-pulse.conf as configuration file for GNOME installs
656
(bnc#394177)
657
658
-------------------------------------------------------------------
659
Mon Jun 2 11:22:23 CEST 2008 - meissner@suse.de
660
661
- added baselibs.conf, so 32bit programs get the pulse-alsa
662
wrapper plugin too.
663
664
-------------------------------------------------------------------
665
Mon May 26 17:16:25 CEST 2008 - rodrigo@suse.de
666
667
- Removed dependency on pulseaudio, pulseaudio package now depends
668
on alsa-plugins-pulse to fix bnc#394177
669
670
-------------------------------------------------------------------
671
Mon May 26 17:13:30 CEST 2008 - rodrigo@suse.de
672
673
- Added asound-pulse.conf to contain configuration for the ALSA
674
PulseAudio plugin (bnc#394177)
675
676
-------------------------------------------------------------------
677
Mon Mar 10 13:17:57 CET 2008 - tiwai@suse.de
678
679
- remove some useless asserts in pulse plugin that cause crashes
680
681
-------------------------------------------------------------------
682
Fri Feb 8 12:21:52 CET 2008 - tiwai@suse.de
683
684
- updated to version 1.0.16-final:
685
* just a version bump
686
687
-------------------------------------------------------------------
688
Tue Jan 22 14:54:31 CET 2008 - tiwai@suse.de
689
690
- updated to version 1.0.16rc1:
691
* just a version bump
692
693
-------------------------------------------------------------------
694
Fri Jan 11 19:54:38 CET 2008 - rodrigo@suse.de
695
696
- Depend on libpulse-devel, not pulseaudio-devel
697
698
-------------------------------------------------------------------
699
Fri Dec 14 15:33:10 CET 2007 - tiwai@suse.de
700
701
- several bug fixes for pulse plugin
702
* fix buffer size handling
703
* handle XRUN properly (requireing the latest alsa-lib)
704
705
-------------------------------------------------------------------
706
Mon Oct 29 12:16:27 CET 2007 - tiwai@suse.de
707
708
- fix invalid assert call in pulse plugin
709
710
-------------------------------------------------------------------
711
Tue Oct 16 15:12:08 CEST 2007 - tiwai@suse.de
712
713
- updated to version 1.0.15:
714
* including all previous fixes
715
716
-------------------------------------------------------------------
717
Tue Aug 14 16:28:38 CEST 2007 - tiwai@suse.de
718
719
- Fix speex resampler plugin bugs
720
721
-------------------------------------------------------------------
722
Mon Jul 30 18:54:18 CEST 2007 - tiwai@suse.de
723
724
- HG patch (as of 2007.07.28)
725
* build modules with -no-undefined option
726
* fix speex resampler bug in 4times upsampling
727
* fix the noise at beginning of playback with samplerate
728
plugin
729
730
-------------------------------------------------------------------
731
Tue Jun 5 11:31:44 CEST 2007 - tiwai@suse.de
732
733
- updated to version 1.0.14-final:
734
including previous HG fixes
735
736
-------------------------------------------------------------------
737
Thu May 24 15:33:32 CEST 2007 - tiwai@suse.de
738
739
- HG snapshot as of 2007.05.24:
740
* configure option to specify plugin directory
741
* possible to link with external libspeex
742
743
-------------------------------------------------------------------
744
Wed May 2 12:43:27 CEST 2007 - tiwai@suse.de
745
746
- updated to version 1.0.14rc4:
747
including HG fixes
748
749
-------------------------------------------------------------------
750
Tue Apr 10 18:52:55 CEST 2007 - tiwai@suse.de
751
752
- split samplerate to subpackage (the sole GPL-only module).
753
- fixed licenses on PDB.
754
755
-------------------------------------------------------------------
756
Tue Apr 3 14:53:37 CEST 2007 - tiwai@suse.de
757
758
- Add explicitly jack and pulseaudio to Requires of each sub
759
package.
760
761
-------------------------------------------------------------------
762
Wed Mar 14 17:23:03 CET 2007 - tiwai@suse.de
763
764
- updated to version 1.0.14rc3:
765
* fix input/output_frames calculation in samplerate plugin
766
* added speex rsampler plugin
767
768
-------------------------------------------------------------------
769
Thu Feb 8 16:55:48 CET 2007 - tiwai@suse.de
770
771
- update to version 1.0.14rc2 - just repackaging from 1.0.14rc1a
772
- split internal sub package to its own spec file
773
774
-------------------------------------------------------------------
775
Tue Dec 19 16:25:43 CET 2006 - tiwai@suse.de
776
777
- updated to version 1.0.14rc1:
778
* clean up polyp plugin
779
* added maemo plugin
780
- add conditional for internal build (#224415)
781
782
-------------------------------------------------------------------
783
Fri Aug 4 16:13:45 CEST 2006 - tiwai@suse.de
784
785
- updated to version 1.0.12rc2:
786
the previous patches were merged to upstream
787
788
-------------------------------------------------------------------
789
Wed Jul 12 17:44:15 CEST 2006 - tiwai@suse.de
790
791
- rename from polyp to pulse plugin, as polypaudio is renamed
792
to pulseaudio.
793
794
-------------------------------------------------------------------
795
Tue Jul 4 17:07:48 CEST 2006 - tiwai@suse.de
796
797
- updated to version 1.0.12rc1:
798
the previous HG patches were merged
799
800
-------------------------------------------------------------------
801
Thu Jun 8 12:19:34 CEST 2006 - tiwai@suse.de
802
803
- new plugins: polyp and a52
804
- split to sub-packages: jack, polyp and a52
805
806
-------------------------------------------------------------------
807
Mon May 15 13:34:57 CEST 2006 - tiwai@suse.de
808
809
- updated to version 1.0.11.
810
* new samplerate plugins
811
* misc bugfixes for JACK plugins
812
813
-------------------------------------------------------------------
814
Wed Jan 25 21:34:11 CET 2006 - mls@suse.de
815
816
- converted neededforbuild to BuildRequires
817
818
-------------------------------------------------------------------
819
Wed Dec 14 16:06:43 CET 2005 - tiwai@suse.de
820
821
- updated to 1.0.10-final.
822
823
-------------------------------------------------------------------
824
Wed Oct 12 19:54:35 CEST 2005 - tiwai@suse.de
825
826
- removed glib* from neededforbuild.
827
828
-------------------------------------------------------------------
829
Wed Oct 12 14:19:52 CEST 2005 - tiwai@suse.de
830
831
- updated to version 1.0.10rc1.
832
833
-------------------------------------------------------------------
834
Thu Jun 2 15:18:11 CEST 2005 - tiwai@suse.de
835
836
- initial version: 1.0.9.
837
838