pspec.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>fluidsynth</Name>
  6. <Homepage>http://fluidsynth.resonance.org/trac</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2+</License>
  12. <IsA>library</IsA>
  13. <Summary>A realtime software synthesizer</Summary>
  14. <Description>FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications.</Description>
  15. <Archive sha1sum="3822f1406cbf6c810928277a3695b5e38a5dbde4" type="targz">https://github.com/FluidSynth/fluidsynth/archive/v2.1.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>lash-devel</Dependency>
  18. <Dependency>alsa-lib-devel</Dependency>
  19. <Dependency>ladspa-sdk-devel</Dependency>
  20. <Dependency>libsndfile-devel</Dependency>
  21. <Dependency>pulseaudio-libs-devel</Dependency>
  22. <Dependency>jack-audio-connection-kit-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>fluidsynth</Name>
  27. <RuntimeDependencies>
  28. <Dependency>lash</Dependency>
  29. <Dependency>alsa-lib</Dependency>
  30. <Dependency>ladspa-sdk</Dependency>
  31. <Dependency>libsndfile</Dependency>
  32. <Dependency>pulseaudio-libs</Dependency>
  33. <Dependency>jack-audio-connection-kit</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="man">/usr/share/man</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. </Files>
  41. </Package>
  42. <Package>
  43. <Name>fluidsynth-devel</Name>
  44. <Summary>Development files for fluidsynth</Summary>
  45. <RuntimeDependencies>
  46. <Dependency release="current">fluidsynth</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="header">/usr/include</Path>
  50. <Path fileType="data">/usr/lib/pkgconfig</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="1">
  55. <Date>2019-12-09</Date>
  56. <Version>2.1.0</Version>
  57. <Comment>First release</Comment>
  58. <Name>Süleyman Poyraz</Name>
  59. <Email>zaryob.dev@gmail.com</Email>
  60. </Update>
  61. </History>
  62. </INARY>