diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-11-25 22:13:32 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-11-25 22:14:48 +0100 |
commit | e5883f1964b837ad24addc4c24b7bea731012979 (patch) | |
tree | ac4445f8be9d0aa6dc1413fca41dc9c8edf7580f /media-libs/alsa-lib/files | |
parent | eclass/savedconfig.eclass: rewrite the ROFF macros (diff) | |
download | gentoo-e5883f1964b837ad24addc4c24b7bea731012979.tar.gz gentoo-e5883f1964b837ad24addc4c24b7bea731012979.tar.bz2 gentoo-e5883f1964b837ad24addc4c24b7bea731012979.zip |
media-libs/alsa-lib: Revbump to fix pulseaudio build
Reported-by: crabbed halo ablution <crabbedhaloablution@icloud.com>
Tested-by: crabbed halo ablution <crabbedhaloablution@icloud.com>
Thanks-to: James Le Cuirot <chewi@gentoo.org>
Closes: https://bugs.gentoo.org/700870
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-libs/alsa-lib/files')
-rw-r--r-- | media-libs/alsa-lib/files/alsa-lib-1.2.1.1-ucm_add_asoundlib_h.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/media-libs/alsa-lib/files/alsa-lib-1.2.1.1-ucm_add_asoundlib_h.patch b/media-libs/alsa-lib/files/alsa-lib-1.2.1.1-ucm_add_asoundlib_h.patch new file mode 100644 index 000000000000..3c6072b8c3dc --- /dev/null +++ b/media-libs/alsa-lib/files/alsa-lib-1.2.1.1-ucm_add_asoundlib_h.patch @@ -0,0 +1,25 @@ +From: Jaroslav Kysela <perex@perex.cz> +Date: Sat, 23 Nov 2019 14:38:35 +0000 (+0100) +Subject: ucm: use-case.h - add <alsa/asoundlib.h> include +X-Git-Url: https://git.alsa-project.org/?p=alsa-lib.git;a=commitdiff_plain;h=1a4b362115b5e1bb4f5b888919ffd11736adbf0c + +ucm: use-case.h - add <alsa/asoundlib.h> include + +It is required for snd_ctl_elem_id_t and snd_mixer_selem_id_t. + +Signed-off-by: Jaroslav Kysela <perex@perex.cz> +--- + +diff --git a/include/use-case.h b/include/use-case.h +index 8a37121..80073ef 100644 +--- a/include/use-case.h ++++ b/include/use-case.h +@@ -42,6 +42,8 @@ + extern "C" { + #endif + ++#include <alsa/asoundlib.h> ++ + /** + * \defgroup ucm Use Case Interface + * The ALSA Use Case manager interface. |