From 14329b6faaa2e18bb0efcb7df581a55fba43ca52 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Wed, 8 Mar 2023 07:44:19 +0300 Subject: [PATCH 1/5] terminator-2.1.3 --- x11/terminal/terminator/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 From 056a25871446efe4fa12a1058cbd89525a834778 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Wed, 8 Mar 2023 07:46:03 +0300 Subject: [PATCH 2/5] p7zip-17.05 --- util/archive/p7zip/actions.py | 11 ++++++----- util/archive/p7zip/pspec.xml | 14 +++++++++++--- 2 files changed, 17 insertions(+), 8 deletions(-) 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 From 1c6a11de487d7f98a56914f6ecb881a4d8445e94 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Wed, 8 Mar 2023 07:46:57 +0300 Subject: [PATCH 3/5] aom-3.6 --- multimedia/video/aom/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 From b84bc590440ff0bb9586832da8ede5de1282a8b4 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Wed, 8 Mar 2023 07:47:34 +0300 Subject: [PATCH 4/5] audacious-4.3 --- multimedia/sound/audacious/actions.py | 2 +- multimedia/sound/audacious/pspec.xml | 21 ++++++++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) 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 From 4cc0c265d8223100823e21bc3bfa0414c86af381 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Wed, 8 Mar 2023 07:48:02 +0300 Subject: [PATCH 5/5] audacious-plugins-4.3 --- .../plugin/audacious-plugins/actions.py | 2 +- multimedia/plugin/audacious-plugins/pspec.xml | 38 ++++++++++++------- 2 files changed, 26 insertions(+), 14 deletions(-) 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