diff --git a/hardware/sound/alsa-lib/actions.py b/hardware/sound/alsa-lib/actions.py
index 4c771c4980..71207e3af1 100644
--- a/hardware/sound/alsa-lib/actions.py
+++ b/hardware/sound/alsa-lib/actions.py
@@ -10,6 +10,7 @@ from pisi.actionsapi import get
from pisi.actionsapi import shelltools
def setup():
+ shelltools.export("CFLAGS", "%s -flto-partition=none" % get.CFLAGS())
options = "--disable-aload"
if get.buildTYPE() == "emul32":
@@ -33,6 +34,12 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- if get.buildTYPE() == "emul32": return
+ if get.buildTYPE() == "emul32":
+ pisitools.insinto("/usr/share/alsa", "alsa-ucm-conf-1.2.7.1/ucm2")
+ pisitools.insinto("/usr/share/doc/alsa-ucm-conf", "alsa-ucm-conf-1.2.7.1/LICENSE")
+
+ pisitools.insinto("/usr/share/alsa", "alsa-topology-conf-1.2.5.1/topology")
+ pisitools.insinto("/usr/share/doc/alsa-topology-conf", "alsa-topology-conf-1.2.5.1/LICENSE")
+ return
pisitools.dodoc("ChangeLog", "TODO", "COPYING", "doc/*.txt")
diff --git a/hardware/sound/alsa-lib/pspec.xml b/hardware/sound/alsa-lib/pspec.xml
index 6fe8a1e8a9..4bf4d0090a 100644
--- a/hardware/sound/alsa-lib/pspec.xml
+++ b/hardware/sound/alsa-lib/pspec.xml
@@ -13,7 +13,10 @@
app:console
The Advanced Linux Sound Architecture (ALSA) library
alsa-lib provides ALSA runtime libraries to simplify application programming and provide higher level functionality as well as support for the older OSS API, providing binary compatibility for most OSS programs.
- ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.2.7.tar.bz2
+ ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.2.7.1.tar.bz2
+
+ https://www.alsa-project.org/files/pub/lib/alsa-ucm-conf-1.2.7.1.tar.bz2
+ https://www.alsa-project.org/files/pub/lib/alsa-topology-conf-1.2.5.1.tar.bz2
doxygen
python-devel
@@ -61,6 +64,13 @@
+
+ 2022-06-20
+ 1.2.7.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-06-03
1.2.7