123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>alsa-lib</Name>
- <Homepage>http://www.alsa-project.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <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="636ac0b2b759108ca9b0f4efa1c3e8650cf9c9f6" type="tarbz2">ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.1.5.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>python-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>alsa-lib</Name>
- <RuntimeDependencies>
- <Dependency>python</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/alsa</Path>
- </Files>
- </Package>
- <Package>
- <Name>alsa-lib-devel</Name>
- <Summary>Development files for alsa-lib</Summary>
- <RuntimeDependencies>
- <Dependency release="current">alsa-lib</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/lib32/pkgconfig</Path>
- <Path fileType="header">/usr/include/sys</Path>
- <Path fileType="header">/usr/include/alsa</Path>
- <Path fileType="data">/usr/share/aclocal</Path>
- <Path fileType="man">/usr/share/man/man3</Path>
- </Files>
- </Package>
- <Package>
- <Name>alsa-lib-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for alsa-lib</Summary>
- <BuildType>emul32</BuildType>
- <BuildDependencies>
-
- </BuildDependencies>
- <RuntimeDependencies>
-
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2018-01-07</Date>
- <Version>1.1.5</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2017-02-06</Date>
- <Version>1.1.3</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-06-09</Date>
- <Version>1.1.1</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-05-03</Date>
- <Version>1.1.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-03-04</Date>
- <Version>1.0.29</Version>
- <Comment>First release</Comment>
- <Name>Hakan Yıldız</Name>
- <Email>hknyldz93@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|