123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>sbc</Name>
- <Homepage>http://www.bluez.org/</Homepage>
- <Packager>
- <Name>Marcin Bojara</Name>
- <Email>marcin@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <Icon>bluetooth</Icon>
- <Summary>Bluetooth Subband Codec (SBC) library</Summary>
- <Description>An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers.</Description>
- <Archive sha1sum="aca40de6db7e352910166cd1d4a1692b5754f5c9" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/bluetooth/sbc-2.0.tar.xz</Archive>
- </Source>
- <Package>
- <Name>sbc</Name>
- <Files>
- <Path fileType="executable">/usr/bin/*</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc/sbc/*</Path>
- </Files>
- </Package>
- <Package>
- <Name>sbc-devel</Name>
- <Summary>Development files for sbc</Summary>
- <RuntimeDependencies>
- <Dependency release="current">sbc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="7">
- <Date>2022-07-27</Date>
- <Version>2.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2021-11-10</Date>
- <Version>1.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2020-01-12</Date>
- <Version>1.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-03</Date>
- <Version>1.3</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-02-17</Date>
- <Version>1.3</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.3</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-12-12</Date>
- <Version>1.3</Version>
- <Comment>First release</Comment>
- <Name>Marcin Bojara</Name>
- <Email>marcin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|