alsa-lib-1.2.7.2

This commit is contained in:
Rmys
2022-07-09 18:23:06 +03:00
committed by ayhanyalcinsoy
parent 91d7ad9b1f
commit 20859d77c8
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.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-ucm-conf-1.2.7.2/ucm2")
pisitools.insinto("/usr/share/doc/alsa-ucm-conf", "alsa-ucm-conf-1.2.7.2/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="5955c66baae3509ecfe44f48b808e353d00b9f8b" type="tarbz2">ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.2.7.1.tar.bz2</Archive>
<Archive sha1sum="839e6b32dcfed7a335e150cd8be6071cd2c1ffbd" type="tarbz2">ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.2.7.2.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>
<Archive sha1sum="ca89963b2a61acde1d091d7d58d8af8c3a921c99" type="tarbz2" target="alsa-lib-1.2.7.2">https://www.alsa-project.org/files/pub/lib/alsa-ucm-conf-1.2.7.2.tar.bz2</Archive>
<Archive sha1sum="6ac6a385688604cb17f5453dc444e41f99b24838" type="tarbz2" target="alsa-lib-1.2.7.2">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="14">
<Date>2022-07-09</Date>
<Version>1.2.7.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2022-06-20</Date>
<Version>1.2.7.1</Version>