pspec.xml 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libdvdread</Name>
  6. <Homepage>http://www.mplayerhq.hu/</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>Provides a simple foundation for reading DVD-Video images</Summary>
  14. <Description>A DVD player for the Solaris, Linux and BSD environments released under the GNU Public License (GPL). It is includes bookmarks, time skipping, multichannel audio, SPDIF output, crop and zoom video. It supports DVD menus and navigation, reads from mounted, unmounted DVDs and hard drive and reads encrypted and unencrypted DVDs using libdvdread/libdvdcss.</Description>
  15. <Archive sha1sum="d2e5056de89fb5fed478c0af5a72e8b781d0c396" type="tarbz2">http://download.videolan.org/pub/videolan/libdvdread/6.1.1/libdvdread-6.1.1.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>libdvdcss-devel</Dependency>
  18. <Dependency>git</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>libdvdread</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libdvdcss</Dependency>
  25. <Dependency>glibc</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="doc">/usr/share/doc/libdvdread</Path>
  30. </Files>
  31. </Package>
  32. <Package>
  33. <Name>libdvdread-devel</Name>
  34. <Summary>Development files for libdvdread</Summary>
  35. <RuntimeDependencies>
  36. <Dependency release="current">libdvdread</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="header">/usr/include</Path>
  40. <Path fileType="data">/usr/lib/pkgconfig</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="6">
  45. <Date>2020-10-14</Date>
  46. <Version>6.1.1</Version>
  47. <Comment>Version bump.</Comment>
  48. <Name>Mustafa Cinasal</Name>
  49. <Email>muscnsl@gmail.com</Email>
  50. </Update>
  51. <Update release="5">
  52. <Date>2020-01-19</Date>
  53. <Version>6.0.2</Version>
  54. <Comment>Version bump.</Comment>
  55. <Name>Mustafa Cinasal</Name>
  56. <Email>muscnsl@gmail.com</Email>
  57. </Update>
  58. <Update release="4">
  59. <Date>2018-07-31</Date>
  60. <Version>6.0.0</Version>
  61. <Comment>Rebuild for new toolchain.</Comment>
  62. <Name>Pisi Linux Community</Name>
  63. <Email>admin@pisilinux.org</Email>
  64. </Update>
  65. <Update release="3">
  66. <Date>2017-01-25</Date>
  67. <Version>5.0.3</Version>
  68. <Comment>Rebuild for new toolchain.</Comment>
  69. <Name>Pisi Linux Community</Name>
  70. <Email>admin@pisilinux.org</Email>
  71. </Update>
  72. <Update release="2">
  73. <Date>2016-06-09</Date>
  74. <Version>5.0.3</Version>
  75. <Comment>Release Bump</Comment>
  76. <Name>Pisi Linux Community</Name>
  77. <Email>admin@pisilinux.org</Email>
  78. </Update>
  79. <Update release="1">
  80. <Date>2016-01-05</Date>
  81. <Version>5.0.3</Version>
  82. <Comment>First release</Comment>
  83. <Name>Stefan Gronewold</Name>
  84. <Email>groni@pisilinux.org</Email>
  85. </Update>
  86. </History>
  87. </PISI>