pspec.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>lv2</Name>
  6. <Homepage>http://lv2plug.in/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2+</License>
  12. <License>MIT</License>
  13. <IsA>library</IsA>
  14. <Summary>LV2 is an extensible open standard for audio plugins.</Summary>
  15. <Description>LV2 is an extensible open standard for audio plugins. LV2 has a simple core interface, which is accompanied by extensions that add more advanced functionality. Many types of plugins can be built with LV2, including audio effects, synthesizers, and control processors for modulation and automation.</Description>
  16. <Archive sha1sum="d1a13a3a2edc5bc6809b58a69c9f6a17cfc5c79c" type="tarxz">http://lv2plug.in/spec/lv2-1.18.10.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>meson</Dependency>
  19. <Dependency>cmake</Dependency>
  20. <Dependency>asciidoc</Dependency>
  21. <Dependency>atk-devel</Dependency>
  22. <Dependency>gtk2-devel</Dependency>
  23. <Dependency>glib2-devel</Dependency>
  24. <Dependency>cairo-devel</Dependency>
  25. <Dependency>pango-devel</Dependency>
  26. <Dependency>python-lxml</Dependency>
  27. <Dependency>python3-devel</Dependency>
  28. <Dependency>freetype-devel</Dependency>
  29. <Dependency>python3-rdflib</Dependency>
  30. <Dependency>python3-pylint</Dependency>
  31. <Dependency>python3-Pygments</Dependency>
  32. <Dependency>python3-markdown</Dependency>
  33. <Dependency>fontconfig-devel</Dependency>
  34. <Dependency>gdk-pixbuf-devel</Dependency>
  35. <Dependency>libsndfile-devel</Dependency>
  36. <Dependency>libsamplerate-devel</Dependency>
  37. </BuildDependencies>
  38. <Patches>
  39. <!-- <Patch></Patch> -->
  40. </Patches>
  41. </Source>
  42. <Package>
  43. <Name>lv2</Name>
  44. <RuntimeDependencies>
  45. <Dependency>atk</Dependency>
  46. <Dependency>gtk2</Dependency>
  47. <Dependency>glib2</Dependency>
  48. <Dependency>cairo</Dependency>
  49. <Dependency>pango</Dependency>
  50. <Dependency>harfbuzz</Dependency>
  51. <Dependency>freetype</Dependency>
  52. <Dependency>fontconfig</Dependency>
  53. <Dependency>gdk-pixbuf</Dependency>
  54. <Dependency>libsndfile</Dependency>
  55. <Dependency>python-lxml</Dependency>
  56. <Dependency>libsamplerate</Dependency>
  57. <Dependency>python3-rdflib</Dependency>
  58. <Dependency>python3-Pygments</Dependency>
  59. <Dependency>python3-markdown</Dependency>
  60. </RuntimeDependencies>
  61. <Files>
  62. <Path fileType="library">/usr/lib/lv2</Path>
  63. <Path fileType="doc">/usr/share/doc</Path>
  64. <Path fileType="executable">/usr/bin</Path>
  65. </Files>
  66. </Package>
  67. <Package>
  68. <Name>lv2-devel</Name>
  69. <Summary>Development files for lv2</Summary>
  70. <RuntimeDependencies>
  71. <Dependency release="current">lv2</Dependency>
  72. </RuntimeDependencies>
  73. <Files>
  74. <Path fileType="header">/usr/include</Path>
  75. <Path fileType="data">/usr/lib/pkgconfig</Path>
  76. </Files>
  77. </Package>
  78. <History>
  79. <Update release="5">
  80. <Date>2023-06-24</Date>
  81. <Version>1.18.10</Version>
  82. <Comment>Version bump.</Comment>
  83. <Name>Mustafa Cinasal</Name>
  84. <Email>muscnsl@gmail.com</Email>
  85. </Update>
  86. <Update release="4">
  87. <Date>2022-07-28</Date>
  88. <Version>1.18.6</Version>
  89. <Comment>Version bump.</Comment>
  90. <Name>Mustafa Cinasal</Name>
  91. <Email>muscnsl@gmail.com</Email>
  92. </Update>
  93. <Update release="3">
  94. <Date>2020-01-30</Date>
  95. <Version>1.16.0</Version>
  96. <Comment>Version bump.</Comment>
  97. <Name>Mustafa Cinasal</Name>
  98. <Email>muscnsl@gmail.com</Email>
  99. </Update>
  100. <Update release="2">
  101. <Date>2018-09-01</Date>
  102. <Version>1.14.0</Version>
  103. <Comment>Rebuild New T.</Comment>
  104. <Name>Mustafa Cinasal</Name>
  105. <Email>muscnsl@gmail.com</Email>
  106. </Update>
  107. <Update release="1">
  108. <Date>2018-04-04</Date>
  109. <Version>1.14.0</Version>
  110. <Comment>First release</Comment>
  111. <Name>Stefan Gronewold</Name>
  112. <Email>groni@pisilinux.org</Email>
  113. </Update>
  114. </History>
  115. </PISI>