pspec.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gmusicbrowser</Name>
  6. <Homepage>https://gmusicbrowser.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-3</License>
  12. <IsA>app:gui</IsA>
  13. <PartOf>multimedia.sound</PartOf>
  14. <Summary>A customizable open-source jukebox for large collections.</Summary>
  15. <Description>An open-source jukebox for large collections of mp3, ogg, flac, etc.., files, written in perl.</Description>
  16. <Archive sha1sum="9c9d085967b1b1f9fe22c064822fef197a336371" type="targz">
  17. https://gmusicbrowser.org/download/gmusicbrowser-1.1.16.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>discount</Dependency>
  21. <Dependency>perl-Gtk2</Dependency>
  22. <Dependency>perl-Glib-Object-Introspection</Dependency>
  23. </BuildDependencies>
  24. <Patches>
  25. <Patch level="1">fix_show_hide_option_of_window_in_pekwm.patch</Patch>
  26. <Patch level="1">prevent_writing_nodecoration_parameter.patch</Patch>
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>gmusicbrowser</Name>
  31. <RuntimeDependencies>
  32. <Dependency>gtk2</Dependency>
  33. <Dependency>flac</Dependency>
  34. <Dependency>mpg123</Dependency>
  35. <Dependency>perl-Gtk2</Dependency>
  36. <Dependency>alsa-utils</Dependency>
  37. <Dependency>vorbis-tools</Dependency>
  38. <Dependency>perl-Net-DBus</Dependency>
  39. <Dependency>perl-XML-Parser</Dependency>
  40. <Dependency>perl-Gtk2-Notify</Dependency>
  41. <Dependency>gst-plugins-ugly</Dependency>
  42. <Dependency>gst-plugins-base</Dependency>
  43. <Dependency>gst-plugins-good</Dependency>
  44. <Dependency>perl-Gnome2-Wnck</Dependency>
  45. <Dependency>perl-Locale-gettext</Dependency>
  46. <Dependency>perl-Gtk2-AppIndicator</Dependency>
  47. <Dependency>perl-Glib-Object-Introspection</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="executable">/usr/bin/gmusicbrowser</Path>
  51. <Path fileType="data">/usr/share</Path>
  52. <Path fileType="data">/usr/share/gmusicbrowser</Path>
  53. </Files>
  54. </Package>
  55. <History>
  56. <Update release="1">
  57. <Date>2023-03-25</Date>
  58. <Version>1.1.16</Version>
  59. <Comment>First build.</Comment>
  60. <Name>fury</Name>
  61. <Email>uglyside@yandex.ru</Email>
  62. </Update>
  63. </History>
  64. </PISI>