pspec.xml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libraw1394</Name>
  6. <Homepage>http://www.linux1394.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <License>GPLv2</License>
  13. <IsA>library</IsA>
  14. <Summary>A library that provides direct access to the IEEE 1394 bus</Summary>
  15. <Description>libraw1394 library provides direct access to the IEEE-1394 bus through the Linux 1394 subsystem's raw1394 user interface. Support for both the classic ieee1394 and new firewire linux driver stacks is included.</Description>
  16. <Archive sha1sum="6e41b2ba9b28b810b18a88045ab8761d467bdf53" type="tarxz">https://www.kernel.org/pub/linux/libs/ieee1394/libraw1394-2.1.2.tar.xz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>libraw1394</Name>
  20. <Files>
  21. <Path fileType="executable">/usr/bin</Path>
  22. <Path fileType="library">/usr/lib</Path>
  23. <Path fileType="doc">/usr/share/doc</Path>
  24. <Path fileType="man">/usr/share/man</Path>
  25. </Files>
  26. </Package>
  27. <Package>
  28. <Name>libraw1394-devel</Name>
  29. <Summary>Development files for libraw1394</Summary>
  30. <RuntimeDependencies>
  31. <Dependency release="current">libraw1394</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="header">/usr/include</Path>
  35. <Path fileType="data">/usr/lib/pkgconfig</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="4">
  40. <Date>2017-02-17</Date>
  41. <Version>2.1.2</Version>
  42. <Comment>Rebuild for new toolchain.</Comment>
  43. <Name>Stefan Gronewold(groni)</Name>
  44. <Email>groni@pisilinux.org</Email>
  45. </Update>
  46. <Update release="3">
  47. <Date>2016-11-27</Date>
  48. <Version>2.1.2</Version>
  49. <Comment>Version bump.</Comment>
  50. <Name>Stefan Gronewold(groni)</Name>
  51. <Email>groni@pisilinux.org</Email>
  52. </Update>
  53. <Update release="2">
  54. <Date>2016-06-09</Date>
  55. <Version>2.1.0</Version>
  56. <Comment>Release Bump</Comment>
  57. <Name>Pisi Linux Community</Name>
  58. <Email>admin@pisilinux.org</Email>
  59. </Update>
  60. <Update release="1">
  61. <Date>2014-05-20</Date>
  62. <Version>2.1.0</Version>
  63. <Comment>First release</Comment>
  64. <Name>Serdar Soytetir</Name>
  65. <Email>kaptan@pisilinux.org</Email>
  66. </Update>
  67. </History>
  68. </PISI>