alsa-lib-1.2.9

This commit is contained in:
Rmys
2023-05-06 16:01:29 +03:00
committed by GitHub
parent 145d5fb929
commit 37ef6a6a01
2 changed files with 12 additions and 5 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
if get.buildTYPE() == "emul32":
pisitools.insinto("/usr/share/alsa", "alsa-ucm-conf-1.2.8/ucm2")
pisitools.insinto("/usr/share/doc/alsa-ucm-conf", "alsa-ucm-conf-1.2.8/LICENSE")
pisitools.insinto("/usr/share/alsa", "alsa-ucm-conf-1.2.9/ucm2")
pisitools.insinto("/usr/share/doc/alsa-ucm-conf", "alsa-ucm-conf-1.2.9/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")
+10 -3
View File
@@ -13,10 +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="1271796a37df0bb11b2cb06ad6e7428a009ca012" type="tarbz2">ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.2.8.tar.bz2</Archive>
<Archive sha1sum="d6ccb4b512d86786d8383c3394489ecc5d2bca66" type="tarbz2">ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.2.9.tar.bz2</Archive>
<Archive sha1sum="69313df69892c02bbe70e10c2e88c4b34e716b3d" type="tarbz2" target="alsa-lib-1.2.8">https://www.alsa-project.org/files/pub/lib/alsa-ucm-conf-1.2.8.tar.bz2</Archive>
<Archive sha1sum="6ac6a385688604cb17f5453dc444e41f99b24838" type="tarbz2" target="alsa-lib-1.2.8">https://www.alsa-project.org/files/pub/lib/alsa-topology-conf-1.2.5.1.tar.bz2</Archive>
<Archive sha1sum="9ab0f8e33817122962ac3d6cf5e6e26b8f5cc9cb" type="tarbz2" target="alsa-lib-1.2.9">https://www.alsa-project.org/files/pub/lib/alsa-ucm-conf-1.2.9.tar.bz2</Archive>
<Archive sha1sum="6ac6a385688604cb17f5453dc444e41f99b24838" type="tarbz2" target="alsa-lib-1.2.9">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>
@@ -64,6 +64,13 @@
</Package>
<History>
<Update release="16">
<Date>2023-05-04</Date>
<Version>1.2.9</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="15">
<Date>2023-03-21</Date>
<Version>1.2.8</Version>