pspec.xml 3.4 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>libdv</Name>
  6. <Homepage>http://libdv.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Software codec for dv-format video (camcorders etc)</Summary>
  14. <Description>The Quasar DV codec (libdv) is a software codec for DV video, the encoding format used by most digital camcorders, typically those that support the IEEE 1394 (a.k.a. FireWire or i.Link) interface. Libdv was developed according to the official standards for DV video: IEC 61834 and SMPTE 314M.</Description>
  15. <Archive sha1sum="2e5ba0e95f665d60e72cbebcf1c4989e0d6c92c8" type="targz">mirrors://sourceforge/libdv/libdv-1.0.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libsdl-devel</Dependency>
  18. <Dependency>popt-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch level="1">libdv-0.99-2.6.patch</Patch>
  22. <Patch level="1">libdv-1.0.0-pic.patch</Patch>
  23. <Patch level="1">libdv-1.0.0-dso-linking.patch</Patch>
  24. <Patch level="1">libdv-mmxdetect-athlon.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>libdv</Name>
  29. <RuntimeDependencies>
  30. <Dependency>popt</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. <Path fileType="man">/usr/share/man</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>libdv-devel</Name>
  41. <Summary>Development files for libdv</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">libdv</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include/libdv</Path>
  47. <Path fileType="data">/usr/lib/pkgconfig</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="5">
  52. <Date>2020-01-18</Date>
  53. <Version>1.0.0</Version>
  54. <Comment>Rebuild</Comment>
  55. <Name>Mustafa Cinasal</Name>
  56. <Email>muscnsl@gmail.com</Email>
  57. </Update>
  58. <Update release="4">
  59. <Date>2018-08-02</Date>
  60. <Version>1.0.0</Version>
  61. <Comment>Rebuild</Comment>
  62. <Name>Mustafa Cinasal</Name>
  63. <Email>muscnsl@gmail.com</Email>
  64. </Update>
  65. <Update release="3">
  66. <Date>2017-03-02</Date>
  67. <Version>1.0.0</Version>
  68. <Comment>Release Bump</Comment>
  69. <Name>Ayhan Yalçınsoy</Name>
  70. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  71. </Update>
  72. <Update release="2">
  73. <Date>2016-06-09</Date>
  74. <Version>1.0.0</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-09</Date>
  81. <Version>1.0.0</Version>
  82. <Comment>First release</Comment>
  83. <Name>Kamil Atlı</Name>
  84. <Email>suvarice@gmail.com</Email>
  85. </Update>
  86. </History>
  87. </PISI>