diff --git a/multimedia/sound/audacious/actions.py b/multimedia/sound/audacious/actions.py index 0ab4a7cb3d..779cbe3327 100644 --- a/multimedia/sound/audacious/actions.py +++ b/multimedia/sound/audacious/actions.py @@ -1,20 +1,19 @@ -#!/usr/bin/env python -#-*- coding:utf-8 -*- +#!/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 -from pisi.actionsapi import get +from pisi.actionsapi import mesontools from pisi.actionsapi import pisitools -# if pisi can't find source directory, see /var/pisi/__package_name__/work/ and: -# WorkDir="__package_name__-"+ get.srcVERSION() +"/sub_project_dir/" - def setup(): - autotools.rawConfigure("--prefix=/usr --enable-dbus --enable-nls --enable-sm --disable-rpath") + mesontools.configure("-Dlibarchive=true") def build(): - autotools.make() + mesontools.build() def install(): - pisitools.dodoc("AUTHORS","COPYING","INSTALL") - autotools.rawInstall("DESTDIR=%s"%get.installDIR()) + mesontools.install() + + pisitools.dodoc("AUTHORS", "COPYING", "INSTALL") diff --git a/multimedia/sound/audacious/pspec.xml b/multimedia/sound/audacious/pspec.xml index 1e2070d472..49a99889d8 100644 --- a/multimedia/sound/audacious/pspec.xml +++ b/multimedia/sound/audacious/pspec.xml @@ -1,5 +1,5 @@ - + audacious @@ -8,17 +8,24 @@ PisiLinux Community admins@pisilinux.org - GPL-v3 + GPL-3 app:gui an advanced audio player Audacious is an open source audio player. A descendant of XMMS, Audacious plays your music how you want it, without stealing away your computer’s resources from other tasks. Drag and drop folders and individual song files, search for artists and albums in your entire music library, or create and edit your own custom playlists.Listen to CD’s or stream music from the Internet. Tweak the sound with the graphical equalizer or experiment with LADSPA effects. Enjoy the modern GTK-themed interface or change things up with Winamp classic skins. Use the plugins included with Audacious to fetch lyrics for your music, to set an alarm in the morning, and more. - http://distfiles.audacious-media-player.org/audacious-3.10.tar.bz2 + + https://distfiles.audacious-media-player.org/audacious-4.1.tar.bz2 + - python3-devel + meson + cmake gtk2-devel - pango-devel glib2-devel + pango-devel + qt5-linguist + python3-devel + qt5-base-devel gdk-pixbuf-devel + libarchive-devel @@ -26,24 +33,23 @@ audacious gtk2 + glib2 cairo pango - glib2 libgcc + qt5-base gdk-pixbuf + libarchive /usr/share/doc /usr/bin - /usr/share/icons - /usr/share/man - /usr/share/pixmaps - /usr/lib/libaud* - /usr/share/locale - /usr/share/audacious - /usr/share/applications + /usr/share + /usr/lib + /usr/share/locale + audacious-devel @@ -51,13 +57,18 @@ /usr/lib/pkgconfig - /usr/include/libaudgui - /usr/include/audacious - /usr/include/libaudcore + /usr/include - + + + 2022-01-18 + 4.1 + Version bump. + fury + uglyside@yandex.ru + 2020-03-07 3.10 @@ -65,7 +76,7 @@ Ali Cengiz Kurt alicengizkurt@gmail.com - + 2018-12-06 3.10 First release @@ -74,4 +85,3 @@ -