pspec.xml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>wxGTK</Name>
  6. <Homepage>http://www.wxwidgets.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>wxWinLL-3</License>
  12. <License>GPLv2</License>
  13. <License>LGPLv2</License>
  14. <License>wxWinFDL-3</License>
  15. <IsA>library</IsA>
  16. <Summary>GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit</Summary>
  17. <Description>wxWidgets/GTK2 is the GTK2 port of the C++ cross-platform wxWidgets GUI library, offering classes for all common GUI controls as well as a comprehensive set of helper classes for most common application tasks, ranging from networking to HTML display and image manipulation.</Description>
  18. <Archive sha1sum="ea785822d0f1c3290707bda6da570e596b3ec85a" type="tarbz2">https://github.com/wxWidgets/wxWidgets/releases/download/v3.0.3.1/wxWidgets-3.0.3.1.tar.bz2</Archive>
  19. <BuildDependencies>
  20. <Dependency>zlib-devel</Dependency>
  21. <Dependency>tiff-devel</Dependency>
  22. <Dependency>gtk2-devel</Dependency>
  23. <Dependency>expat-devel</Dependency>
  24. <Dependency>libSM-devel</Dependency>
  25. <Dependency>libpng-devel</Dependency>
  26. <Dependency>mesa-glu-devel</Dependency>
  27. <Dependency>webkit-gtk2-devel</Dependency>
  28. <Dependency>libjpeg-turbo-devel</Dependency>
  29. <Dependency>gconf-devel</Dependency>
  30. <Dependency>gst-plugins-base-devel</Dependency>
  31. <Dependency>gst-plugins-base-next-devel</Dependency>
  32. </BuildDependencies>
  33. <Patches>
  34. <Patch level="1">make-abicheck-non-fatal.patch</Patch>
  35. <Patch level="1">wxGTK3-3.0.3-webkit2.patch</Patch>
  36. <Patch level="1">wxGTK3-3.0.3-avoid-tlw-destroy-assert.patch</Patch>
  37. </Patches>
  38. </Source>
  39. <Package>
  40. <Name>wxGTK</Name>
  41. <RuntimeDependencies>
  42. <Dependency>gtk2</Dependency>
  43. <Dependency>mesa</Dependency>
  44. <Dependency>tiff</Dependency>
  45. <Dependency>zlib</Dependency>
  46. <Dependency>cairo</Dependency>
  47. <Dependency>expat</Dependency>
  48. <Dependency>glib2</Dependency>
  49. <Dependency>pango</Dependency>
  50. <Dependency>libSM</Dependency>
  51. <Dependency>libX11</Dependency>
  52. <Dependency>libgcc</Dependency>
  53. <Dependency>libpng</Dependency>
  54. <Dependency>gstreamer</Dependency>
  55. <Dependency>fontconfig</Dependency>
  56. <Dependency>gdk-pixbuf</Dependency>
  57. <Dependency>libXxf86vm</Dependency>
  58. <Dependency>webkit-gtk2</Dependency>
  59. <Dependency>libjpeg-turbo</Dependency>
  60. <Dependency>libjpeg-turbo</Dependency>
  61. <Dependency>gstreamer-next</Dependency>
  62. <Dependency>gst-plugins-base-next</Dependency>
  63. </RuntimeDependencies>
  64. <Files>
  65. <Path fileType="library">/usr/lib/</Path>
  66. <Path fileType="executable">/usr/bin</Path>
  67. <Path fileType="doc">/usr/share/doc/</Path>
  68. <Path fileType="data">/usr/share/aclocal/</Path>
  69. <Path fileType="data">/usr/share/bakefile/</Path>
  70. <Path fileType="library">/usr/lib/wx/config</Path>
  71. <Path fileType="localedata">/usr/share/locale/</Path>
  72. </Files>
  73. </Package>
  74. <Package>
  75. <Name>wxGTK-devel</Name>
  76. <Summary>wxGTK-devel is the development files for wxGTK</Summary>
  77. <RuntimeDependencies>
  78. <Dependency release="current">wxGTK</Dependency>
  79. </RuntimeDependencies>
  80. <Files>
  81. <Path fileType="header">/usr/include</Path>
  82. </Files>
  83. </Package>
  84. <History>
  85. <Update release="4">
  86. <Date>2018-02-20</Date>
  87. <Version>3.0.3.1</Version>
  88. <Comment>Release Bump</Comment>
  89. <Name>Mustafa Cinasal</Name>
  90. <Email>admin@pisilinux.org</Email>
  91. </Update>
  92. <Update release="3">
  93. <Date>2017-04-09</Date>
  94. <Version>3.0.2</Version>
  95. <Comment>Release Bump</Comment>
  96. <Name>Kamil Atlı</Name>
  97. <Email>admin@pisilinux.org</Email>
  98. </Update>
  99. <Update release="2">
  100. <Date>2016-06-09</Date>
  101. <Version>3.0.2</Version>
  102. <Comment>Release Bump</Comment>
  103. <Name>Pisi Linux Community</Name>
  104. <Email>admin@pisilinux.org</Email>
  105. </Update>
  106. <Update release="1">
  107. <Date>2016-02-23</Date>
  108. <Version>3.0.2</Version>
  109. <Comment>First release</Comment>
  110. <Name>İbrahim KARAGÜZEL</Name>
  111. <Email>ibrahimkaraguzel@windowslive.com</Email>
  112. </Update>
  113. </History>
  114. </PISI>