pspec.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>liblqr</Name>
  6. <Homepage>http://liblqr.wikidot.com</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <License>LGPLv3</License>
  13. <IsA>library</IsA>
  14. <Summary>An easy to use C/C++ seam carving library</Summary>
  15. <Description>liblqr is a free, open source implementation of a seam carving algorithm which aims at resizing pictures non uniformly while preserving their features.</Description>
  16. <Archive sha1sum="69639f7dc56a084f59a3198f3a8d72e4a73ff927" type="tarbz2">http://liblqr.wdfiles.com/local--files/en:download-page/liblqr-1-0.4.2.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>glib2-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>liblqr</Name>
  23. <RuntimeDependencies>
  24. <Dependency>glib2</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>liblqr-devel</Name>
  33. <Summary>Development files for liblqr</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">liblqr</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include</Path>
  39. <Path fileType="data">/usr/lib/pkgconfig</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="5">
  44. <Date>2020-03-06</Date>
  45. <Version>0.4.2</Version>
  46. <Comment>Rebuild.</Comment>
  47. <Name>Pisi Linux Community</Name>
  48. <Email>admin@pisilinux.org</Email>
  49. </Update>
  50. <Update release="4">
  51. <Date>2018-08-06</Date>
  52. <Version>0.4.2</Version>
  53. <Comment>Release Bump</Comment>
  54. <Name>Pisi Linux Community</Name>
  55. <Email>admin@pisilinux.org</Email>
  56. </Update>
  57. <Update release="3">
  58. <Date>2017-03-02</Date>
  59. <Version>0.4.2</Version>
  60. <Comment>Release Bump</Comment>
  61. <Name>Ayhan Yalçınsoy</Name>
  62. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  63. </Update>
  64. <Update release="2">
  65. <Date>2016-06-09</Date>
  66. <Version>0.4.2</Version>
  67. <Comment>Release Bump</Comment>
  68. <Name>Pisi Linux Community</Name>
  69. <Email>admin@pisilinux.org</Email>
  70. </Update>
  71. <Update release="1">
  72. <Date>2014-05-24</Date>
  73. <Version>0.4.2</Version>
  74. <Comment>First release</Comment>
  75. <Name>Alihan Öztürk</Name>
  76. <Email>alihan@pisilinux.org</Email>
  77. </Update>
  78. </History>
  79. </PISI>