Accepting request 752496 from home:tiwai:branches:multimedia:libs

- Update to alsa-lib 1.2.1.2:
  More UCM and UCMv2 fixes / enhancements, details are found in
    https://www.alsa-project.org/wiki/Changes_v1.2.1.1_v1.2.1.2
- Obsoleted patch:
  0001-alsa.m4-Fix-the-detection-of-topology-library-availa.patch

OBS-URL: https://build.opensuse.org/request/show/752496
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa?expand=0&rev=261
This commit is contained in:
Takashi Iwai 2019-11-29 19:56:10 +00:00 committed by Git OBS Bridge
parent 6607091dcb
commit d437911187
5 changed files with 13 additions and 34 deletions

View File

@ -1,28 +0,0 @@
From be02b903b8aaa3a9b99b8de9608bce3c4eb13f63 Mon Sep 17 00:00:00 2001
From: Takashi Iwai <tiwai@suse.de>
Date: Wed, 27 Nov 2019 10:19:26 +0100
Subject: [PATCH] alsa.m4: Fix the detection of topology library availability
The header file alsa/topology.h is mandatory and needs to be checked,
too.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
utils/alsa.m4 | 1 +
1 file changed, 1 insertion(+)
diff --git a/utils/alsa.m4 b/utils/alsa.m4
index 90e3ee56a981..4c457f0d4e1d 100644
--- a/utils/alsa.m4
+++ b/utils/alsa.m4
@@ -130,6 +130,7 @@ AC_LANG_C
AC_MSG_CHECKING([for libatopology (sound headers version > 1.1.9)])
AC_TRY_COMPILE([
#include <alsa/asoundlib.h>
+#include <alsa/topology.h>
], [
/* ensure backward compatibility */
#if !defined(SND_LIB_VERSION)
--
2.16.4

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c95ac63c0aad43a6ac457d960569096b0b2ef72dc4e3737e77e3e2de87022cec
size 1002960

3
alsa-lib-1.2.1.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:958e260e3673f1f6ff6b2d2c0df3fc2e469bea5b2957163ce96ce17f23e87943
size 1004129

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Nov 29 20:41:29 CET 2019 - tiwai@suse.de
- Update to alsa-lib 1.2.1.2:
More UCM and UCMv2 fixes / enhancements, details are found in
https://www.alsa-project.org/wiki/Changes_v1.2.1.1_v1.2.1.2
- Obsoleted patch:
0001-alsa.m4-Fix-the-detection-of-topology-library-availa.patch
-------------------------------------------------------------------
Wed Nov 27 10:21:23 CET 2019 - tiwai@suse.de

View File

@ -26,7 +26,7 @@
%endif
Name: alsa
Version: 1.2.1.1
Version: 1.2.1.2
Release: 0
Summary: Advanced Linux Sound Architecture
License: LGPL-2.1-or-later
@ -48,7 +48,6 @@ Source31: all_notes_off.bin
Source32: all_notes_off.mid
Source34: alsa-init.sh
# upstream fixes
Patch1: 0001-alsa.m4-Fix-the-detection-of-topology-library-availa.patch
# rest suse fixes
Patch101: alsa-lib-ignore-non-accessible-ALSA_CONFIG_PATH.patch
BuildRequires: doxygen
@ -133,7 +132,6 @@ This package contains the library for ALSA topology support.
%prep
%setup -q -n alsa-lib-%{version}
%patch1 -p1
%patch101 -p1
%build