75 lines
2.9 KiB
XML
75 lines
2.9 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-pyalsaaudio</Name>
|
|
<Homepage>http://larsimmisch.github.io/pyalsaaudio/</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<PartOf>programming.language.python3</PartOf>
|
|
<License>PSF</License>
|
|
<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="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>
|
|
<Dependency>python-devel</Dependency>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
<Dependency>alsa-lib-devel</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-pyalsaaudio</Name>
|
|
<Summary>This package contains wrappers for accessing the ALSA API from Python.</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3</Dependency>
|
|
<Dependency>alsa-lib</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib/python3*</Path>
|
|
<Path fileType="doc">/usr/share/doc/python3-pyalsaaudio</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>python-pyalsaaudio</Name>
|
|
<Summary>This package contains wrappers for accessing the ALSA API from Python.</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>python</Dependency>
|
|
<Dependency>alsa-lib</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib/python2.7</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="3">
|
|
<Date>2023-10-17</Date>
|
|
<Version>0.9.2</Version>
|
|
<Comment>Rebuild.</Comment>
|
|
<Name>Mustafa Cinasal</Name>
|
|
<Email>muscnsl@gmail.com</Email>
|
|
</Update>
|
|
<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>
|
|
<Comment>First release</Comment>
|
|
<Name>Ali Cengiz Kurt</Name>
|
|
<Email>alicengizkurt@gmail.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|