pspec.xml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>wine</Name>
  6. <Homepage>http://www.winehq.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>app:console</IsA>
  13. <Icon>wine</Icon>
  14. <Summary>WINE Is Not An Emulator, which lets you run Microsoft Windows applications</Summary>
  15. <Description>Wine allows running Windows 3.*, Windows 95/98 and Windows NT programs on a i386 (or compatible) machine running X11. It is still alpha level code; don't expect everything to work.</Description>
  16. <Archive sha1sum="50e117bcc17a7ce646b9f5b95059e044a7f513bd" type="tarxz">https://dl.winehq.org/wine/source/9.x/wine-9.19.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>mit-kerberos</Dependency>
  19. <Dependency>lcms2-devel</Dependency>
  20. <Dependency>libao-devel</Dependency>
  21. <Dependency>libSM-devel</Dependency>
  22. <Dependency>mpg123-devel</Dependency>
  23. <Dependency>openal-devel</Dependency>
  24. <Dependency>libusb-devel</Dependency>
  25. <Dependency>openssl-devel</Dependency>
  26. <Dependency>libsdl2-devel</Dependency>
  27. <Dependency>libv4l-devel</Dependency>
  28. <Dependency>libXext-devel</Dependency>
  29. <Dependency>e2fsprogs-devel</Dependency>
  30. <Dependency>samba-devel</Dependency>
  31. <Dependency>libxslt-32bit</Dependency>
  32. <Dependency>mesa-glu-devel</Dependency>
  33. <Dependency>alsa-lib-devel</Dependency>
  34. <Dependency>gstreamer-devel</Dependency>
  35. <Dependency>openldap-client</Dependency>
  36. <Dependency>libgphoto2-devel</Dependency>
  37. <Dependency>libunwind-devel</Dependency>
  38. <Dependency>pulseaudio-libs-devel</Dependency>
  39. <Dependency>gst-plugins-base-devel</Dependency>
  40. <!-- Libraries used with dlopen() -->
  41. <Dependency>cups-devel</Dependency>
  42. <Dependency>vkd3d-devel</Dependency>
  43. <Dependency>gnutls-devel</Dependency>
  44. <Dependency>gnutls-32bit</Dependency>
  45. <Dependency>libXcursor-devel</Dependency>
  46. <Dependency>libXi-devel</Dependency>
  47. <Dependency>libXrandr-devel</Dependency>
  48. <Dependency>libXxf86vm-devel</Dependency>
  49. <Dependency>sane-backends-devel</Dependency>
  50. <Dependency>unixODBC-devel</Dependency>
  51. <!-- configure script also checks for these librarires -->
  52. <Dependency>dbus-devel</Dependency>
  53. <Dependency>fontconfig-devel</Dependency>
  54. <Dependency>gsm-devel</Dependency>
  55. <Dependency>libjpeg-turbo-devel</Dependency>
  56. <Dependency>libXcomposite-devel</Dependency>
  57. <Dependency>libXinerama-devel</Dependency>
  58. <Dependency>libxslt-devel</Dependency>
  59. <Dependency>tiff-devel</Dependency>
  60. <Dependency>gettext-devel</Dependency>
  61. <Dependency>giflib-devel</Dependency>
  62. <Dependency>v4l-utils</Dependency>
  63. <Dependency>libpng-devel</Dependency>
  64. <Dependency>libtevent-devel</Dependency>
  65. <!-- Audio servers are not necessary for runtime -->
  66. <Dependency>jack-audio-connection-kit-devel</Dependency>
  67. <!-- fontforge is needed to build fonts -->
  68. <Dependency>fontforge</Dependency>
  69. <Dependency>freetype-devel</Dependency>
  70. <Dependency>freetype-32bit</Dependency>
  71. <Dependency>libpcap-devel</Dependency>
  72. <Dependency>util-linux</Dependency>
  73. <Dependency>libutil-linux-devel</Dependency>
  74. <Dependency>ncurses-devel</Dependency>
  75. <Dependency>wayland-devel</Dependency>
  76. <Dependency>wayland-client</Dependency>
  77. <Dependency>wayland-server</Dependency>
  78. <Dependency>pcsc-lite-devel</Dependency>
  79. <Dependency>libxkbcommon-devel</Dependency>
  80. <Dependency>compiler-rt</Dependency>
  81. <Dependency>lldb-devel</Dependency>
  82. <Dependency>lld-devel</Dependency>
  83. </BuildDependencies>
  84. <Patches>
  85. <!-- patches -->
  86. <!-- <Patch level="1">wine-1.9.3-gcc-5_3_0-disable-force-alignment.patch</Patch> -->
  87. <!-- <Patch level="1">gcc_erorr.patch</Patch> -->
  88. <Patch level="1">0001-programs-winhlp32-Use-noyywrap-for-macro.lex.l-and-p.patch</Patch>
  89. <!-- Use XDG_DOCUMENTS_DIR for "My Documents" -->
  90. </Patches>
  91. </Source>
  92. <Package>
  93. <Name>wine</Name>
  94. <IsA>app:gui</IsA>
  95. <RuntimeDependencies>
  96. <Dependency version="current">wine-32bit</Dependency>
  97. <Dependency version="current">winetricks</Dependency>
  98. <Dependency>lcms2</Dependency>
  99. <Dependency>libX11</Dependency>
  100. <Dependency>libSM</Dependency>
  101. <Dependency>vkd3d</Dependency>
  102. <Dependency>mpg123</Dependency>
  103. <Dependency>openal</Dependency>
  104. <Dependency>libusb</Dependency>
  105. <Dependency>libXext</Dependency>
  106. <Dependency>mesa-glu</Dependency>
  107. <Dependency>alsa-lib</Dependency>
  108. <Dependency>gstreamer</Dependency>
  109. <Dependency>libgphoto2</Dependency>
  110. <Dependency>libXcomposite</Dependency>
  111. <Dependency>openldap-client</Dependency>
  112. <Dependency>pulseaudio-libs</Dependency>
  113. <Dependency>gst-plugins-base</Dependency>
  114. <Dependency>libjpeg-turbo</Dependency>
  115. <Dependency>libtevent</Dependency>
  116. <Dependency>p11-kit</Dependency>
  117. <Dependency>libxml2</Dependency>
  118. <Dependency>giflib</Dependency>
  119. <Dependency>ncurses</Dependency>
  120. <!-- Libraries used with dlopen() -->
  121. <Dependency>cups</Dependency>
  122. <Dependency>gnutls</Dependency>
  123. <Dependency>libXcursor</Dependency>
  124. <Dependency>libXi</Dependency>
  125. <Dependency>libXrandr</Dependency>
  126. <Dependency>libXxf86vm</Dependency>
  127. <Dependency>sane-backends</Dependency>
  128. <Dependency>unixODBC</Dependency>
  129. <Dependency>zlib</Dependency>
  130. <Dependency>eudev</Dependency>
  131. <Dependency>libgcc</Dependency>
  132. <!-- required by winetricks -->
  133. <Dependency>cabextract</Dependency>
  134. <Dependency>libpcap</Dependency>
  135. <Dependency>libunwind</Dependency>
  136. <Dependency>wayland</Dependency>
  137. <Dependency>wayland-client</Dependency>
  138. <Dependency>pcsc-lite</Dependency>
  139. <Dependency>libxkbcommon</Dependency>
  140. </RuntimeDependencies>
  141. <Files>
  142. <Path fileType="data">/etc/xdg</Path>
  143. <Path fileType="executable">/usr/bin</Path>
  144. <Path fileType="library">/usr/lib</Path>
  145. <Path fileType="data">/usr/share/applications</Path>
  146. <Path fileType="data">/usr/share/desktop-directories</Path>
  147. <Path fileType="data">/usr/share/wine</Path>
  148. <Path fileType="localedata">/usr/share/locale</Path>
  149. <Path fileType="doc">/usr/share/doc</Path>
  150. <Path fileType="man">/usr/share/man</Path>
  151. </Files>
  152. <AdditionalFiles>
  153. <!-- winetricks script from http://kegel.com/wine/winetricks -->
  154. <AdditionalFile target="/usr/bin/winetricks" permission="0755">winetricks</AdditionalFile>
  155. <!-- wisotool script from http://kegel.com/wine/wisotool -->
  156. <AdditionalFile target="/usr/bin/wisotool" permission="0755">wisotool</AdditionalFile>
  157. <AdditionalFile target="/etc/xdg/menus/applications-merged/wine.menu" permission="0644">menu/wine.menu</AdditionalFile>
  158. <AdditionalFile target="/usr/share/desktop-directories/Wine.directory" permission="0644">menu/Wine.directory</AdditionalFile>
  159. <AdditionalFile target="/usr/share/applications/wine/taskmgr.desktop" permission="0644">menu/taskmgr.desktop</AdditionalFile>
  160. <AdditionalFile target="/usr/share/applications/wine/uninstaller.desktop" permission="0644">menu/uninstaller.desktop</AdditionalFile>
  161. <AdditionalFile target="/usr/share/applications/wine/winecfg.desktop" permission="0644">menu/winecfg.desktop</AdditionalFile>
  162. <AdditionalFile target="/usr/share/applications/wine/winefile.desktop" permission="0644">menu/winefile.desktop</AdditionalFile>
  163. <AdditionalFile target="/usr/share/applications/wine/winetricks.desktop" permission="0644">menu/winetricks.desktop</AdditionalFile>
  164. <AdditionalFile target="/usr/share/applications/wine/wine-mime-msi.desktop" permission="0644">menu/wine-mime-msi.desktop</AdditionalFile>
  165. <AdditionalFile target="/usr/share/applications/wine/wine-oleview.desktop" permission="0644">menu/wine-oleview.desktop</AdditionalFile>
  166. <AdditionalFile target="/usr/share/applications/wine/wine-winemine.desktop" permission="0644">menu/wine-winemine.desktop</AdditionalFile>
  167. </AdditionalFiles>
  168. <Conflicts>
  169. <Package>wine-staging</Package>
  170. </Conflicts>
  171. </Package>
  172. <Package>
  173. <Name>wine-devel</Name>
  174. <Summary>Wine development environment</Summary>
  175. <RuntimeDependencies>
  176. <Dependency version="current">wine</Dependency>
  177. </RuntimeDependencies>
  178. <Files>
  179. <Path fileType="executable">/usr/bin/function_grep.pl</Path>
  180. <Path fileType="executable">/usr/bin/widl</Path>
  181. <Path fileType="executable">/usr/bin/winebuild</Path>
  182. <Path fileType="executable">/usr/bin/winecpp</Path>
  183. <Path fileType="executable">/usr/bin/wineg++</Path>
  184. <Path fileType="executable">/usr/bin/winegcc</Path>
  185. <Path fileType="executable">/usr/bin/winemaker</Path>
  186. <Path fileType="executable">/usr/bin/wmc</Path>
  187. <Path fileType="executable">/usr/bin/wrc</Path>
  188. <Path fileType="header">/usr/include/wine</Path>
  189. <Path fileType="data">/usr/share/aclocal</Path>
  190. <Path fileType="man">/usr/share/man/man1/widl.1</Path>
  191. <Path fileType="man">/usr/share/man/man1/winebuild.1</Path>
  192. <Path fileType="man">/usr/share/man/man1/winecpp.1</Path>
  193. <Path fileType="man">/usr/share/man/man1/wineg++.1</Path>
  194. <Path fileType="man">/usr/share/man/man1/winegcc.1</Path>
  195. <Path fileType="man">/usr/share/man/man1/winemaker.1</Path>
  196. <Path fileType="man">/usr/share/man/man1/wmc.1</Path>
  197. <Path fileType="man">/usr/share/man/man1/wrc.1</Path>
  198. </Files>
  199. <Conflicts>
  200. <Package>wine-staging-devel</Package>
  201. </Conflicts>
  202. </Package>
  203. <Package>
  204. <Name>winetricks</Name>
  205. <Summary>winetricks is a helper script to download and install various redistributable runtime libraries needed to run some programs in Wine.</Summary>
  206. <RuntimeDependencies>
  207. <Dependency>zenity</Dependency>
  208. </RuntimeDependencies>
  209. <Files>
  210. <Path fileType="executable">/usr/bin/winetricks</Path>
  211. <Path fileType="data">/usr/share/applications/winetricks.desktop</Path>
  212. </Files>
  213. </Package>
  214. <Package>
  215. <Name>wine-32bit</Name>
  216. <PartOf>emul32</PartOf>
  217. <Summary>32-bit shared libraries for wine</Summary>
  218. <BuildType>emul32</BuildType>
  219. <BuildDependencies>
  220. <Dependency>gsm-32bit</Dependency>
  221. <Dependency>zlib-32bit</Dependency>
  222. <Dependency>glib2-32bit</Dependency>
  223. <Dependency>vkd3d-32bit</Dependency>
  224. <Dependency>lcms2-32bit</Dependency>
  225. <Dependency>cups-32bit</Dependency>
  226. <Dependency>dbus-32bit</Dependency>
  227. <Dependency>tiff-32bit</Dependency>
  228. <Dependency>libSM-32bit</Dependency>
  229. <Dependency>libXi-32bit</Dependency>
  230. <Dependency>p11-kit-32bit</Dependency>
  231. <Dependency>giflib-32bit</Dependency>
  232. <Dependency>libpng-32bit</Dependency>
  233. <Dependency>libv4l-32bit</Dependency>
  234. <Dependency>libX11-32bit</Dependency>
  235. <Dependency>libsdl2-32bit</Dependency>
  236. <Dependency>mpg123-32bit</Dependency>
  237. <Dependency>openal-32bit</Dependency>
  238. <Dependency>libXext-32bit</Dependency>
  239. <Dependency>libxml2-32bit</Dependency>
  240. <Dependency>wayland-32bit</Dependency>
  241. <Dependency>libXinerama-32bit</Dependency>
  242. <Dependency>libXcomposite-32bit</Dependency>
  243. <Dependency>libxkbcommon-32bit</Dependency>
  244. <Dependency>alsa-lib-32bit</Dependency>
  245. <Dependency>mesa-glu-32bit</Dependency>
  246. <Dependency>openldap-32bit</Dependency>
  247. <Dependency>ncurses-32bit</Dependency>
  248. <Dependency>libunwind-32bit</Dependency>
  249. <Dependency>libXrandr-32bit</Dependency>
  250. <Dependency>libXdamage-32bit</Dependency>
  251. <Dependency>libXxf86vm-32bit</Dependency>
  252. <Dependency>fontconfig-32bit</Dependency>
  253. <Dependency>libXcursor-32bit</Dependency>
  254. <Dependency>libXxf86dga-32bit</Dependency>
  255. <Dependency>gstreamer-32bit</Dependency>
  256. <Dependency>libutil-linux-32bit</Dependency>
  257. <Dependency>libjpeg-turbo-32bit</Dependency>
  258. <Dependency>libXcomposite-32bit</Dependency>
  259. <Dependency>pulseaudio-libs-32bit</Dependency>
  260. <Dependency>gst-plugins-base-32bit</Dependency>
  261. </BuildDependencies>
  262. <RuntimeDependencies>
  263. <Dependency>zlib-32bit</Dependency>
  264. <Dependency>vkd3d-32bit</Dependency>
  265. <Dependency>lcms2-32bit</Dependency>
  266. <Dependency>libSM-32bit</Dependency>
  267. <Dependency>libX11-32bit</Dependency>
  268. <Dependency>mpg123-32bit</Dependency>
  269. <Dependency>openal-32bit</Dependency>
  270. <Dependency>libXext-32bit</Dependency>
  271. <Dependency>libxml2-32bit</Dependency>
  272. <Dependency>alsa-lib-32bit</Dependency>
  273. <Dependency>mesa-glu-32bit</Dependency>
  274. <Dependency>openldap-32bit</Dependency>
  275. <Dependency>gsm-32bit</Dependency>
  276. <Dependency>eudev-32bit</Dependency>
  277. <Dependency>cups-32bit</Dependency>
  278. <Dependency>tiff-32bit</Dependency>
  279. <Dependency>libXi-32bit</Dependency>
  280. <Dependency>gnutls-32bit</Dependency>
  281. <Dependency>libpng-32bit</Dependency>
  282. <Dependency>ncurses-32bit</Dependency>
  283. <Dependency>openssl-32bit</Dependency>
  284. <Dependency>wayland-32bit</Dependency>
  285. <Dependency>libxkbcommon-32bit</Dependency>
  286. <Dependency>p11-kit-32bit</Dependency>
  287. <Dependency>giflib-32bit</Dependency>
  288. <Dependency>alsa-lib-32bit</Dependency>
  289. <Dependency>libXrandr-32bit</Dependency>
  290. <Dependency>gstreamer-32bit</Dependency>
  291. <Dependency>fontconfig-32bit</Dependency>
  292. <Dependency>libXcursor-32bit</Dependency>
  293. <Dependency>libXdamage-32bit</Dependency>
  294. <Dependency>libXxf86vm-32bit</Dependency>
  295. <Dependency>libXxf86dga-32bit</Dependency>
  296. <Dependency>libtool-ltdl-32bit</Dependency>
  297. <Dependency>libXcomposite-32bit</Dependency>
  298. <Dependency>libjpeg-turbo-32bit</Dependency>
  299. <Dependency>pulseaudio-libs-32bit</Dependency>
  300. </RuntimeDependencies>
  301. <Files>
  302. <Path fileType="library">/usr/lib32/libwine.so*</Path>
  303. <Path fileType="library">/usr/lib32/wine</Path>
  304. </Files>
  305. <Conflicts>
  306. <Package>wine-staging-32bit</Package>
  307. </Conflicts>
  308. </Package>
  309. <History>
  310. <Update release="24">
  311. <Date>2024-10-06</Date>
  312. <Version>9.19</Version>
  313. <Comment>Version bump.</Comment>
  314. <Name>Pisi Linux Community</Name>
  315. <Email>admin@pisilinux.org</Email>
  316. </Update>
  317. <Update release="23">
  318. <Date>2023-10-14</Date>
  319. <Version>8.18</Version>
  320. <Comment>Version bump.</Comment>
  321. <Name>Mustafa Cinasal</Name>
  322. <Email>muscnsl@gmail.com</Email>
  323. </Update>
  324. <Update release="22">
  325. <Date>2022-09-25</Date>
  326. <Version>7.18</Version>
  327. <Comment>Version bump.</Comment>
  328. <Name>Mustafa Cinasal</Name>
  329. <Email>muscnsl@gmail.com</Email>
  330. </Update>
  331. <Update release="21">
  332. <Date>2022-09-23</Date>
  333. <Version>7.17</Version>
  334. <Comment>Version bump.</Comment>
  335. <Name>Mustafa Cinasal</Name>
  336. <Email>muscnsl@gmail.com</Email>
  337. </Update>
  338. <Update release="20">
  339. <Date>2020-06-03</Date>
  340. <Version>5.9</Version>
  341. <Comment>Version bump.</Comment>
  342. <Name>İdris Kalp</Name>
  343. <Email>idriskalp@gmail.com</Email>
  344. </Update>
  345. <Update release="19">
  346. <Date>2019-09-30</Date>
  347. <Version>4.17</Version>
  348. <Comment>Version bump.</Comment>
  349. <Name>Mustafa Cinasal</Name>
  350. <Email>muscnsl@gmail.com</Email>
  351. </Update>
  352. <Update release="18">
  353. <Date>2019-03-03</Date>
  354. <Version>4.3</Version>
  355. <Comment>Version bump</Comment>
  356. <Name>PisiLinux Community</Name>
  357. <Email>admins@pisilinux.org</Email>
  358. </Update>
  359. <Update release="17">
  360. <Date>2019-01-23</Date>
  361. <Version>4.0</Version>
  362. <Comment>Version bump</Comment>
  363. <Name>PisiLinux Community</Name>
  364. <Email>admins@pisilinux.org</Email>
  365. </Update>
  366. <Update release="16">
  367. <Date>2018-11-25</Date>
  368. <Version>3.21</Version>
  369. <Comment>Version bump</Comment>
  370. <Name>PisiLinux Community</Name>
  371. <Email>admins@pisilinux.org</Email>
  372. </Update>
  373. <Update release="15">
  374. <Date>2018-08-29</Date>
  375. <Version>3.14</Version>
  376. <Comment>Version bump</Comment>
  377. <Name>PisiLinux Community</Name>
  378. <Email>admins@pisilinux.org</Email>
  379. </Update>
  380. <Update release="14">
  381. <Date>2018-07-11</Date>
  382. <Version>3.12</Version>
  383. <Comment>Version bump</Comment>
  384. <Name>PisiLinux Community</Name>
  385. <Email>admins@pisilinux.org</Email>
  386. </Update>
  387. <Update release="13">
  388. <Date>2018-05-23</Date>
  389. <Version>3.8</Version>
  390. <Comment>Version bump</Comment>
  391. <Name>PisiLinux Community</Name>
  392. <Email>admins@pisilinux.org</Email>
  393. </Update>
  394. <Update release="12">
  395. <Date>2018-04-23</Date>
  396. <Version>3.6</Version>
  397. <Comment>Version bump</Comment>
  398. <Name>PisiLinux Community</Name>
  399. <Email>admins@pisilinux.org</Email>
  400. </Update>
  401. <Update release="11">
  402. <Date>2017-12-24</Date>
  403. <Version>2.22</Version>
  404. <Comment>Version bump</Comment>
  405. <Name>PisiLinux Community</Name>
  406. <Email>admins@pisilinux.org</Email>
  407. </Update>
  408. <Update release="10">
  409. <Date>2017-05-28</Date>
  410. <Version>2.9</Version>
  411. <Comment>Version bump</Comment>
  412. <Name>PisiLinux Community</Name>
  413. <Email>admins@pisilinux.org</Email>
  414. </Update>
  415. <Update release="9">
  416. <Date>2017-01-29</Date>
  417. <Version>2.0</Version>
  418. <Comment>Version bump.</Comment>
  419. <Name>Stefan Gronewold</Name>
  420. <Email>groni@pisilinux.org</Email>
  421. </Update>
  422. <Update release="8">
  423. <Date>2016-09-13</Date>
  424. <Version>1.9.18</Version>
  425. <Comment>
  426. - Support for multiple kernel drivers in a single process.
  427. - More WebServices reader support.
  428. - Various improvements in joystick support.
  429. - Some more work towards the Direct3D command stream.
  430. - GDI performance improvements.
  431. - Improved IME window handling.
  432. - Compatibility fixes in the clipboard support.
  433. - Various bug fixes.
  434. </Comment>
  435. <Name>Ergün Salman</Name>
  436. <Email>poyraz76@pisilinux.org</Email>
  437. </Update>
  438. <Update release="7">
  439. <Date>2016-08-22</Date>
  440. <Version>1.9.17</Version>
  441. <Comment>
  442. -Better exception handling on 64-bit.
  443. -Various improvements in joystick support.
  444. -Some more stream support in the C++ runtime.
  445. -Font embedding improvements.
  446. -More metafile support in GDI+.
  447. -Various bug fixes.
  448. </Comment>
  449. <Name>Ergün Salman</Name>
  450. <Email>poyraz76@pisilinux.org</Email>
  451. </Update>
  452. <Update release="6">
  453. <Date>2016-08-15</Date>
  454. <Version>1.9.16</Version>
  455. <Comment>
  456. -Better 64-bit binary compatibility on macOS.
  457. -Performance improvements in JavaScript.
  458. -More progress towards the Direct3D command stream.
  459. -More shader instructions in Direct3D.
  460. -Performance improvements in GDI.
  461. -Various bug fixes.
  462. </Comment>
  463. <Name>Ergün Salman</Name>
  464. <Email>poyraz76@pisilinux.org</Email>
  465. </Update>
  466. <Update release="5">
  467. <Date>2016-07-23</Date>
  468. <Version>1.9.15</Version>
  469. <Comment>Bugs fixed in 1.9.15 (total 22).</Comment>
  470. <Name>Ergün Salman</Name>
  471. <Email>poyraz76@pisilinux.org</Email>
  472. </Update>
  473. <Update release="4">
  474. <Date>2016-07-11</Date>
  475. <Version>1.9.14</Version>
  476. <Comment>
  477. -Pisilinux Fixed Options.
  478. -More Shader Model 5 support in Direct3D.
  479. -Some more write support in WebServices.
  480. -Performance improvements in GDI.
  481. -Some more progress towards the Direct3D command stream.
  482. -Various bug fixes.</Comment>
  483. <Name>Ergün Salman</Name>
  484. <Email>poyraz76@pisilinux.org</Email>
  485. </Update>
  486. <Update release="3">
  487. <Date>2016-07-11</Date>
  488. <Version>1.9.14</Version>
  489. <Comment>Version bump</Comment>
  490. <Name>Ergün Salman</Name>
  491. <Email>poyraz76@pisilinux.org</Email>
  492. </Update>
  493. <Update release="2">
  494. <Date>2016-07-09</Date>
  495. <Version>1.9.13</Version>
  496. <Comment>missing fixes release</Comment>
  497. <Name>Ergün Salman</Name>
  498. <Email>poyraz76@pisilinux.org</Email>
  499. </Update>
  500. <Update release="1">
  501. <Date>2016-07-02</Date>
  502. <Version>1.9.13</Version>
  503. <Comment>First release</Comment>
  504. <Name>Ergün Salman</Name>
  505. <Email>poyraz76@pisilinux.org</Email>
  506. </Update>
  507. </History>
  508. </PISI>