pspec.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>xfce4-volumed-pulse</Name>
  6. <Homepage>https://git.xfce.org/apps/xfce4-volumed-pulse/about/</Homepage>
  7. <Packager>
  8. <Name>Ayhan Yalçınsoy</Name>
  9. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app</IsA>
  13. <PartOf>desktop.xfce.addon</PartOf>
  14. <Summary>Fork of xfce4-volumed with support for PulseAudio</Summary>
  15. <Description>Basic daemon enabling the XF86 Volume keys and supporting synchronous volume notifications.</Description>
  16. <Archive sha1sum="545dcb1bf3848d65cf7d2b34eb3970618ae81c82" type="tarbz2">https://archive.xfce.org/src/apps/xfce4-volumed-pulse/0.2/xfce4-volumed-pulse-0.2.5.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>gst-plugins-base-devel</Dependency>
  19. <Dependency>pulseaudio-libs-devel</Dependency>
  20. <Dependency>gstreamer-devel</Dependency>
  21. <Dependency>libnotify-devel</Dependency>
  22. <Dependency>keybinder-devel</Dependency>
  23. <Dependency>xfconf-devel</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>xfce4-volumed-pulse</Name>
  28. <RuntimeDependencies>
  29. <Dependency>gst-plugins-base</Dependency>
  30. <Dependency>pulseaudio-libs</Dependency>
  31. <Dependency>gstreamer</Dependency>
  32. <Dependency>libnotify</Dependency>
  33. <Dependency>keybinder</Dependency>
  34. <Dependency>xfconf</Dependency>
  35. <Dependency>glib2</Dependency>
  36. <Dependency>gtk3</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="config">/etc/xdg/autostart/</Path>
  40. <Path fileType="executable">/usr/bin/</Path>
  41. <Path fileType="doc">/usr/share/doc</Path>
  42. <Path fileType="localedata">/usr/share/locale</Path>
  43. </Files>
  44. </Package>
  45. <History>
  46. <Update release="2">
  47. <Date>2024-12-25</Date>
  48. <Version>0.2.5</Version>
  49. <Comment>Version bump.</Comment>
  50. <Name>Pisi Linux Community</Name>
  51. <Email>admin@pisilinux.org</Email>
  52. </Update>
  53. <Update release="1">
  54. <Date>2021-08-17</Date>
  55. <Version>0.2.3</Version>
  56. <Comment>First release.</Comment>
  57. <Name>fury</Name>
  58. <Email>uglyside@yandex.ru</Email>
  59. </Update>
  60. </History>
  61. </PISI>