pspec.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gphoto2</Name>
  6. <Homepage>http://www.gphoto.org/</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. <PartOf>multimedia.misc</PartOf>
  14. <Summary>Digital camera software.</Summary>
  15. <Description>
  16. gPhoto2 is a free, redistributable, ready to use set of digital camera software applications for Unix-like systems, written by a whole team of dedicated volunteers around the world. It supports more than 2500 cameras.
  17. </Description>
  18. <Archive sha1sum="fd2c94ac0fff6b5c141925bcfbe32386d95ccced" type="tarxz">
  19. mirrors://sourceforge/project/gphoto/gphoto/2.5.28/gphoto2-2.5.28.tar.xz
  20. </Archive>
  21. <BuildDependencies>
  22. <Dependency>cdk-devel</Dependency>
  23. <Dependency>popt-devel</Dependency>
  24. <Dependency>aalib-devel</Dependency>
  25. <Dependency>readline-devel</Dependency>
  26. <Dependency>libgphoto2-devel</Dependency>
  27. <Dependency>libjpeg-turbo-devel</Dependency>
  28. </BuildDependencies>
  29. <Patches>
  30. <!-- <Patch level="1">cdk_header_path.patch</Patch> -->
  31. </Patches>
  32. </Source>
  33. <Package>
  34. <Name>gphoto2</Name>
  35. <RuntimeDependencies>
  36. <Dependency>cdk</Dependency>
  37. <Dependency>popt</Dependency>
  38. <Dependency>aalib</Dependency>
  39. <Dependency>libexif</Dependency>
  40. <Dependency>ncurses</Dependency>
  41. <Dependency>readline</Dependency>
  42. <Dependency>libgphoto2</Dependency>
  43. <Dependency>libjpeg-turbo</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="executable">/usr/bin</Path>
  47. <Path fileType="localedata">/usr/share/locale</Path>
  48. <Path fileType="man">/usr/share/man/man1</Path>
  49. <Path fileType="doc">/usr/share/doc</Path>
  50. </Files>
  51. </Package>
  52. <History>
  53. <Update release="3">
  54. <Date>2022-01-17</Date>
  55. <Version>2.5.28</Version>
  56. <Comment>Version bump.</Comment>
  57. <Name>fury</Name>
  58. <Email>uglyside@yandex.ru</Email>
  59. </Update>
  60. <Update release="2">
  61. <Date>2021-01-19</Date>
  62. <Version>2.5.26</Version>
  63. <Comment>Version bump.</Comment>
  64. <Name>fury</Name>
  65. <Email>uglyside@yandex.ru</Email>
  66. </Update>
  67. <Update release="1">
  68. <Date>2020-12-06</Date>
  69. <Version>2.5.23</Version>
  70. <Comment>First build.</Comment>
  71. <Name>fury</Name>
  72. <Email>uglyside@yandex.ru</Email>
  73. </Update>
  74. </History>
  75. </PISI>