alsa-lib-1.2.7.1

This commit is contained in:
Rmys
2022-06-20 12:10:50 +03:00
committed by GitHub
parent cb450d1a1a
commit 6194a31c20
2 changed files with 19 additions and 2 deletions
+8 -1
View File
@@ -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")
+11 -1
View File
@@ -13,7 +13,10 @@
<IsA>app:console</IsA>
<Summary>The Advanced Linux Sound Architecture (ALSA) library</Summary>
<Description>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.</Description>
<Archive sha1sum="317b53ed1862cced14b6580a7dd9bac93a7f7266" type="tarbz2">ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.2.7.tar.bz2</Archive>
<Archive sha1sum="5955c66baae3509ecfe44f48b808e353d00b9f8b" type="tarbz2">ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.2.7.1.tar.bz2</Archive>
<Archive sha1sum="c06d18037c3b45db8dd832b121d83f298d1edc7c" type="tarbz2" target="alsa-lib-1.2.7.1">https://www.alsa-project.org/files/pub/lib/alsa-ucm-conf-1.2.7.1.tar.bz2</Archive>
<Archive sha1sum="6ac6a385688604cb17f5453dc444e41f99b24838" type="tarbz2" target="alsa-lib-1.2.7.1">https://www.alsa-project.org/files/pub/lib/alsa-topology-conf-1.2.5.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>doxygen</Dependency>
<Dependency>python-devel</Dependency>
@@ -61,6 +64,13 @@
</Package>
<History>
<Update release="13">
<Date>2022-06-20</Date>
<Version>1.2.7.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2022-06-03</Date>
<Version>1.2.7</Version>