Accepting request 172368 from multimedia:libs

- Upstream fix: arecord: add a missing break to the capture loop
  0003-arecord-add-a-missing-break-to-the-capture-loop.patch (forwarded request 172367 from tiwai)

OBS-URL: https://build.opensuse.org/request/show/172368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alsa-utils?expand=0&rev=78
This commit is contained in:
Stephan Kulow 2013-04-19 07:43:01 +00:00 committed by Git OBS Bridge
commit ec3ef07ff8
3 changed files with 35 additions and 0 deletions

View 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

View File

@ -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

View File

@ -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