pspec.xml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libdvdnav</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>libdvdnav is a library for developers of multimedia applications</Summary>
  14. <Description>libdvdnav is a library for developers of multimedia applications. It allows easy use of sophisticated DVD navigation features such as DVD menus, multiangle playback and even interactive DVD games.</Description>
  15. <Archive sha1sum="e3ec3277e37dd1714e7dc7d205b8fd084125b51a" type="tarbz2">http://download.videolan.org/pub/videolan/libdvdnav/5.0.3/libdvdnav-5.0.3.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>libdvdread-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>libdvdnav</Name>
  22. <RuntimeDependencies>
  23. <Dependency>libdvdread</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="doc">/usr/share/doc/libdvdnav</Path>
  28. </Files>
  29. </Package>
  30. <Package>
  31. <Name>libdvdnav-devel</Name>
  32. <Summary>Development files for libdvdnav</Summary>
  33. <RuntimeDependencies>
  34. <Dependency release="current">libdvdnav</Dependency>
  35. <Dependency>libdvdread-devel</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="executable">/usr/bin</Path>
  39. <Path fileType="header">/usr/include</Path>
  40. <Path fileType="data">/usr/lib/pkgconfig</Path>
  41. <Path fileType="data">/usr/share/aclocal</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="3">
  46. <Date>2017-01-25</Date>
  47. <Version>5.0.3</Version>
  48. <Comment>Rebuild for new toolchain.</Comment>
  49. <Name>Pisi Linux Community</Name>
  50. <Email>admin@pisilinux.org</Email>
  51. </Update>
  52. <Update release="2">
  53. <Date>2016-06-09</Date>
  54. <Version>5.0.3</Version>
  55. <Comment>Release Bump</Comment>
  56. <Name>Pisi Linux Community</Name>
  57. <Email>admin@pisilinux.org</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2015-01-31</Date>
  61. <Version>5.0.3</Version>
  62. <Comment>First release</Comment>
  63. <Name>Hakan Yıldız</Name>
  64. <Email>hknyldz93@gmail.com</Email>
  65. </Update>
  66. </History>
  67. </PISI>