Files
main/multimedia/video/libfdk-aac/pspec.xml
T
2019-11-05 09:25:58 +03:00

50 lines
1.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.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="3684ed4081d006bb476215ccb632b0f241892edf" type="targz">https://github.com/mstorsjo/fdk-aac/archive/v2.0.1.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="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>