123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libfdk-aac</Name>
- <Homepage>https://github.com/mstorsjo/fdk-aac</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>custom</License>
- <IsA>library</IsA>
- <Summary>Fraunhofer FDK AAC codec library</Summary>
- <Description>Fraunhofer FDK AAC codec library</Description>
- <Archive sha1sum="579b34e8174b4feb21a9c598695f5ff4a7ceef8c" type="targz">
- mirrors://sourceforge/project/opencore-amr/fdk-aac/fdk-aac-2.0.2.tar.gz
- </Archive>
- </Source>
- <Package>
- <Name>libfdk-aac</Name>
- <RuntimeDependencies>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- </Files>
- </Package>
- <Package>
- <Name>libfdk-aac-devel</Name>
- <Summary>Development files for libfdk-aac</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libfdk-aac</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/cmake</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2022-11-11</Date>
- <Version>2.0.2</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2020-01-18</Date>
- <Version>2.0.1</Version>
- <Comment>Rebuild</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2019-11-04</Date>
- <Version>2.0.1</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|