diff --git a/desktop/misc/azfontviewer/pspec.xml b/desktop/misc/azfontviewer/pspec.xml
index ee745d7599..72a0905c17 100644
--- a/desktop/misc/azfontviewer/pspec.xml
+++ b/desktop/misc/azfontviewer/pspec.xml
@@ -15,8 +15,8 @@
A font viewer that directly reads and previews font files. It uses new mlk gui toolchain.
-
- http://azsky2.html.xdomain.jp/arc/azfontviewer-1.0.1.tar.xz
+
+ https://gitlab.com/azelpg/azfontviewer/-/archive/v1.0.2/azfontviewer-v1.0.2.tar.bz2
zlib-devel
@@ -47,6 +47,13 @@
+
+ 2021-12-11
+ 1.0.2
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2021-05-25
1.0.1
diff --git a/desktop/misc/dunst/pspec.xml b/desktop/misc/dunst/pspec.xml
index 41c6f1e413..4b7eeaeafb 100644
--- a/desktop/misc/dunst/pspec.xml
+++ b/desktop/misc/dunst/pspec.xml
@@ -13,8 +13,8 @@
desktop.misc
Lightweight and customizable notification daemon.
Dunst is a lightweight replacement for the notification daemons provided by most desktop environments. It’s very customizable, isn’t dependent on any toolkits, and therefore fits into those window manager centric setups we all love to customize to perfection.
-
- https://github.com/dunst-project/dunst/archive/refs/tags/v1.7.2.tar.gz
+
+ https://github.com/dunst-project/dunst/archive/refs/tags/v1.7.3.tar.gz
dbus-devel
@@ -60,6 +60,13 @@
+
+ 2021-12-11
+ 1.7.3
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2021-12-02
1.7.2
diff --git a/desktop/toolkit/mlk/mlkstyle/pspec.xml b/desktop/toolkit/mlk/mlkstyle/pspec.xml
index f5144c7bf0..462764aa8e 100644
--- a/desktop/toolkit/mlk/mlkstyle/pspec.xml
+++ b/desktop/toolkit/mlk/mlkstyle/pspec.xml
@@ -13,8 +13,8 @@
desktop.toolkit.mlk
mlk style editor.
mlk widget style editor.
-
- http://azsky2.html.xdomain.jp/arc/mlkstyle-1.0.3.tar.xz
+
+ https://gitlab.com/azelpg/mlkstyle/-/archive/v1.0.4/mlkstyle-v1.0.4.tar.bz2
zlib-devel
@@ -47,6 +47,13 @@
+
+ 2021-12-11
+ 1.0.4
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2021-05-25
1.0.3
diff --git a/desktop/xfce/base/xfce4-terminal/pspec.xml b/desktop/xfce/base/xfce4-terminal/pspec.xml
index 0c262a423d..73eb264828 100644
--- a/desktop/xfce/base/xfce4-terminal/pspec.xml
+++ b/desktop/xfce/base/xfce4-terminal/pspec.xml
@@ -14,7 +14,7 @@
xfce4-terminal is a modern, lightweight, and low memory cost terminal emulator with tabs and multiple windows for the Xfce desktop environment. It offers full-customization for the key bindings, the aspect, the colors, and more
- https://archive.xfce.org/src/apps/xfce4-terminal/0.9/xfce4-terminal-0.9.0.tar.bz2
+ https://archive.xfce.org/src/apps/xfce4-terminal/0.9/xfce4-terminal-0.9.1.tar.bz2
intltool
vte-devel
@@ -54,6 +54,13 @@
+
+ 2021-12-11
+ 0.9.1
+ Version bump.
+ uglyside@yandex.ru
+ fury
+
2021-10-16
0.9.0
diff --git a/multimedia/editor/vapoursynth/actions.py b/multimedia/editor/vapoursynth/actions.py
new file mode 100644
index 0000000000..204cc154e8
--- /dev/null
+++ b/multimedia/editor/vapoursynth/actions.py
@@ -0,0 +1,24 @@
+#!/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 shelltools, autotools, pisitools, get
+
+def setup():
+ autotools.autoreconf("-vif")
+ autotools.configure("--disable-static")
+
+def build():
+ autotools.make()
+ # doc compilation.
+ shelltools.cd("doc")
+ autotools.make("html man")
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ # doc installation.
+ pisitools.doman("doc/_build/man/*")
+ shelltools.copytree("doc/_build/html", "%s/usr/share/vapoursynth/html" % get.installDIR())
diff --git a/multimedia/editor/vapoursynth/pspec.xml b/multimedia/editor/vapoursynth/pspec.xml
new file mode 100644
index 0000000000..ac7cda911e
--- /dev/null
+++ b/multimedia/editor/vapoursynth/pspec.xml
@@ -0,0 +1,75 @@
+
+
+
+
+ vapoursynth
+ https://vapoursynth.com/doc/
+
+ fury
+ uglyside@yandex.ru
+
+ LGPL-2.1
+ app:console
+ multimedia.editor
+ A video processing framework with simplicity in mind.
+ VapourSynth is an application for video manipulation. It has a core library written in C++ and a Python module to allow video scripts to be created.
+
+ https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R57.tar.gz
+
+
+ nasm
+ cython3
+ python3-devel
+ libzimg-devel
+ python3-sphinx
+
+
+
+
+ vapoursynth
+
+ ffmpeg
+ python3
+ libzimg
+
+
+ /usr/bin
+ /usr/lib
+ /usr/lib/python3.9/site-packages/
+ /usr/share/man
+
+
+
+
+ vapoursynth-doc
+
+
+
+
+ /usr/share/vapoursynth/html
+
+
+
+
+ vapoursynth-devel
+
+ vapoursynth
+ libzimg-devel
+ python3-devel
+
+
+ /usr/lib/pkgconfig
+ /usr/include/vapoursynth
+
+
+
+
+
+ 2021-12-11
+ 57
+ First build.
+ fury
+ uglyside@yandex.ru
+
+
+
diff --git a/multimedia/graphics/azpainter/pspec.xml b/multimedia/graphics/azpainter/pspec.xml
index d2992e05e8..95d399266f 100644
--- a/multimedia/graphics/azpainter/pspec.xml
+++ b/multimedia/graphics/azpainter/pspec.xml
@@ -15,8 +15,8 @@
Full color painting software for Linux for illustration drawing. This is not suitable for dot editing. Since the color is handled with 16 bit color (15 bit fixed point number) internally, the accuracy of color rises, but the memory is consumed correspondingly.
-
- https://gitlab.com/azelpg/azpainter/-/archive/v3.0.3/azpainter-v3.0.3.tar.bz2
+
+ https://gitlab.com/azelpg/azpainter/-/archive/v3.0.4/azpainter-v3.0.4.tar.bz2
tiff-devel
@@ -54,6 +54,13 @@
+
+ 2021-12-11
+ 3.0.4
+ Ver. bump.
+ fury
+ uglyside@yandex.ru
+
2021-07-10
3.0.3
diff --git a/multimedia/videoplayer/vasviewer/actions.py b/multimedia/videoplayer/vasviewer/actions.py
new file mode 100644
index 0000000000..1748353cd8
--- /dev/null
+++ b/multimedia/videoplayer/vasviewer/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 setup():
+ autotools.rawConfigure("--prefix=/usr")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
diff --git a/multimedia/videoplayer/vasviewer/pspec.xml b/multimedia/videoplayer/vasviewer/pspec.xml
new file mode 100644
index 0000000000..0da0cd9d92
--- /dev/null
+++ b/multimedia/videoplayer/vasviewer/pspec.xml
@@ -0,0 +1,57 @@
+
+
+
+
+ vasviewer
+ http://azsky2.html.xdomain.jp/soft/vasviewer.html
+
+ fury
+ uglyside@yandex.ru
+
+ MIT
+ app:gui
+ multimedia.videoplayer
+ VapourSynth viewer.
+ Load the script file and display the frame image. Also you can save the frame image as PNG.
+
+ https://gitlab.com/azelpg/vasviewer/-/archive/v1.0.1/vasviewer-v1.0.1.tar.bz2
+
+
+ libX11-devel
+ libpng-devel
+ libXext-devel
+ libXcursor-devel
+ fontconfig-devel
+ vapoursynth-devel
+
+
+
+
+ vasviewer
+
+ zlib
+ libX11
+ libpng
+ libXext
+ freetype
+ fontconfig
+ libXcursor
+ vapoursynth
+
+
+ /usr/bin
+ /usr/share
+ /usr/share/vasviewer
+
+
+
+
+
+ 2021-12-11
+ 1.0.1
+ First build.
+ fury
+ uglyside@yandex.ru
+
+
+