pspec.xml 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>wxGTK2.8</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="a8d31ef924ae49e97690646b13d5a2a7be7dda10" type="tarbz2">mirrors://sourceforge/wxwindows/wxGTK-2.8.12.tar.bz2</Archive>
  19. <BuildDependencies>
  20. <Dependency>gst-plugins-base-devel</Dependency>
  21. <Dependency>gstreamer-devel</Dependency>
  22. <Dependency>gtk2-devel</Dependency>
  23. <Dependency>libjpeg-turbo-devel</Dependency>
  24. <Dependency>libSM-devel</Dependency>
  25. <Dependency>libXinerama-devel</Dependency>
  26. <Dependency>libXxf86vm-devel</Dependency>
  27. <Dependency>libsdl-devel</Dependency>
  28. <Dependency>mesa-devel</Dependency>
  29. <Dependency>mesa-glu-devel</Dependency>
  30. <Dependency>pango-devel</Dependency>
  31. <Dependency>tiff-devel</Dependency>
  32. </BuildDependencies>
  33. <Patches>
  34. <Patch level="1">make-abicheck-non-fatal.patch</Patch>
  35. <Patch level="1">wxGTK-collision.patch</Patch>
  36. <!-- we use external expat, but put it here just in case -->
  37. <Patch>wxGTK-2.8.10-CVE-2009-XXXX.diff</Patch>
  38. <Patch level="1">wxGTK-2.8.12.1-r2-gcc6.patch</Patch>
  39. </Patches>
  40. </Source>
  41. <Package>
  42. <Name>wxGTK2.8</Name>
  43. <RuntimeDependencies>
  44. <Dependency>gst-plugins-base</Dependency>
  45. <Dependency>gstreamer</Dependency>
  46. <Dependency>gtk2</Dependency>
  47. <Dependency>libjpeg-turbo</Dependency>
  48. <Dependency>libSM</Dependency>
  49. <Dependency>libXinerama</Dependency>
  50. <Dependency>libXxf86vm</Dependency>
  51. <Dependency>libsdl</Dependency>
  52. <Dependency>mesa</Dependency>
  53. <Dependency>pango</Dependency>
  54. <Dependency>tiff</Dependency>
  55. <Dependency>glib2</Dependency>
  56. <Dependency>libX11</Dependency>
  57. <Dependency>libgcc</Dependency>
  58. <Dependency>libpng</Dependency>
  59. <Dependency>gdk-pixbuf</Dependency>
  60. <Dependency release="current">wxBase</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="executable">/usr/bin/wx-config-2.8</Path>
  64. <Path fileType="executable">/usr/bin/wxconfig</Path>
  65. <Path fileType="library">/usr/lib/libwx_gtk*</Path>
  66. <Path fileType="library">/usr/lib/wx/config/gtk2-unicode-release-2.8</Path>
  67. </Files>
  68. </Package>
  69. <Package>
  70. <Name>wxGTK2.8-devel</Name>
  71. <Summary>wxGTK-devel is the development files for wxGTK</Summary>
  72. <RuntimeDependencies>
  73. <Dependency release="current">wxBase-devel</Dependency>
  74. <Dependency release="current">wxGTK2.8</Dependency>
  75. </RuntimeDependencies>
  76. <Files>
  77. <Path fileType="header">/usr/lib/wx/include</Path>
  78. </Files>
  79. </Package>
  80. <Package>
  81. <Name>wxBase</Name>
  82. <Summary>wxBase is the GUI independent part of wxWidgets</Summary>
  83. <RuntimeDependencies>
  84. <Dependency>libunwind</Dependency>
  85. <Dependency>zlib</Dependency>
  86. <Dependency>expat</Dependency>
  87. <Dependency>libgcc</Dependency>
  88. </RuntimeDependencies>
  89. <Files>
  90. <Path fileType="executable">/usr/bin/wxrc</Path>
  91. <Path fileType="executable">/usr/bin/wxrc-2.8</Path>
  92. <Path fileType="doc">/usr/share/doc</Path>
  93. <Path fileType="data">/usr/share/bakefile</Path>
  94. <Path fileType="locale">/usr/share/locale</Path>
  95. <Path fileType="library">/usr/lib/libwx_base*</Path>
  96. </Files>
  97. </Package>
  98. <Package>
  99. <Name>wxBase-devel</Name>
  100. <Summary>wxBase-devel is the development files for wxBase</Summary>
  101. <RuntimeDependencies>
  102. <Dependency release="current">wxGTK2.8</Dependency>
  103. <Dependency release="current">wxBase</Dependency>
  104. <Dependency>zlib-devel</Dependency>
  105. <Dependency>expat-devel</Dependency>
  106. </RuntimeDependencies>
  107. <Files>
  108. <Path fileType="header">/usr/include</Path>
  109. </Files>
  110. </Package>
  111. <History>
  112. <Update release="5">
  113. <Date>2020-01-19</Date>
  114. <Version>2.8.12</Version>
  115. <Comment>Rebuild.</Comment>
  116. <Name>Pisi Linux Community</Name>
  117. <Email>admin@pisilinux.org</Email>
  118. </Update>
  119. <Update release="4">
  120. <Date>2018-08-30</Date>
  121. <Version>2.8.12</Version>
  122. <Comment>Rebuild.</Comment>
  123. <Name>Pisi Linux Community</Name>
  124. <Email>admin@pisilinux.org</Email>
  125. </Update>
  126. <Update release="3">
  127. <Date>2017-04-11</Date>
  128. <Version>2.8.12</Version>
  129. <Comment>Release Bump</Comment>
  130. <Name>Kamil Atlı</Name>
  131. <Email>suvari@pisilinux.org</Email>
  132. </Update>
  133. <Update release="2">
  134. <Date>2016-06-09</Date>
  135. <Version>2.8.12</Version>
  136. <Comment>Release Bump</Comment>
  137. <Name>Pisi Linux Community</Name>
  138. <Email>admin@pisilinux.org</Email>
  139. </Update>
  140. <Update release="1">
  141. <Date>2015-01-05</Date>
  142. <Version>2.8.12</Version>
  143. <Comment>First release</Comment>
  144. <Name>Ertuğrul Erata</Name>
  145. <Email>ertugrulerata@gmail.com</Email>
  146. </Update>
  147. </History>
  148. </PISI>