pspec.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pavucontrol</Name>
  6. <Homepage>https://freedesktop.org/software/pulseaudio/pavucontrol/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <PartOf>multimedia.sound</PartOf>
  14. <Summary>PulseAudio Volume Control</Summary>
  15. <Description>
  16. PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control tool ("mixer") for the PulseAudio sound server. In contrast to classic mixer tools this one allows you to control both the volume of hardware devices and of each playback stream separately.
  17. </Description>
  18. <Archive sha1sum="50ea27ce92a1ee0210f00c24364dbb74c498976d" type="tarxz">http://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-5.0.tar.xz</Archive>
  19. <BuildDependencies>
  20. <Dependency>intltool</Dependency>
  21. <Dependency>gtkmm3-devel</Dependency>
  22. <Dependency>libsigc++-devel</Dependency>
  23. <Dependency>json-glib-devel</Dependency>
  24. <Dependency>pulseaudio-libs-devel</Dependency>
  25. <Dependency>libcanberra-gtk-devel</Dependency>
  26. <Dependency>libcanberra-gtk3-devel</Dependency>
  27. </BuildDependencies>
  28. </Source>
  29. <Package>
  30. <Name>pavucontrol</Name>
  31. <RuntimeDependencies>
  32. <Dependency>gtk3</Dependency>
  33. <Dependency>glib2</Dependency>
  34. <Dependency>atkmm</Dependency>
  35. <Dependency>gtkmm3</Dependency>
  36. <Dependency>glibmm</Dependency>
  37. <Dependency>libgcc</Dependency>
  38. <Dependency>libsigc++</Dependency>
  39. <Dependency>libcanberra</Dependency>
  40. <Dependency>pulseaudio-libs</Dependency>
  41. <Dependency>libcanberra-gtk3</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="executable">/usr/bin</Path>
  45. <Path fileType="data">/usr/share</Path>
  46. <Path fileType="localedata">/usr/share/locale</Path>
  47. <Path fileType="doc">/usr/share/doc</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="2">
  52. <Date>2021-09-15</Date>
  53. <Version>5.0</Version>
  54. <Comment>Version bump.</Comment>
  55. <Name>fury</Name>
  56. <Email>uglyside@yandex.ru</Email>
  57. </Update>
  58. <Update release="1">
  59. <Date>2021-08-17</Date>
  60. <Version>4.0</Version>
  61. <Comment>First release</Comment>
  62. <Name>fury</Name>
  63. <Email>uglyside@yandex.ru</Email>
  64. </Update>
  65. </History>
  66. </PISI>