pspec.xml 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libsdl2</Name>
  6. <Homepage>http://www.libsdl.org/</Homepage>
  7. <Packager>
  8. <Name>Mathias Freire</Name>
  9. <Email>mathiasfreire45@gmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>Simple Direct Media Layer 2.0 series</Summary>
  14. <Description>libsdl is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.</Description>
  15. <Archive sha1sum="c4f87580630387796df4ac87c362b4f9a721457e" type="targz">http://www.libsdl.org/release/SDL2-2.0.5.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>dbus-devel</Dependency>
  18. <Dependency>ibus-devel</Dependency>
  19. <Dependency>mesa-devel</Dependency>
  20. <Dependency>libXv-devel</Dependency>
  21. <Dependency>libXt-devel</Dependency>
  22. <Dependency>libX11-devel</Dependency>
  23. <Dependency>libXext-devel</Dependency>
  24. <Dependency>DirectFB-devel</Dependency>
  25. <Dependency>mesa-glu-devel</Dependency>
  26. <Dependency>alsa-lib-devel</Dependency>
  27. <Dependency>audiofile-devel</Dependency>
  28. <Dependency>libXrandr-devel</Dependency>
  29. <Dependency>libXrender-devel</Dependency>
  30. <Dependency>libXinerama-devel</Dependency>
  31. <Dependency>pulseaudio-libs-devel</Dependency>
  32. </BuildDependencies>
  33. </Source>
  34. <Package>
  35. <Name>libsdl2-docs</Name>
  36. <Summary>libsdl2 reference documents</Summary>
  37. <RuntimeDependencies>
  38. <Dependency release="current">libsdl2</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="man">/usr/share/man</Path>
  42. <Path fileType="doc">/usr/share/doc</Path>
  43. </Files>
  44. </Package>
  45. <Package>
  46. <Name>libsdl2</Name>
  47. <RuntimeDependencies>
  48. <Dependency>mesa</Dependency>
  49. <Dependency>libXt</Dependency>
  50. <Dependency>libX11</Dependency>
  51. <Dependency>libXext</Dependency>
  52. <Dependency>DirectFB</Dependency>
  53. <Dependency>alsa-lib</Dependency>
  54. <Dependency>audiofile</Dependency>
  55. <Dependency>libXrandr</Dependency>
  56. <Dependency>libXrender</Dependency>
  57. <Dependency>libXinerama</Dependency>
  58. <Dependency>libXScrnSaver</Dependency>
  59. <Dependency>pulseaudio-libs</Dependency>
  60. </RuntimeDependencies>
  61. <Files>
  62. <Path fileType="library">/usr/lib</Path>
  63. </Files>
  64. </Package>
  65. <Package>
  66. <Name>libsdl2-devel</Name>
  67. <Summary>Development files for libsdl2</Summary>
  68. <RuntimeDependencies>
  69. <Dependency release="current">libsdl2</Dependency>
  70. </RuntimeDependencies>
  71. <Files>
  72. <Path fileType="executable">/usr/bin</Path>
  73. <Path fileType="header">/usr/include</Path>
  74. <Path fileType="data">/usr/share/aclocal</Path>
  75. <Path fileType="data">/usr/lib/pkgconfig</Path>
  76. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  77. <Path fileType="library">/usr/lib/libSDL2main.a</Path>
  78. <Path fileType="library">/usr/lib32/libSDL2main.a</Path>
  79. </Files>
  80. </Package>
  81. <Package>
  82. <Name>libsdl2-32bit</Name>
  83. <PartOf>emul32</PartOf>
  84. <Summary>32-bit shared libraries for libsdl2</Summary>
  85. <BuildType>emul32</BuildType>
  86. <BuildDependencies>
  87. <Dependency>mesa-32bit</Dependency>
  88. <Dependency>libXt-32bit</Dependency>
  89. <Dependency>libX11-32bit</Dependency>
  90. <Dependency>libXext-32bit</Dependency>
  91. <Dependency>alsa-lib-32bit</Dependency>
  92. <Dependency>audiofile-32bit</Dependency>
  93. <Dependency>libXrandr-32bit</Dependency>
  94. <Dependency>libXrender-32bit</Dependency>
  95. <Dependency>libXinerama-32bit</Dependency>
  96. <Dependency>libXScrnSaver-32bit</Dependency>
  97. <Dependency>pulseaudio-libs-32bit</Dependency>
  98. </BuildDependencies>
  99. <RuntimeDependencies>
  100. <Dependency>mesa-32bit</Dependency>
  101. <Dependency>libXt-32bit</Dependency>
  102. <Dependency>libX11-32bit</Dependency>
  103. <Dependency>libXext-32bit</Dependency>
  104. <Dependency>alsa-lib-32bit</Dependency>
  105. <Dependency>audiofile-32bit</Dependency>
  106. <Dependency>libXrandr-32bit</Dependency>
  107. <Dependency>libXrender-32bit</Dependency>
  108. <Dependency>libXinerama-32bit</Dependency>
  109. <Dependency>libXScrnSaver-32bit</Dependency>
  110. <Dependency>libXScrnSaver-32bit</Dependency>
  111. <Dependency>pulseaudio-libs-32bit</Dependency>
  112. <Dependency release="current">libsdl2</Dependency>
  113. </RuntimeDependencies>
  114. <Files>
  115. <Path fileType="library">/usr/lib32</Path>
  116. </Files>
  117. </Package>
  118. <History>
  119. <Update release="4">
  120. <Date>2017-12-12</Date>
  121. <Version>2.0.5</Version>
  122. <Comment>Rebuild.</Comment>
  123. <Name>Mustafa Cinasal</Name>
  124. <Email>muscnsl@gmail.com</Email>
  125. </Update>
  126. <Update release="3">
  127. <Date>2017-02-16</Date>
  128. <Version>2.0.5</Version>
  129. <Comment>Version Bump</Comment>
  130. <Name>Pisi Linux Community</Name>
  131. <Email>admin@pisilinux.org</Email>
  132. </Update>
  133. <Update release="2">
  134. <Date>2016-06-09</Date>
  135. <Version>2.0.4</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>2016-04-11</Date>
  142. <Version>2.0.4</Version>
  143. <Comment>First release</Comment>
  144. <Name>Mathias Freire</Name>
  145. <Email>mathiasfreire45@gmail.com</Email>
  146. </Update>
  147. </History>
  148. </PISI>