forked from pool/alsa-utils
Takashi Iwai
8d81fdc2fb
- Bump to version 1.0.27.1, including previous fixes - Removed requirement of libudev-devel, as the superfluous rules file is dropped in 1.0.27.1. - Backport upstream fix: 0001-Release-v1.0.27.1.patch OBS-URL: https://build.opensuse.org/request/show/176490 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=80
31 lines
868 B
Diff
31 lines
868 B
Diff
From 2f2576518c8336f5d64f1111f2a1a0abeda54a1f Mon Sep 17 00:00:00 2001
|
|
From: Jordi Mallach <jordi@debian.org>
|
|
Date: Fri, 17 May 2013 14:30:46 +0200
|
|
Subject: [PATCH] Require alsa-lib 1.0.27.
|
|
|
|
Both aplay and speaker-test use the new snd_pcm_abort() function, which was
|
|
introduced in alsa-lib 1.0.27.
|
|
|
|
Signed-off-by: Jordi Mallach <jordi@debian.org>
|
|
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
|
---
|
|
configure.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.in b/configure.in
|
|
index 39f2d0d..0e43327 100644
|
|
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -32,7 +32,7 @@ AC_PROG_MKDIR_P
|
|
AC_PROG_LN_S
|
|
AC_PROG_SED
|
|
PKG_PROG_PKG_CONFIG
|
|
-AM_PATH_ALSA(1.0.24)
|
|
+AM_PATH_ALSA(1.0.27)
|
|
if test "x$enable_alsatest" = "xyes"; then
|
|
AC_CHECK_FUNC([snd_ctl_elem_add_enumerated],
|
|
, [AC_ERROR([No user enum control support in alsa-lib])])
|
|
--
|
|
1.8.2.3
|
|
|