pspec.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>smpeg</Name>
  6. <Homepage>http://www.lokigames.com/development/smpeg.php3</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <IsA>app:gui</IsA>
  14. <Summary>SDL MPEG library</Summary>
  15. <Description>SMPEG is a SDL MPEG decoding library.</Description>
  16. <Archive sha1sum="f07e2d7b49cc44606e20cce0b63052db45240674" type="targz">https://sources.voidlinux.org/smpeg-0.4.5/smpeg-0.4.5.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libsdl-devel</Dependency>
  19. <Dependency>freeglut-devel</Dependency>
  20. <Dependency>mesa-devel</Dependency>
  21. <Dependency>mesa-glu-devel</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <Patch level="1">smpeg-0.4.5-gcc6.patch</Patch>
  25. <Patch level="0">smpeg-0.4.4-format_not_a_string_literal_and_no_format_arguments.diff</Patch>
  26. <Patch level="1">smpeg-0.4.5-fix-header.patch</Patch>
  27. <Patch level="1">smpeg-0.4.5-libsupc++.patch</Patch>
  28. <Patch level="0">smpeg-0.4.5-link.patch</Patch>
  29. </Patches>
  30. </Source>
  31. <Package>
  32. <Name>smpeg</Name>
  33. <RuntimeDependencies>
  34. <Dependency>libsdl</Dependency>
  35. <Dependency>mesa</Dependency>
  36. <Dependency>mesa-glu</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="executable">/usr/bin</Path>
  40. <Path fileType="library">/usr/lib</Path>
  41. <Path fileType="doc">/usr/share/doc</Path>
  42. <Path fileType="man">/usr/share/man</Path>
  43. </Files>
  44. </Package>
  45. <Package>
  46. <Name>smpeg-devel</Name>
  47. <Summary>Development files for smpeg</Summary>
  48. <RuntimeDependencies>
  49. <Dependency release="current">smpeg</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="executable">/usr/bin/smpeg-config</Path>
  53. <Path fileType="header">/usr/include</Path>
  54. <Path fileType="data">/usr/share/aclocal</Path>
  55. </Files>
  56. </Package>
  57. <Package>
  58. <Name>smpeg-32bit</Name>
  59. <PartOf>emul32</PartOf>
  60. <Summary>32-bit shared libraries for smpeg</Summary>
  61. <BuildType>emul32</BuildType>
  62. <BuildDependencies>
  63. <Dependency>freeglut-32bit</Dependency>
  64. <Dependency>mesa-32bit</Dependency>
  65. <Dependency>libsdl-32bit</Dependency>
  66. <Dependency>mesa-glu-32bit</Dependency>
  67. </BuildDependencies>
  68. <RuntimeDependencies>
  69. <Dependency release="current">smpeg</Dependency>
  70. <Dependency>libsdl-32bit</Dependency>
  71. </RuntimeDependencies>
  72. <Files>
  73. <Path fileType="library">/usr/lib32</Path>
  74. </Files>
  75. </Package>
  76. <History>
  77. <Update release="4">
  78. <Date>2018-08-05</Date>
  79. <Version>0.4.5</Version>
  80. <Comment>Release Bump</Comment>
  81. <Name>Pisi Linux Community</Name>
  82. <Email>admin@pisilinux.org</Email>
  83. </Update>
  84. <Update release="3">
  85. <Date>2017-02-18</Date>
  86. <Version>0.4.5</Version>
  87. <Comment>Release Bump</Comment>
  88. <Name>Pisi Linux Community</Name>
  89. <Email>admin@pisilinux.org</Email>
  90. </Update>
  91. <Update release="2">
  92. <Date>2016-06-09</Date>
  93. <Version>0.4.5</Version>
  94. <Comment>Release Bump</Comment>
  95. <Name>Pisi Linux Community</Name>
  96. <Email>admin@pisilinux.org</Email>
  97. </Update>
  98. <Update release="1">
  99. <Date>2014-06-01</Date>
  100. <Version>0.4.5</Version>
  101. <Comment>First release</Comment>
  102. <Name>Kamil Atlı</Name>
  103. <Email>suvarice@gmail.com</Email>
  104. </Update>
  105. </History>
  106. </PISI>