pspec.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libaacs</Name>
  6. <Homepage>https://www.videolan.org/developers/libaacs.html</Homepage>
  7. <Packager>
  8. <Name>Mogyorósi Petra</Name>
  9. <Email>squeakymouse@protonmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <Icon>libaacs</Icon>
  13. <PartOf>multimedia</PartOf>
  14. <Summary>VideoLAN's AACS implementation</Summary>
  15. <Description>libaacs is a research project to implement the Advanced Access Content System specification. This research project provides, through an open-source library, a way to understand how the AACS works. This research project is mainly developed by an international team of developers from Doom9.</Description>
  16. <BuildDependencies>
  17. <Dependency>yacc</Dependency>
  18. <Dependency>flex</Dependency>
  19. <Dependency>autoconf</Dependency>
  20. <Dependency>glibc-devel</Dependency>
  21. <Dependency>libgcrypt-devel</Dependency>
  22. <Dependency>libgpg-error-devel</Dependency>
  23. </BuildDependencies>
  24. <Archive type="tarbz2" sha1sum="b512fa16ff293f7e923e0adcf0c4bb4e5799f07b">https://code.videolan.org/videolan/libaacs/-/archive/0.11.1/libaacs-0.11.1.tar.bz2</Archive>
  25. </Source>
  26. <Package>
  27. <Name>libaacs</Name>
  28. <Summary>VideoLAN's AACS implementation</Summary>
  29. <RuntimeDependencies>
  30. <Dependency>libgcrypt</Dependency>
  31. <Dependency>libgpg-error</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/bin/*</Path>
  35. <Path fileType="library">/usr/lib/libaacs.so*</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>libaacs-devel</Name>
  41. <Summary>Development headers for libaacs</Summary>
  42. <RuntimeDependencies>
  43. <Dependency>libaacs</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include</Path>
  47. <Path fileType="config">/usr/lib/pkgconfig</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="1">
  52. <Date>2023-08-26</Date>
  53. <Version>0.11.1</Version>
  54. <Comment>First release</Comment>
  55. <Name>Kamil Atlı</Name>
  56. <Email>suvari@pisilinux.org</Email>
  57. </Update>
  58. </History>
  59. </PISI>