diff --git a/multimedia/sound/pogo/actions.py b/multimedia/sound/pogo/actions.py index d808eb3227..c65ef15f3f 100644 --- a/multimedia/sound/pogo/actions.py +++ b/multimedia/sound/pogo/actions.py @@ -2,17 +2,16 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools +from pisi.actionsapi import autotools, pisitools, get def setup(): - pisitools.dosed("Makefile", "(cat pogo.py) \| \$\(CONFIGURE_IN\)( > pogo;)", r"\1\2") + pass +# pisitools.dosed("Makefile", "(cat pogo.py) \| \$\(CONFIGURE_IN\)( > pogo;)", r"\1\2") def build(): - autotools.make() + autotools.make("PREFIX=/usr") def install(): - autotools.install() - pisitools.dodoc("NEWS.md", "README.md") + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/multimedia/sound/pogo/pspec.xml b/multimedia/sound/pogo/pspec.xml index 0fd5c1a899..4cd68ec416 100644 --- a/multimedia/sound/pogo/pspec.xml +++ b/multimedia/sound/pogo/pspec.xml @@ -1,42 +1,50 @@ - + pogo - https://launchpad.net/pogo + https://github.com/jendrikseipp/pogo Pisi Linux Community admins@pisilinux.org - GPLv2 + GPL-2 app:gui Probably the simplest and fastest audio player for Linux. Pogo's elementary-inspired design uses the screen-space very efficiently. It is especially well-suited for people who organize their music by albums on the harddrive. The main interface components are a directory tree and a playlist that groups albums in an innovative way.Supported file formats include Ogg Vorbis, MP3, FLAC, Musepack, Wavpack, and MPEG-4 AAC. Pogo is a fork of Decibel Audio Player. - https://github.com/jendrikseipp/pogo/archive/v1.0.tar.gz + + https://github.com/jendrikseipp/pogo/archive/refs/tags/v1.0.1.tar.gz + pogo - python - python-gtk - python-mutagen - python-imaging - gst-python - notify-python + python3 + gst-python + dbus-python3 + python3-mutagen + python3-imaging gst-plugins-base gst-plugins-good + python3-pygobject3 /usr/bin /usr/share /usr/share/locale /usr/share/man - /usr/share/doc + + 2022-11-15 + 1.0.1 + Version bump. + fury + uglyside@yandex.ru + 2020-03-08 1.0