pspec.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fluidsynth</Name>
  6. <Homepage>http://fluidsynth.resonance.org/trac</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</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="1d45fc3263d85f867efd809bdacb5d6116243c35" type="tarbz2">mirrors://sourceforge/fluidsynth/fluidsynth-1.1.6/fluidsynth-1.1.6.tar.bz2</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. <Dependency>cmake</Dependency>
  24. </BuildDependencies>
  25. <!--<Patches>
  26. <Patch level="1">fluidsynth-no-abi-break.patch</Patch>
  27. </Patches>-->
  28. </Source>
  29. <Package>
  30. <Name>fluidsynth</Name>
  31. <RuntimeDependencies>
  32. <Dependency>lash</Dependency>
  33. <Dependency>dbus</Dependency>
  34. <Dependency>glib2</Dependency>
  35. <Dependency>readline</Dependency>
  36. <Dependency>alsa-lib</Dependency>
  37. <Dependency>ladspa-sdk</Dependency>
  38. <Dependency>libsndfile</Dependency>
  39. <Dependency>pulseaudio-libs</Dependency>
  40. <Dependency>jack-audio-connection-kit</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="executable">/usr/bin</Path>
  44. <Path fileType="library">/usr/lib</Path>
  45. <Path fileType="man">/usr/share/man</Path>
  46. <Path fileType="doc">/usr/share/doc</Path>
  47. </Files>
  48. </Package>
  49. <Package>
  50. <Name>fluidsynth-devel</Name>
  51. <Summary>Development files for fluidsynth</Summary>
  52. <RuntimeDependencies>
  53. <Dependency release="current">fluidsynth</Dependency>
  54. </RuntimeDependencies>
  55. <Files>
  56. <Path fileType="header">/usr/include</Path>
  57. <Path fileType="data">/usr/lib/pkgconfig</Path>
  58. </Files>
  59. </Package>
  60. <History>
  61. <Update release="3">
  62. <Date>2017-02-18</Date>
  63. <Version>1.1.6</Version>
  64. <Comment>Release Bump</Comment>
  65. <Name>Pisi Linux Community</Name>
  66. <Email>admin@pisilinux.org</Email>
  67. </Update>
  68. <Update release="2">
  69. <Date>2016-06-09</Date>
  70. <Version>1.1.6</Version>
  71. <Comment>Release Bump</Comment>
  72. <Name>Pisi Linux Community</Name>
  73. <Email>admin@pisilinux.org</Email>
  74. </Update>
  75. <Update release="1">
  76. <Date>2014-05-26</Date>
  77. <Version>1.1.6</Version>
  78. <Comment>First release</Comment>
  79. <Name>Kamil Atlı</Name>
  80. <Email>suvarice@gmail.com</Email>
  81. </Update>
  82. </History>
  83. </PISI>