pspec.xml 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>calf</Name>
  6. <Homepage>https://calf-studio-gear.org</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL3</License>
  12. <IsA>library</IsA>
  13. <Icon>calf</Icon>
  14. <Summary>an audio plug-in pack for LV2 and JACK environments</Summary>
  15. <Description>Calf Studio Gear is an audio plug-in pack for LV2 and JACK environments under LINUX operating systems. The suite contains lots of effects (delay, modulation, signal processing, filters, equalizers, dynamics, distortion and mastering effects), instruments (SF2 player, organ simulator and a monophonic synthesizer) and tools (analyzer, mono/stereo tools, crossovers). Calf Studio Gear aims for a professional audience.</Description>
  16. <Archive sha1sum="dcfbdd752dac52dfeb0d988042108f24bdb57536" type="targz">https://calf-studio-gear.org/files/calf-0.90.3.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>atk-devel</Dependency>
  19. <Dependency>lv2-devel</Dependency>
  20. <Dependency>lash-devel</Dependency>
  21. <Dependency>gtk2-devel</Dependency>
  22. <Dependency>glib2-devel</Dependency>
  23. <Dependency>glibc-devel</Dependency>
  24. <Dependency>cairo-devel</Dependency>
  25. <Dependency>expat-devel</Dependency>
  26. <Dependency>pango-devel</Dependency>
  27. <Dependency>libglade-devel</Dependency>
  28. <Dependency>harfbuzz-devel</Dependency>
  29. <Dependency>freetype-devel</Dependency>
  30. <Dependency>fluidsynth-devel</Dependency>
  31. <Dependency>gdk-pixbuf-devel</Dependency>
  32. <Dependency>fontconfig-devel</Dependency>
  33. <Dependency>icon-theme-hicolor</Dependency>
  34. <Dependency>jack-audio-connection-kit-devel</Dependency>
  35. </BuildDependencies>
  36. <Patches>
  37. <!-- <Patch></Patch> -->
  38. </Patches>
  39. </Source>
  40. <Package>
  41. <Name>calf</Name>
  42. <RuntimeDependencies>
  43. <Dependency>atk</Dependency>
  44. <Dependency>lv2</Dependency>
  45. <Dependency>gtk2</Dependency>
  46. <Dependency>lash</Dependency>
  47. <Dependency>glib2</Dependency>
  48. <Dependency>glibc</Dependency>
  49. <Dependency>cairo</Dependency>
  50. <Dependency>expat</Dependency>
  51. <Dependency>pango</Dependency>
  52. <Dependency>libgcc</Dependency>
  53. <Dependency>harfbuzz</Dependency>
  54. <Dependency>freetype</Dependency>
  55. <Dependency>fluidsynth</Dependency>
  56. <Dependency>gdk-pixbuf</Dependency>
  57. <Dependency>fontconfig</Dependency>
  58. <Dependency>icon-theme-hicolor</Dependency>
  59. <Dependency>jack-audio-connection-kit</Dependency>
  60. </RuntimeDependencies>
  61. <Files>
  62. <Path fileType="executable">/usr/bin</Path>
  63. <Path fileType="library">/usr/lib/lv2/calf.lv2</Path>
  64. <Path fileType="library">/usr/lib/calf</Path>
  65. <Path fileType="doc">/usr/share/doc/calf</Path>
  66. <Path fileType="data">/usr/share/calf</Path>
  67. <Path fileType="icon">/usr/share/icons/hicolor</Path>
  68. <Path fileType="data">/usr/share/applications</Path>
  69. <Path fileType="man">/usr/share/man</Path>
  70. <Path fileType="data">/usr/share/bash-completion</Path>
  71. </Files>
  72. </Package>
  73. <History>
  74. <Update release="1">
  75. <Date>2023-06-24</Date>
  76. <Version>0.90.3</Version>
  77. <Comment>First release</Comment>
  78. <Name>Kamil Atlı</Name>
  79. <Email>suvari@pisilinux.org</Email>
  80. </Update>
  81. </History>
  82. </PISI>