pspec.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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>https://www.videolan.org/developers/libdvbpsi.html</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="0fe0b72da762a961df27e4e94e55fa270cc9772b" type="tarbz2">http://download.videolan.org/pub/libdvbpsi/1.3.3/libdvbpsi-1.3.3.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="5">
  37. <Date>2020-03-04</Date>
  38. <Version>1.3.3</Version>
  39. <Comment>Version bump.</Comment>
  40. <Name>Mustafa Cinasal</Name>
  41. <Email>muscnsl@gmail.com</Email>
  42. </Update>
  43. <Update release="4">
  44. <Date>2018-08-03</Date>
  45. <Version>1.3.2</Version>
  46. <Comment>Version Bump.</Comment>
  47. <Name>Pisi Linux Community</Name>
  48. <Email>admin@pisilinux.org</Email>
  49. </Update>
  50. <Update release="3">
  51. <Date>2017-02-11</Date>
  52. <Version>1.3.0</Version>
  53. <Comment>Rebuild</Comment>
  54. <Name>Pisi Linux Community</Name>
  55. <Email>admin@pisilinux.org</Email>
  56. </Update>
  57. <Update release="2">
  58. <Date>2016-06-09</Date>
  59. <Version>1.3.0</Version>
  60. <Comment>Release Bump</Comment>
  61. <Name>Pisi Linux Community</Name>
  62. <Email>admin@pisilinux.org</Email>
  63. </Update>
  64. <Update release="1">
  65. <Date>2016-04-02</Date>
  66. <Version>1.3.0</Version>
  67. <Comment>First release</Comment>
  68. <Name>Alihan Öztürk</Name>
  69. <Email>alihan@pisilinux.org</Email>
  70. </Update>
  71. </History>
  72. </PISI>