diff --git a/multimedia/plugin/audacious-plugins/actions.py b/multimedia/plugin/audacious-plugins/actions.py
index bd1d87f873..a7695f9a10 100644
--- a/multimedia/plugin/audacious-plugins/actions.py
+++ b/multimedia/plugin/audacious-plugins/actions.py
@@ -8,7 +8,7 @@ from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
def setup():
- mesontools.configure()
+ mesontools.configure("-Dqt6=true -Dgtk3=true")
def build():
mesontools.build()
diff --git a/multimedia/plugin/audacious-plugins/pspec.xml b/multimedia/plugin/audacious-plugins/pspec.xml
index f672a5d913..004e42561f 100644
--- a/multimedia/plugin/audacious-plugins/pspec.xml
+++ b/multimedia/plugin/audacious-plugins/pspec.xml
@@ -12,8 +12,8 @@
data
plugins for audacious
plugins for audacious
-
- https://distfiles.audacious-media-player.org/audacious-plugins-4.2.tar.bz2
+
+ https://distfiles.audacious-media-player.org/audacious-plugins-4.3.tar.bz2
meson
@@ -23,13 +23,13 @@
lame-devel
neon-devel
curl-devel
- gtk2-devel
+ gtk3-devel
faac-devel
lirc-devel
faad2-devel
cairo-devel
pango-devel
- qt5-linguist
+ qt6-linguist
libogg-devel
libcue-devel
ffmpeg-devel
@@ -42,8 +42,10 @@
libsoxr-devel
libcddb-devel
wavpack-devel
+ libopus-devel
+ opusfile-devel
libbinio-devel
- qt5-base-devel
+ qt6-base-devel
alsa-lib-devel
libnotify-devel
libvorbis-devel
@@ -52,15 +54,15 @@
gdk-pixbuf-devel
libXrender-devel
libmodplug-devel
- qt5-x11extras-devel
+
libXcomposite-devel
libsamplerate-devel
- qt5-multimedia-devel
+ qt6-multimedia-devel
pulseaudio-libs-devel
libcdio-paranoia-devel
jack-audio-connection-kit-devel
libcdio-devel
- audacious-devel
+ audacious-devel
@@ -68,7 +70,7 @@
audacious-plugins
neon
- gtk2
+ gtk3
faac
curl
flac
@@ -94,11 +96,14 @@
libxml2
libcddb
libsdl2
- qt5-base
+ libopus
+ opusfile
+ qt6-base
+ pipewire
libglvnd
libbinio
alsa-lib
- audacious
+ audacious
libvorbis
libnotify
fluidsynth
@@ -106,10 +111,10 @@
libXrender
libmodplug
libsndfile
- qt5-x11extras
+
libsamplerate
libXcomposite
- qt5-multimedia
+ qt6-multimedia
pulseaudio-libs
libcdio-paranoia
jack-audio-connection-kit
@@ -124,6 +129,13 @@
+
+ 2023-03-08
+ 4.3
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2023-01-04
4.2
diff --git a/multimedia/sound/audacious/actions.py b/multimedia/sound/audacious/actions.py
index 779cbe3327..bc497794ab 100644
--- a/multimedia/sound/audacious/actions.py
+++ b/multimedia/sound/audacious/actions.py
@@ -8,7 +8,7 @@ from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
def setup():
- mesontools.configure("-Dlibarchive=true")
+ mesontools.configure("-Dlibarchive=true -Dqt6=true -Dgtk3=true")
def build():
mesontools.build()
diff --git a/multimedia/sound/audacious/pspec.xml b/multimedia/sound/audacious/pspec.xml
index 393fc1523c..e0dcf98df0 100644
--- a/multimedia/sound/audacious/pspec.xml
+++ b/multimedia/sound/audacious/pspec.xml
@@ -12,18 +12,18 @@
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.
-
- https://distfiles.audacious-media-player.org/audacious-4.2.tar.bz2
+
+ https://distfiles.audacious-media-player.org/audacious-4.3.tar.bz2
meson
cmake
- gtk2-devel
+ gtk3-devel
glib2-devel
pango-devel
- qt5-linguist
+ qt6-linguist
python3-devel
- qt5-base-devel
+ qt6-base-devel
gdk-pixbuf-devel
libarchive-devel
@@ -32,12 +32,12 @@
audacious
- gtk2
+ gtk3
glib2
cairo
pango
libgcc
- qt5-base
+ qt6-base
gdk-pixbuf
libarchive
@@ -62,6 +62,13 @@
+
+ 2023-03-08
+ 4.3
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2022-11-10
4.2
diff --git a/multimedia/video/aom/pspec.xml b/multimedia/video/aom/pspec.xml
index 143a01ace3..32d4791e1b 100644
--- a/multimedia/video/aom/pspec.xml
+++ b/multimedia/video/aom/pspec.xml
@@ -13,7 +13,7 @@
aom
Alliance for Open Media video codec
aom is the AOMedia video encoder for AV1, an open source and royalty-free video codec. aom can save about 30% bitrate compared to VP9 and H.265 / HEVC, and about 50% over H.264, while retaining the same visual quality.
- https://storage.googleapis.com/aom-releases/libaom-3.5.0.tar.gz
+ https://storage.googleapis.com/aom-releases/libaom-3.6.0.tar.gz
ninja
doxygen
@@ -48,6 +48,13 @@
+
+ 2023-03-06
+ 3.6.0
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2023-01-09
3.5.0
diff --git a/util/archive/p7zip/actions.py b/util/archive/p7zip/actions.py
index 7f1cdde316..c3506f8778 100644
--- a/util/archive/p7zip/actions.py
+++ b/util/archive/p7zip/actions.py
@@ -11,9 +11,7 @@ from pisi.actionsapi import get
WorkDir = "p7zip-%s" % get.srcVERSION()
-makefiles = {
- 'x86_64' : "makefile.linux_amd64_asm"
- }
+makefiles = { 'x86_64' : "makefile.linux_amd64_asm" }
def setup():
shelltools.copy(makefiles[get.ARCH()], "makefile.machine")
@@ -21,7 +19,10 @@ def setup():
def build():
autotools.make('OPTFLAGS="%s %s" 7z 7za 7zr sfx' % (get.CFLAGS(), get.CXXFLAGS()))
+def check():
+ autotools.make("test")
+ autotools.make("test_7z")
+ autotools.make("test_7zr")
+
def install():
autotools.rawInstall("DEST_DIR=%s DEST_HOME=/usr DEST_MAN=/usr/share/man" % get.installDIR())
-
- pisitools.dodoc("README.md")
diff --git a/util/archive/p7zip/pspec.xml b/util/archive/p7zip/pspec.xml
index 0d68494ae0..438e553f75 100644
--- a/util/archive/p7zip/pspec.xml
+++ b/util/archive/p7zip/pspec.xml
@@ -3,19 +3,20 @@
p7zip
- https://github.com/jinfeihan57/p7zip
+ https://github.com/p7zip-project/p7zip
PisiLinux Community
admins@pisilinux.org
LGPLv2.1
app:console
+ util.archive
Port of 7-Zip archiver for *nix
p7zip is a port of 7-Zip archiver for Unix. Supports packing-unpacking 7z, ZIP, GZIP, BZIP2 and TAR archives and unpacking RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB and NSIS arhives.
-
- https://github.com/jinfeihan57/p7zip/archive/v17.04.tar.gz
+
+ https://github.com/p7zip-project/p7zip/archive/refs/tags/v17.05.tar.gz
yasm-devel
@@ -37,6 +38,13 @@
+
+ 2023-03-06
+ 17.05
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2021-04-26
17.04
diff --git a/x11/terminal/terminator/pspec.xml b/x11/terminal/terminator/pspec.xml
index dc03f794d1..f28f113ecb 100644
--- a/x11/terminal/terminator/pspec.xml
+++ b/x11/terminal/terminator/pspec.xml
@@ -13,8 +13,8 @@
x11.terminal
Multiple terminals in one window.
In April of 2020 we started moving Terminator to GitHub. A new team wanted to continue the work of the original authors.
-
- https://github.com/gnome-terminator/terminator/releases/download/v2.1.2/terminator-2.1.2.tar.gz
+
+ https://github.com/gnome-terminator/terminator/releases/download/v2.1.3/terminator-2.1.3.tar.gz
intltool
@@ -63,6 +63,13 @@
+
+ 2023-03-07
+ 2.1.3
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2022-11-10
2.1.2