pspec.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>sdl2-mixer</Name>
  6. <Homepage>https://github.com/libsdl-org/SDL_mixer</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Zlib</License>
  12. <IsA>library</IsA>
  13. <Summary>SDL2 mixer library</Summary>
  14. <Description>SDL2_mixer is a SDL2 library for loading sound files.</Description>
  15. <Archive sha1sum="036fc7839a6b8dc1af3dbfed4e2531224bbacdd7" type="targz">
  16. https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.6.2/SDL2_mixer-2.6.2.tar.gz
  17. </Archive>
  18. <BuildDependencies>
  19. <Dependency>flac-devel</Dependency>
  20. <Dependency>mpg123-devel</Dependency>
  21. <Dependency>libopus-devel</Dependency>
  22. <Dependency>opusfile-devel</Dependency>
  23. <Dependency>libsdl2-devel</Dependency>
  24. <Dependency>libvorbis-devel</Dependency>
  25. <Dependency>fluidsynth-devel</Dependency>
  26. <Dependency>libmodplug-devel</Dependency>
  27. </BuildDependencies>
  28. <Patches>
  29. <!-- <Patch level="1">missing.patch</Patch> -->
  30. </Patches>
  31. </Source>
  32. <Package>
  33. <Name>sdl2-mixer</Name>
  34. <RuntimeDependencies>
  35. <Dependency>flac</Dependency>
  36. <Dependency>mpg123</Dependency>
  37. <Dependency>libopus</Dependency>
  38. <Dependency>libsdl2</Dependency>
  39. <Dependency>opusfile</Dependency>
  40. <Dependency>libvorbis</Dependency>
  41. <Dependency>fluidsynth</Dependency>
  42. <Dependency>libmodplug</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="library">/usr/lib</Path>
  46. <Path fileType="doc">/usr/share/doc</Path>
  47. </Files>
  48. </Package>
  49. <Package>
  50. <Name>sdl2-mixer-devel</Name>
  51. <Summary>Development files for sdl2-mixer</Summary>
  52. <RuntimeDependencies>
  53. <Dependency release="current">sdl2-mixer</Dependency>
  54. <Dependency>libsdl2-devel</Dependency>
  55. </RuntimeDependencies>
  56. <Files>
  57. <Path fileType="header">/usr/include</Path>
  58. <Path fileType="data">/usr/lib/pkgconfig</Path>
  59. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  60. </Files>
  61. </Package>
  62. <Package>
  63. <Name>sdl2-mixer-32bit</Name>
  64. <PartOf>emul32</PartOf>
  65. <Summary>32-bit shared libraries for sdl2-mixer</Summary>
  66. <BuildType>emul32</BuildType>
  67. <BuildDependencies>
  68. <Dependency>flac-32bit</Dependency>
  69. <Dependency>mpg123-32bit</Dependency>
  70. <Dependency>libopus-32bit</Dependency>
  71. <Dependency>libsdl2-32bit</Dependency>
  72. <Dependency>opusfile-32bit</Dependency>
  73. <Dependency>libvorbis-32bit</Dependency>
  74. </BuildDependencies>
  75. <RuntimeDependencies>
  76. <Dependency release="current">sdl2-mixer</Dependency>
  77. <Dependency>flac-32bit</Dependency>
  78. <Dependency>mpg123-32bit</Dependency>
  79. <Dependency>libopus-32bit</Dependency>
  80. <Dependency>libsdl2-32bit</Dependency>
  81. <Dependency>opusfile-32bit</Dependency>
  82. <Dependency>libvorbis-32bit</Dependency>
  83. </RuntimeDependencies>
  84. <Files>
  85. <Path fileType="library">/usr/lib32/</Path>
  86. </Files>
  87. </Package>
  88. <History>
  89. <Update release="2">
  90. <Date>2023-01-24</Date>
  91. <Version>2.6.2</Version>
  92. <Comment>Version bump.</Comment>
  93. <Name>fury</Name>
  94. <Email>uglyside@yandex.ru</Email>
  95. </Update>
  96. <Update release="1">
  97. <Date>2020-03-07</Date>
  98. <Version>2.0.4</Version>
  99. <Comment>First release</Comment>
  100. <Name>Mustafa Cinasal</Name>
  101. <Email>muscnsl@gmail.com</Email>
  102. </Update>
  103. </History>
  104. </PISI>