pspec.xml 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>alsa-tools</Name>
  6. <Homepage>http://www.alsa-project.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <IsA>app:gui</IsA>
  14. <Summary>ALSA configuration tools</Summary>
  15. <Description>alsa-tools contains ALSA (Advanced Linux Sound Architecture) tools like firmware loaders and sound card control utilities for specific sound cards.</Description>
  16. <Archive sha1sum="2e747236773254fec557ab337469dac6f37d4e06" type="tarbz2">ftp://ftp.alsa-project.org/pub/tools/alsa-tools-1.1.5.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>gtk2-devel</Dependency>
  19. <Dependency>fltk-devel</Dependency>
  20. <Dependency>alsa-lib-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <Patch level="1">usx2yloader_udev.patch</Patch>
  24. <Patch level="1">firmware_locations.patch</Patch>
  25. <Patch>alsa-tools-1.0.17rc1-fix-link.patch</Patch>
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>alsa-tools</Name>
  30. <Summary>ALSA console tools</Summary>
  31. <Description>alsa-tools is a collection of console applications for controlling sound cards like EchoAudio, Envy24, etc.</Description>
  32. <RuntimeDependencies>
  33. <Dependency>libgcc</Dependency>
  34. <Dependency>alsa-lib</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="executable">/usr/bin</Path>
  38. <Path fileType="executable">/usr/sbin</Path>
  39. <Path fileType="executable">/lib/udev</Path>
  40. <Path fileType="library">/usr/lib</Path>
  41. <Path fileType="data">/lib/udev/rules.d</Path>
  42. <Path fileType="data">/usr/share/ld10k1</Path>
  43. <Path fileType="data">/usr/share/sounds</Path>
  44. <Path fileType="man">/usr/share/man</Path>
  45. <Path fileType="doc">/usr/share/doc/alsa-tools</Path>
  46. </Files>
  47. <AdditionalFiles>
  48. <AdditionalFile target="/lib/udev/rules.d/90-alsa-tools-firmware.rules" permission="0644">90-alsa-tools-firmware.rules</AdditionalFile>
  49. </AdditionalFiles>
  50. </Package>
  51. <Package>
  52. <Name>alsa-tools-gui</Name>
  53. <Summary>Graphical frontends for some ALSA tools</Summary>
  54. <Description>alsa-tools-gui is a collection of GUI based ALSA tools for controlling sound cards like EchoAudio, Envy24, Hammerfall HDSP, RMedigicontrol.</Description>
  55. <RuntimeDependencies>
  56. <Dependency>fltk</Dependency>
  57. <Dependency>gtk2</Dependency>
  58. <Dependency>glib2</Dependency>
  59. <Dependency>alsa-lib</Dependency>
  60. </RuntimeDependencies>
  61. <Files>
  62. <Path fileType="man">/usr/share/man/man1/envy24control.1</Path>
  63. <Path fileType="doc">/usr/share/doc/alsa-tools-gui</Path>
  64. <Path fileType="data">/usr/share/applications</Path>
  65. <Path fileType="data">/usr/share/pixmaps</Path>
  66. <Path fileType="executable">/usr/bin/echomixer</Path>
  67. <Path fileType="executable">/usr/bin/envy24control</Path>
  68. <Path fileType="executable">/usr/bin/hwmixvolume</Path>
  69. <Path fileType="executable">/usr/bin/hdspconf</Path>
  70. <Path fileType="executable">/usr/bin/hdspmixer</Path>
  71. <Path fileType="executable">/usr/bin/rmedigicontrol</Path>
  72. <Path fileType="executable">/usr/bin/qlo10k1</Path>
  73. </Files>
  74. <AdditionalFiles>
  75. <AdditionalFile target="/usr/share/pixmaps/alsa-tools.xpm" permission="0644">alsa-tools.xpm</AdditionalFile>
  76. <AdditionalFile target="/usr/share/pixmaps/hwmixvolume.png" permission="0644">hwmixvolume.png</AdditionalFile>
  77. <AdditionalFile target="/usr/share/applications/echomixer.desktop" permission="0644">echomixer.desktop</AdditionalFile>
  78. <AdditionalFile target="/usr/share/applications/envy24control.desktop" permission="0644">envy24control.desktop</AdditionalFile>
  79. <AdditionalFile target="/usr/share/applications/hdspmixer.desktop" permission="0644">hdspmixer.desktop</AdditionalFile>
  80. <AdditionalFile target="/usr/share/applications/hdspconf.desktop" permission="0644">hdspconf.desktop</AdditionalFile>
  81. <AdditionalFile target="/usr/share/applications/hwmixvolume.desktop" permission="0644">hwmixvolume.desktop</AdditionalFile>
  82. <AdditionalFile target="/usr/share/applications/rmedigicontrol.desktop" permission="0644">rmedigicontrol.desktop</AdditionalFile>
  83. </AdditionalFiles>
  84. </Package>
  85. <Package>
  86. <Name>alsa-tools-devel</Name>
  87. <Summary>Development files for alsa-tools</Summary>
  88. <RuntimeDependencies>
  89. <Dependency>alsa-tools</Dependency>
  90. </RuntimeDependencies>
  91. <Files>
  92. <Path fileType="header">/usr/include</Path>
  93. <Path fileType="data">/usr/share/aclocal</Path>
  94. <Path fileType="man">/usr/share/man/man3</Path>
  95. </Files>
  96. </Package>
  97. <History>
  98. <Update release="5">
  99. <Date>2018-01-07</Date>
  100. <Version>1.1.5</Version>
  101. <Comment>Version Bump</Comment>
  102. <Name>Pisi Linux Community</Name>
  103. <Email>admin@pisilinux.org</Email>
  104. </Update>
  105. <Update release="4">
  106. <Date>2017-02-12</Date>
  107. <Version>1.1.3</Version>
  108. <Comment>Version Bump</Comment>
  109. <Name>Pisi Linux Community</Name>
  110. <Email>admin@pisilinux.org</Email>
  111. </Update>
  112. <Update release="3">
  113. <Date>2016-06-09</Date>
  114. <Version>1.1.0</Version>
  115. <Comment>Release Bump</Comment>
  116. <Name>Pisi Linux Community</Name>
  117. <Email>admin@pisilinux.org</Email>
  118. </Update>
  119. <Update release="2">
  120. <Date>2016-05-03</Date>
  121. <Version>1.1.0</Version>
  122. <Comment>Version bump.</Comment>
  123. <Name>Alihan Öztürk</Name>
  124. <Email>alihan@pisilinux.org</Email>
  125. </Update>
  126. <Update release="1">
  127. <Date>2015-03-04</Date>
  128. <Version>1.0.29</Version>
  129. <Comment>First release</Comment>
  130. <Name>Hakan Yıldız</Name>
  131. <Email>hknyldz93@gmail.com</Email>
  132. </Update>
  133. </History>
  134. </PISI>