pspec.xml 2.9 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>libiec61883</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 for capturing video (DV, MPEG2 or AMDTP) over the IEEE 1394 bus</Summary>
  15. <Description>libiec61883 is a library providing third generation media reception and transmission for DV, MPEG2-TS, and AMDTP (audio and music) using only raw1394 and not the complicated setup and maintenance of other kernel modules and their /dev nodes.</Description>
  16. <Archive sha1sum="2ede483039df7595a00f173515737549c529cb72" type="targz">http://www.kernel.org/pub/linux/libs/ieee1394/libiec61883-1.2.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libraw1394-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch level="1">libiec61883-1.2.0-installtests.patch</Patch>
  22. <Patch level="1">libiec61883-channel-allocation-without-local-node-rw.patch</Patch>
  23. </Patches>
  24. </Source>
  25. <Package>
  26. <Name>libiec61883</Name>
  27. <RuntimeDependencies>
  28. <Dependency>libraw1394</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>libiec61883-devel</Name>
  39. <Summary>Development files for libiec61883</Summary>
  40. <RuntimeDependencies>
  41. <Dependency release="current">libiec61883</Dependency>
  42. <Dependency>libraw1394-devel</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="header">/usr/include</Path>
  46. <Path fileType="data">/usr/lib/pkgconfig</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="3">
  51. <Date>2017-02-17</Date>
  52. <Version>1.2.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.2.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>2014-03-09</Date>
  66. <Version>1.2.0</Version>
  67. <Comment>First release</Comment>
  68. <Name>Kamil Atlı</Name>
  69. <Email>suvarice@gmail.com</Email>
  70. </Update>
  71. </History>
  72. </PISI>