forked from pool/alsa-utils
Accepting request 172367 from home:tiwai:branches:multimedia:libs
- Upstream fix: arecord: add a missing break to the capture loop 0003-arecord-add-a-missing-break-to-the-capture-loop.patch OBS-URL: https://build.opensuse.org/request/show/172367 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=78
This commit is contained in:
parent
3ca16f59da
commit
2f76079787
27
0003-arecord-add-a-missing-break-to-the-capture-loop.patch
Normal file
27
0003-arecord-add-a-missing-break-to-the-capture-loop.patch
Normal file
@ -0,0 +1,27 @@
|
||||
From b4f34ac26037c10ac51c4bb29203500165848977 Mon Sep 17 00:00:00 2001
|
||||
From: Jaroslav Kysela <perex@perex.cz>
|
||||
Date: Wed, 17 Apr 2013 08:34:34 +0200
|
||||
Subject: [PATCH] arecord: add a missing break to the capture loop
|
||||
|
||||
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
|
||||
---
|
||||
aplay/aplay.c | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
diff --git a/aplay/aplay.c b/aplay/aplay.c
|
||||
index 5bdc39c..000d25b 100644
|
||||
--- a/aplay/aplay.c
|
||||
+++ b/aplay/aplay.c
|
||||
@@ -3021,6 +3021,9 @@ static void capture(char *orig_name)
|
||||
fd = -1;
|
||||
}
|
||||
|
||||
+ if (in_aborting)
|
||||
+ break;
|
||||
+
|
||||
/* repeat the loop when format is raw without timelimit or
|
||||
* requested counts of data are recorded
|
||||
*/
|
||||
--
|
||||
1.8.2.1
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 18:39:38 CEST 2013 - tiwai@suse.de
|
||||
|
||||
- Upstream fix: arecord: add a missing break to the capture loop
|
||||
0003-arecord-add-a-missing-break-to-the-capture-loop.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 18:31:29 UTC 2013 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -60,6 +60,7 @@ Source1: 01beep.conf
|
||||
# upstream fix patches
|
||||
Patch1: 0001-alsactl-Fix-a-typo-in-systemd-alsa-restore.service.patch
|
||||
Patch2: 0002-alsactl-Fix-the-string-size-for-the-lock-file-contents.patch
|
||||
Patch3: 0003-arecord-add-a-missing-break-to-the-capture-loop.patch
|
||||
#
|
||||
Patch99: alsa-utils-gettext-version-removal.diff
|
||||
Url: http://www.alsa-project.org/
|
||||
@ -77,6 +78,7 @@ sed -i -e's/EXTRA_DIST= config.rpath /EXTRA_DIST=/' Makefile.am
|
||||
# patch -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
#
|
||||
%if %suse_version < 1020
|
||||
%patch99 -p1
|
||||
|
Loading…
Reference in New Issue
Block a user