pspec.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libdvbpsi</Name>
  6. <Homepage>http://www.videolan.org/libdvbpsi/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Library for MPEG TS/DVB PSI tables decoding and generation</Summary>
  14. <Description>libdvbpsi is a simple library designed for decoding and generation of MPEG TS and DVB PSI tables.</Description>
  15. <Archive sha1sum="00e68c5e1261f16cf2aae3c15e3e6da326329508" type="tarbz2">http://download.videolan.org/pub/libdvbpsi/1.3.0/libdvbpsi-1.3.0.tar.bz2</Archive>
  16. </Source>
  17. <Package>
  18. <Name>libdvbpsi</Name>
  19. <Files>
  20. <Path fileType="library">/usr/lib</Path>
  21. <Path fileType="doc">/usr/share/doc</Path>
  22. </Files>
  23. </Package>
  24. <Package>
  25. <Name>libdvbpsi-devel</Name>
  26. <Summary>Development files for libdvbpsi</Summary>
  27. <RuntimeDependencies>
  28. <Dependency release="current">libdvbpsi</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="header">/usr/include</Path>
  32. <Path fileType="data">/usr/lib/pkgconfig</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="3">
  37. <Date>2017-02-11</Date>
  38. <Version>1.3.0</Version>
  39. <Comment>Rebuild</Comment>
  40. <Name>Pisi Linux Community</Name>
  41. <Email>admin@pisilinux.org</Email>
  42. </Update>
  43. <Update release="2">
  44. <Date>2016-06-09</Date>
  45. <Version>1.3.0</Version>
  46. <Comment>Release Bump</Comment>
  47. <Name>Pisi Linux Community</Name>
  48. <Email>admin@pisilinux.org</Email>
  49. </Update>
  50. <Update release="1">
  51. <Date>2016-04-02</Date>
  52. <Version>1.3.0</Version>
  53. <Comment>First release</Comment>
  54. <Name>Alihan Öztürk</Name>
  55. <Email>alihan@pisilinux.org</Email>
  56. </Update>
  57. </History>
  58. </PISI>