pspec.xml 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libmypaint</Name>
  6. <Homepage>https://github.com/mypaint/libmypaint</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>ISC</License>
  12. <IsA>library</IsA>
  13. <Summary>a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support</Summary>
  14. <Description>a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support</Description>
  15. <Archive sha1sum="04c08ed585de3469f6f23d52b83f3566a27fb4a6" type="tarxz">https://github.com/mypaint/libmypaint/releases/download/v1.6.1/libmypaint-1.6.1.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python3</Dependency>
  18. <Dependency>intltool</Dependency>
  19. <Dependency>json-c-devel</Dependency>
  20. <Dependency>gobject-introspection-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>libmypaint</Name>
  25. <RuntimeDependencies>
  26. <Dependency>glib2</Dependency>
  27. <Dependency>json-c</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="data">/usr/share</Path>
  32. <Path fileType="localedata">/usr/share/locale</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>libmypaint-devel</Name>
  37. <Summary>Development files for libmypaint</Summary>
  38. <RuntimeDependencies>
  39. <Dependency release="current">libmypaint</Dependency>
  40. <Dependency>glib2-devel</Dependency>
  41. <Dependency>json-c-devel</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="header">/usr/include</Path>
  45. <Path fileType="data">/usr/lib/pkgconfig</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="5">
  50. <Date>2023-11-02</Date>
  51. <Version>1.6.1</Version>
  52. <Comment>Version bump.</Comment>
  53. <Name>Mustafa Cinasal</Name>
  54. <Email>muscnsl@gmail.com</Email>
  55. </Update>
  56. <Update release="4">
  57. <Date>2020-11-07</Date>
  58. <Version>1.5.0</Version>
  59. <Comment>Version bump.</Comment>
  60. <Name>Mustafa Cinasal</Name>
  61. <Email>muscnsl@gmail.com</Email>
  62. </Update>
  63. <Update release="3">
  64. <Date>2020-02-12</Date>
  65. <Version>1.5.0</Version>
  66. <Comment>Version bump.</Comment>
  67. <Name>Mustafa Cinasal</Name>
  68. <Email>muscnsl@gmail.com</Email>
  69. </Update>
  70. <Update release="2">
  71. <Date>2018-08-14</Date>
  72. <Version>1.3.0</Version>
  73. <Comment>Rebuild New T.</Comment>
  74. <Name>Mustafa Cinasal</Name>
  75. <Email>muscnsl@gmail.com</Email>
  76. </Update>
  77. <Update release="1">
  78. <Date>2017-12-20</Date>
  79. <Version>1.3.0</Version>
  80. <Comment>First release.</Comment>
  81. <Name>Mustafa Cinasal</Name>
  82. <Email>muscnsl@gmail.com</Email>
  83. </Update>
  84. </History>
  85. </PISI>