12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>gmusicbrowser</Name>
- <Homepage>https://gmusicbrowser.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL-3</License>
- <IsA>app:gui</IsA>
- <PartOf>multimedia.sound</PartOf>
- <Summary>A customizable open-source jukebox for large collections.</Summary>
- <Description>An open-source jukebox for large collections of mp3, ogg, flac, etc.., files, written in perl.</Description>
- <Archive sha1sum="9c9d085967b1b1f9fe22c064822fef197a336371" type="targz">
- https://gmusicbrowser.org/download/gmusicbrowser-1.1.16.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>discount</Dependency>
- <Dependency>perl-Gtk2</Dependency>
- <Dependency>perl-Glib-Object-Introspection</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">fix_show_hide_option_of_window_in_pekwm.patch</Patch>
- <Patch level="1">prevent_writing_nodecoration_parameter.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>gmusicbrowser</Name>
- <RuntimeDependencies>
- <Dependency>gtk2</Dependency>
- <Dependency>flac</Dependency>
- <Dependency>mpg123</Dependency>
- <Dependency>perl-Gtk2</Dependency>
- <Dependency>alsa-utils</Dependency>
- <Dependency>vorbis-tools</Dependency>
- <Dependency>perl-Net-DBus</Dependency>
- <Dependency>perl-XML-Parser</Dependency>
- <Dependency>perl-Gtk2-Notify</Dependency>
- <Dependency>gst-plugins-ugly</Dependency>
- <Dependency>gst-plugins-base</Dependency>
- <Dependency>gst-plugins-good</Dependency>
- <Dependency>perl-Gnome2-Wnck</Dependency>
- <Dependency>perl-Locale-gettext</Dependency>
- <Dependency>perl-Gtk2-AppIndicator</Dependency>
- <Dependency>perl-Glib-Object-Introspection</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/gmusicbrowser</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="data">/usr/share/gmusicbrowser</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2023-03-25</Date>
- <Version>1.1.16</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|