pspec.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <!DOCTYPE INARY SYSTEM "http://www.sulin.org/projeler/inary/inary-spec.dtd">
  2. <INARY>
  3. <Source>
  4. <Name>qemu</Name>
  5. <Homepage>http://bellard.org/qemu</Homepage>
  6. <Packager>
  7. <Name>Ali Rıza KESKİN</Name>
  8. <Email>parduscix@yandex.ru</Email>
  9. </Packager>
  10. <License>GPLv2</License>
  11. <IsA>app:console</IsA>
  12. <Summary>Userspace virtual machine and processor emulator</Summary>
  13. <Description>QEMU emulates a full system (for example a PC), including a processor and various peripherials. It can be used to launch different operating systems without rebooting the PC or to debug system code. In user-mode emulation mode, QEMU can launch Linux processes compiled for one CPU on another CPU.</Description>
  14. <Archive sha1sum="b27aa828a8457bd8551ae3c81b80cc365e1f6bfe" >https://download.qemu.org/qemu-4.2.0.tar.xz</Archive>
  15. <BuildDependencies>
  16. <Dependency>aalib</Dependency>
  17. <Dependency>vte3</Dependency>
  18. <Dependency>libsdl2-devel</Dependency>
  19. <Dependency>gtk3-devel</Dependency>
  20. <Dependency>libXext-devel</Dependency>
  21. <Dependency>nss-devel</Dependency>
  22. <Dependency>alsa-lib-devel</Dependency>
  23. <Dependency>cyrus-sasl-devel</Dependency>
  24. <Dependency>libsdl-devel</Dependency>
  25. <Dependency>pulseaudio-libs-devel</Dependency>
  26. <Dependency>python-devel</Dependency>
  27. <Dependency>glib2-devel</Dependency>
  28. </BuildDependencies>
  29. </Source>
  30. <Package>
  31. <Name>qemu</Name>
  32. <RuntimeDependencies>
  33. <Dependency>atk</Dependency>
  34. <Dependency>nss</Dependency>
  35. <Dependency>vte3</Dependency>
  36. <Dependency>gtk2</Dependency>
  37. <Dependency>mesa</Dependency>
  38. <Dependency>nspr</Dependency>
  39. <Dependency>zlib</Dependency>
  40. <Dependency>bzip2</Dependency>
  41. <Dependency>cairo</Dependency>
  42. <Dependency>glib2</Dependency>
  43. <Dependency>pango</Dependency>
  44. <Dependency>libX11</Dependency>
  45. <Dependency>libgcc</Dependency>
  46. <Dependency>libpng</Dependency>
  47. <Dependency>libsdl2</Dependency>
  48. <Dependency>libusb</Dependency>
  49. <Dependency>pixman</Dependency>
  50. <Dependency>libXext</Dependency>
  51. <Dependency>alsa-lib</Dependency>
  52. <Dependency>freetype</Dependency>
  53. <Dependency>libepoxy</Dependency>
  54. <Dependency>cyrus-sasl</Dependency>
  55. <Dependency>fontconfig</Dependency>
  56. <Dependency>gdk-pixbuf</Dependency>
  57. <Dependency>pulseaudio-libs</Dependency>
  58. <Dependency>libdrm</Dependency>
  59. </RuntimeDependencies>
  60. <Files>
  61. <Path fileType="config">/etc</Path>
  62. <Path fileType="config">/run</Path>
  63. <Path fileType="config">/var/run</Path>
  64. <Path fileType="library">/lib</Path>
  65. <Path fileType="executable">/usr/bin</Path>
  66. <Path fileType="executable">/usr/sbin</Path>
  67. <Path fileType="library">/usr/lib</Path>
  68. <Path fileType="doc">/usr/share/doc</Path>
  69. <Path fileType="man">/usr/share/man</Path>
  70. <Path fileType="data">/usr/share/qemu</Path>
  71. <Path fileType="data">/usr/share/applications</Path>
  72. <Path fileType="data">/usr/share/icons</Path>
  73. <Path fileType="localedata">/usr/share/locale/</Path>
  74. </Files>
  75. </Package>
  76. <Package>
  77. <Name>qemu-devel</Name>
  78. <Summary>Development files for qemu</Summary>
  79. <RuntimeDependencies>
  80. <Dependency>nss-devel</Dependency>
  81. <Dependency>glib2-devel</Dependency>
  82. <Dependency release="current">qemu</Dependency>
  83. </RuntimeDependencies>
  84. <Files>
  85. <Path fileType="header">/usr/include</Path>
  86. <Path fileType="data">/usr/lib/pkgconfig/libcacard.pc</Path>
  87. </Files>
  88. </Package>
  89. <History>
  90. <Update release="1">
  91. <Date>2020-04-24</Date>
  92. <Version>4.2.0.0</Version>
  93. <Comment>First release for SulinOS 2021</Comment>
  94. <Name>Suleyman Poyraz</Name>
  95. <Email>zaryob.dev@gmail.com</Email>
  96. </Update>
  97. </History>
  98. </INARY>