alsa-lib ver. bump

This commit is contained in:
Rmys
2022-06-03 15:14:09 +03:00
parent 2c39ce87b0
commit dbc18ec1c0
6 changed files with 59 additions and 9 deletions
@@ -5,11 +5,24 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
#WorkDir="pyalsaaudio-%s" % get.srcVERSION()
def build():
shelltools.copytree("../pyalsaaudio-%s" % (get.srcVERSION().replace("_", "~")), "../pyalsaaudio-%s-py2" % get.srcVERSION())
shelltools.cd("../pyalsaaudio-%s-py2" % get.srcVERSION())
pythonmodules.compile()
shelltools.cd("../pyalsaaudio-%s" % get.srcVERSION())
pythonmodules.compile(pyVer="3")
def install():
shelltools.cd("../pyalsaaudio-%s-py2" % get.srcVERSION())
pythonmodules.install()
shelltools.cd("../pyalsaaudio-%s" % get.srcVERSION())
pythonmodules.install(pyVer="3")
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>This package contains wrappers for accessing the ALSA API from Python.</Summary>
<Description> It is fairly complete for PCM devices and Mixer access.</Description>
<Archive sha1sum="573e32d62a0f8532e070fa273bd7b0875f350058" type="targz">https://files.pythonhosted.org/packages/23/b1/672d496718562301ce2052b07196ca31874e4f1a497881ae44b2279a4e1d/pyalsaaudio-0.9.0.tar.gz</Archive>
<Archive sha1sum="290e7076b55826084d79ee57d856b46ae9a3a031" type="targz">https://files.pythonhosted.org/packages/a9/bd/24f576c07953671edfeba2545c3c92c46e97384f622957ecf95967c2b456/pyalsaaudio-0.9.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python-setuptools</Dependency>
@@ -44,12 +44,18 @@
<Dependency>alsa-lib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python*</Path>
<Path fileType="doc">/usr/share/doc/python-pyalsaaudio</Path>
<Path fileType="library">/usr/lib/python2.7</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2022-06-03</Date>
<Version>0.9.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2022-01-23</Date>
<Version>0.9.0</Version>