From 6216c83f7a85c16c1c763eb97e20d4a3f2978a0e Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Tue, 30 Jul 2013 23:26:22 -0700 Subject: [PATCH] Build all PCM plugins referenced by conf files The libasound package installs many .conf files to support sound cards and PCM devices, and several of them reference plugins that are not compiled at build time. Since the spec file is using a whitelist for the plugins, we have to make sure all referenced plugins are built. This commit fixes issues with Pulseaudio detecting HDMI support and general issues with the alsa-utils package (see TIVI-1021). Change-Id: I85b84791f73cfe18543ff46b1f002cb462d0ab80 --- packaging/alsa-lib.changes | 3 +++ packaging/alsa-lib.spec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/packaging/alsa-lib.changes b/packaging/alsa-lib.changes index 5ffb7cf..fd77869 100644 --- a/packaging/alsa-lib.changes +++ b/packaging/alsa-lib.changes @@ -1,3 +1,6 @@ +* Tue Jul 30 2013 Patrick McCarty f543a9a +- (TIVI-1021, TZPC-3027) Build all PCM plugins referenced by conf files + * Mon Mar 18 2013 Anas Nashif submit/trunk/20130318.195307@64ee541 - Fixed package groups (moved lib to System/Audio) diff --git a/packaging/alsa-lib.spec b/packaging/alsa-lib.spec index 1f123aa..277b9fa 100644 --- a/packaging/alsa-lib.spec +++ b/packaging/alsa-lib.spec @@ -44,7 +44,7 @@ cp %{SOURCE1001} . --disable-rawmidi \ --disable-python \ --with-gnu-ld \ - --with-pcm-plugins=rate,linear,plug,dmix,dsnoop,asym,mmap,ioplug + --with-pcm-plugins=rate,linear,plug,dmix,dsnoop,asym,mmap,ioplug,empty,hooks,route,multi,softvol,file,iec958,null,shm make %{?_smp_mflags} -- 2.7.4