pspec.xml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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="6">
  40. <Date>2020-01-12</Date>
  41. <Version>2.1.2</Version>
  42. <Comment>Rebuild for new toolchain.</Comment>
  43. <Name>Idris Kalp</Name>
  44. <Email>idriskalp@gmail.com</Email>
  45. </Update>
  46. <Update release="5">
  47. <Date>2018-08-01</Date>
  48. <Version>2.1.2</Version>
  49. <Comment>Rebuild for new toolchain.</Comment>
  50. <Name>Stefan Gronewold(groni)</Name>
  51. <Email>groni@pisilinux.org</Email>
  52. </Update>
  53. <Update release="4">
  54. <Date>2017-02-17</Date>
  55. <Version>2.1.2</Version>
  56. <Comment>Rebuild for new toolchain.</Comment>
  57. <Name>Stefan Gronewold(groni)</Name>
  58. <Email>groni@pisilinux.org</Email>
  59. </Update>
  60. <Update release="3">
  61. <Date>2016-11-27</Date>
  62. <Version>2.1.2</Version>
  63. <Comment>Version bump.</Comment>
  64. <Name>Stefan Gronewold(groni)</Name>
  65. <Email>groni@pisilinux.org</Email>
  66. </Update>
  67. <Update release="2">
  68. <Date>2016-06-09</Date>
  69. <Version>2.1.0</Version>
  70. <Comment>Release Bump</Comment>
  71. <Name>Pisi Linux Community</Name>
  72. <Email>admin@pisilinux.org</Email>
  73. </Update>
  74. <Update release="1">
  75. <Date>2014-05-20</Date>
  76. <Version>2.1.0</Version>
  77. <Comment>First release</Comment>
  78. <Name>Serdar Soytetir</Name>
  79. <Email>kaptan@pisilinux.org</Email>
  80. </Update>
  81. </History>
  82. </PISI>