pspec.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libfdk-aac</Name>
  6. <Homepage>https://github.com/mstorsjo/fdk-aac</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>custom</License>
  12. <IsA>library</IsA>
  13. <Summary>Fraunhofer FDK AAC codec library</Summary>
  14. <Description>Fraunhofer FDK AAC codec library</Description>
  15. <Archive sha1sum="579b34e8174b4feb21a9c598695f5ff4a7ceef8c" type="targz">
  16. mirrors://sourceforge/project/opencore-amr/fdk-aac/fdk-aac-2.0.2.tar.gz
  17. </Archive>
  18. </Source>
  19. <Package>
  20. <Name>libfdk-aac</Name>
  21. <RuntimeDependencies>
  22. </RuntimeDependencies>
  23. <Files>
  24. <Path fileType="library">/usr/lib</Path>
  25. </Files>
  26. </Package>
  27. <Package>
  28. <Name>libfdk-aac-devel</Name>
  29. <Summary>Development files for libfdk-aac</Summary>
  30. <RuntimeDependencies>
  31. <Dependency release="current">libfdk-aac</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="header">/usr/include</Path>
  35. <Path fileType="data">/usr/lib/cmake</Path>
  36. <Path fileType="library">/usr/lib/pkgconfig</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="3">
  41. <Date>2022-11-11</Date>
  42. <Version>2.0.2</Version>
  43. <Comment>Version bump.</Comment>
  44. <Name>fury</Name>
  45. <Email>uglyside@yandex.ru</Email>
  46. </Update>
  47. <Update release="2">
  48. <Date>2020-01-18</Date>
  49. <Version>2.0.1</Version>
  50. <Comment>Rebuild</Comment>
  51. <Name>PisiLinux Community</Name>
  52. <Email>admins@pisilinux.org</Email>
  53. </Update>
  54. <Update release="1">
  55. <Date>2019-11-04</Date>
  56. <Version>2.0.1</Version>
  57. <Comment>First release</Comment>
  58. <Name>PisiLinux Community</Name>
  59. <Email>admins@pisilinux.org</Email>
  60. </Update>
  61. </History>
  62. </PISI>