pspec.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>suil</Name>
  6. <Homepage>https://drobilla.net/software/suil.html</Homepage>
  7. <Packager>
  8. <Name>Osman Erkan</Name>
  9. <Email>osman.erkan@pisilinux.org</Email>
  10. </Packager>
  11. <License>ISC</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Lightweight C library for loading and wrapping LV2 plugin UIs</Summary>
  14. <Description>Suil makes it possible to load a UI of any toolkit in a host using any other toolkit (assuming the toolkits are both supported by Suil).</Description>
  15. <Archive sha1sum="0494a3412033f4eb86cdaea867938c0c51ce0055" type="tarxz">http://download.drobilla.net/suil-0.10.18.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>qt5-base-devel</Dependency>
  18. <Dependency>gtk3-devel</Dependency>
  19. <Dependency>gtk2-devel</Dependency>
  20. <Dependency>lv2-devel</Dependency>
  21. <Dependency>atk-devel</Dependency>
  22. <Dependency>pango-devel</Dependency>
  23. <Dependency>cairo-devel</Dependency>
  24. <Dependency>libX11-devel</Dependency>
  25. <Dependency>freetype-devel</Dependency>
  26. <Dependency>gdk-pixbuf-devel</Dependency>
  27. <Dependency>meson</Dependency>
  28. <Dependency>python3-devel</Dependency>
  29. <Dependency>cmake</Dependency>
  30. <Dependency>fontconfig-devel</Dependency>
  31. <Dependency>python3-sphinx</Dependency>
  32. <Dependency>qt5-x11extras-devel</Dependency>
  33. <Dependency>cmake</Dependency>
  34. </BuildDependencies>
  35. </Source>
  36. <Package>
  37. <Name>suil</Name>
  38. <RuntimeDependencies>
  39. <Dependency>qt5-base</Dependency>
  40. <Dependency>gtk2</Dependency>
  41. <Dependency>atk</Dependency>
  42. <Dependency>gtk3</Dependency>
  43. <Dependency>cairo</Dependency>
  44. <Dependency>glib2</Dependency>
  45. <Dependency>pango</Dependency>
  46. <Dependency>libX11</Dependency>
  47. <Dependency>libgcc</Dependency>
  48. <Dependency>freetype</Dependency>
  49. <Dependency>gdk-pixbuf</Dependency>
  50. <Dependency>fontconfig</Dependency>
  51. <Dependency>qt5-x11extras</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="doc">/usr/share/doc</Path>
  55. <Path fileType="library">/usr/lib/libsuil*</Path>
  56. <Path fileType="library">/usr/lib/suil-0/libsuil*</Path>
  57. </Files>
  58. </Package>
  59. <Package>
  60. <Name>suil-devel</Name>
  61. <Summary>Development files for suil</Summary>
  62. <RuntimeDependencies>
  63. <Dependency>lv2-devel</Dependency>
  64. <Dependency release="current">suil</Dependency>
  65. </RuntimeDependencies>
  66. <Files>
  67. <Path fileType="header">/usr/include</Path>
  68. <Path fileType="data">/usr/lib/pkgconfig</Path>
  69. </Files>
  70. </Package>
  71. <History>
  72. <Update release="4">
  73. <Date>2023-06-24</Date>
  74. <Version>0.10.18</Version>
  75. <Comment>Version bump.</Comment>
  76. <Name>Mustafa Cinasal</Name>
  77. <Email>muscnsl@gmail.com</Email>
  78. </Update>
  79. <Update release="3">
  80. <Date>2020-03-08</Date>
  81. <Version>0.10.6</Version>
  82. <Comment>Version bump.</Comment>
  83. <Name>Mustafa Cinasal</Name>
  84. <Email>muscnsl@gmail.com</Email>
  85. </Update>
  86. <Update release="2">
  87. <Date>2018-09-01</Date>
  88. <Version>0.10.0</Version>
  89. <Comment>Rebuild New T.</Comment>
  90. <Name>Mustafa Cinasal</Name>
  91. <Email>muscnsl@gmail.com</Email>
  92. </Update>
  93. <Update release="1">
  94. <Date>2018-04-04</Date>
  95. <Version>0.10.0</Version>
  96. <Comment>First release.</Comment>
  97. <Name>Stefan Gronewold</Name>
  98. <Email>groni@pisilinux.org</Email>
  99. </Update>
  100. </History>
  101. </PISI>