diff --git a/multimedia/sound/gmusicbrowser/actions.py b/multimedia/sound/gmusicbrowser/actions.py new file mode 100644 index 0000000000..25feb16192 --- /dev/null +++ b/multimedia/sound/gmusicbrowser/actions.py @@ -0,0 +1,16 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import autotools, pisitools, get + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "layout_doc.html", "NEWS") + pisitools.removeDir("/usr/share/doc/gmusicbrowser-%s" % get.srcVERSION()) diff --git a/multimedia/sound/gmusicbrowser/files/fix_show_hide_option_of_window_in_pekwm.patch b/multimedia/sound/gmusicbrowser/files/fix_show_hide_option_of_window_in_pekwm.patch new file mode 100644 index 0000000000..086b55af23 --- /dev/null +++ b/multimedia/sound/gmusicbrowser/files/fix_show_hide_option_of_window_in_pekwm.patch @@ -0,0 +1,13 @@ +diff --git a/gmusicbrowser.pl b/gmusicbrowser.pl +index 23f8dea..3aadf63 100755 +--- a/gmusicbrowser.pl ++++ b/gmusicbrowser.pl +@@ -7904,7 +7904,7 @@ sub ShowHide + { next unless $win; + $win->{saved_position}=join 'x',$win->get_position; + $win->{skip_taskbar_hint}=$win->get_skip_taskbar_hint; +- $win->set_skip_taskbar_hint(TRUE); ++ #$win->set_skip_taskbar_hint(TRUE); + $win->hide; + } + } diff --git a/multimedia/sound/gmusicbrowser/pspec.xml b/multimedia/sound/gmusicbrowser/pspec.xml new file mode 100644 index 0000000000..bf00eef78e --- /dev/null +++ b/multimedia/sound/gmusicbrowser/pspec.xml @@ -0,0 +1,65 @@ + + + + + gmusicbrowser + https://gmusicbrowser.org + + fury + uglyside@yandex.ru + + GPL-3 + app:gui + multimedia.sound + A customizable open-source jukebox for large collections. + An open-source jukebox for large collections of mp3, ogg, flac, etc.., files, written in perl. + + https://gmusicbrowser.org/download/gmusicbrowser-1.1.16.tar.gz + + + discount + perl-Gtk2 + perl-Glib-Object-Introspection + + + fix_show_hide_option_of_window_in_pekwm.patch + + + + + gmusicbrowser + + gtk2 + flac + mpg123 + perl-Gtk2 + alsa-utils + vorbis-tools + perl-Net-DBus + perl-XML-Parser + perl-Gtk2-Notify + gst-plugins-ugly + gst-plugins-base + gst-plugins-good + perl-Gnome2-Wnck + perl-Locale-gettext + perl-Gtk2-AppIndicator + perl-Glib-Object-Introspection + + + /usr/bin/gmusicbrowser + /usr/share + /usr/share/gmusicbrowser + + + + + + 2023-01-07 + 1.1.16 + First build. + fury + uglyside@yandex.ru + + +