pspec.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>portaudio</Name>
  6. <Homepage>http://www.portaudio.com</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>as-is</License>
  12. <IsA>library</IsA>
  13. <Summary>Portable audio library</Summary>
  14. <Description>PortAudio is a free, cross platform, open-source, audio I/O library.</Description>
  15. <Archive sha1sum="b7e9b9c53d993f6d110487ef56a3d4529d21b2f1" type="targz">
  16. http://files.portaudio.com/archives/pa_stable_v190700_20210406.tgz
  17. </Archive>
  18. <BuildDependencies>
  19. <Dependency>alsa-lib-devel</Dependency>
  20. <Dependency>jack-audio-connection-kit-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <!-- Add a patch from Fedora to make non mmap alsa (and thus pulseaudio) work -->
  24. <!-- <Patch level="1">portaudio-non-mmap-alsa.patch</Patch> -->
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>portaudio</Name>
  29. <RuntimeDependencies>
  30. <Dependency>libgcc</Dependency>
  31. <Dependency>alsa-lib</Dependency>
  32. <Dependency>jack-audio-connection-kit</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>portaudio-devel</Name>
  41. <Summary>Development files for portaudio</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">portaudio</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include</Path>
  47. <Path fileType="data">/usr/lib/pkgconfig</Path>
  48. <Path fileType="doc">/usr/share/doc/portaudio/html</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="7">
  53. <Date>2021-07-21</Date>
  54. <Version>190700.20210406</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>Pisi Linux Community</Name>
  57. <Email>admin@pisilinux.org</Email>
  58. </Update>
  59. <Update release="6">
  60. <Date>2020-03-22</Date>
  61. <Version>190600.20161030</Version>
  62. <Comment>Rebuild with cxx.</Comment>
  63. <Name>Pisi Linux Community</Name>
  64. <Email>admin@pisilinux.org</Email>
  65. </Update>
  66. <Update release="5">
  67. <Date>2020-01-12</Date>
  68. <Version>190600.20161030</Version>
  69. <Comment>Rebuild</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="4">
  74. <Date>2018-08-15</Date>
  75. <Version>190600.20161030</Version>
  76. <Comment>Rebuild</Comment>
  77. <Name>Pisi Linux Community</Name>
  78. <Email>admin@pisilinux.org</Email>
  79. </Update>
  80. <Update release="3">
  81. <Date>2017-02-18</Date>
  82. <Version>190600.20161030</Version>
  83. <Comment>Version Bump</Comment>
  84. <Name>Pisi Linux Community</Name>
  85. <Email>admin@pisilinux.org</Email>
  86. </Update>
  87. <Update release="2">
  88. <Date>2016-06-09</Date>
  89. <Version>19.20140130</Version>
  90. <Comment>Release Bump</Comment>
  91. <Name>Pisi Linux Community</Name>
  92. <Email>admin@pisilinux.org</Email>
  93. </Update>
  94. <Update release="1">
  95. <Date>2015-11-21</Date>
  96. <Version>19.20140130</Version>
  97. <Comment>First release</Comment>
  98. <Name>Alihan Öztürk</Name>
  99. <Email>alihan@pisilinux.org</Email>
  100. </Update>
  101. </History>
  102. </PISI>