diff --git a/desktop/misc/picom/pspec.xml b/desktop/misc/picom/pspec.xml
index 11e4dd3474..c2789a9c11 100644
--- a/desktop/misc/picom/pspec.xml
+++ b/desktop/misc/picom/pspec.xml
@@ -14,8 +14,8 @@
desktop.misc
A compositor for X11.
This is forked from the original Compton because it seems to have become unmaintained.
-
- https://github.com/yshui/picom/archive/refs/tags/v10.1.tar.gz
+
+ https://github.com/yshui/picom/archive/refs/tags/v10.2.tar.gz
@@ -74,6 +74,13 @@
+
+ 2022-12-17
+ 10.2
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2022-11-23
10.1
diff --git a/multimedia/editor/vapoursynth/actions.py b/multimedia/editor/vapoursynth/actions.py
index 258d72dd4a..0558d5369e 100644
--- a/multimedia/editor/vapoursynth/actions.py
+++ b/multimedia/editor/vapoursynth/actions.py
@@ -7,7 +7,7 @@
from pisi.actionsapi import shelltools, autotools, pisitools, get
def setup():
- pisitools.dosed("doc/apireference.rst", "api", deleteLine = True)
+# pisitools.dosed("doc/apireference.rst", "api", deleteLine = True)
autotools.autoreconf("-vif")
autotools.configure("--disable-static")
diff --git a/multimedia/editor/vapoursynth/pspec.xml b/multimedia/editor/vapoursynth/pspec.xml
index 91ffd68704..c13b353530 100644
--- a/multimedia/editor/vapoursynth/pspec.xml
+++ b/multimedia/editor/vapoursynth/pspec.xml
@@ -13,8 +13,8 @@
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/R60.tar.gz
+
+ https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R61.tar.gz
nasm
@@ -56,6 +56,13 @@
+
+ 2022-12-16
+ 61
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2022-11-13
60
diff --git a/multimedia/graphics/inkscape/actions.py b/multimedia/graphics/inkscape/actions.py
index 046af57479..2c0ca820f4 100644
--- a/multimedia/graphics/inkscape/actions.py
+++ b/multimedia/graphics/inkscape/actions.py
@@ -15,6 +15,7 @@ j = ''.join([
' -DWITH_DBUS=OFF',
' -DWITH_GSPELL=OFF',
' -DWITH_IMAGE_MAGICK=OFF',
+ ' -DWITH_INTERNAL_CAIRO=OFF',
' -DBUILD_STATIC_LIBS=OFF',
' -D2GEOM_BOOST_PYTHON=OFF',
' -D2GEOM_CYTHON_BUILD_SHARED=OFF',
diff --git a/multimedia/graphics/inkscape/pspec.xml b/multimedia/graphics/inkscape/pspec.xml
index 9b44f1c4ec..4dbe4ed6a4 100644
--- a/multimedia/graphics/inkscape/pspec.xml
+++ b/multimedia/graphics/inkscape/pspec.xml
@@ -14,8 +14,8 @@
app:gui
SVG vector graphics application.
Inkscape is an application to create, edit, and convert SVG vector graphics images that can also import from and export to bitmap image files.
-
- https://media.inkscape.org/dl/resources/file/inkscape-1.2.1.tar.xz
+
+ https://media.inkscape.org/dl/resources/file/inkscape-1.2.2.tar.xz
cmake
@@ -175,6 +175,13 @@
+
+ 2022-12-16
+ 1.2.2
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2022-11-14
1.2.1
diff --git a/office/misc/mupdf/pspec.xml b/office/misc/mupdf/pspec.xml
index 8926afbab1..ad1313db47 100644
--- a/office/misc/mupdf/pspec.xml
+++ b/office/misc/mupdf/pspec.xml
@@ -14,8 +14,8 @@
MuPDF is a lightweight open source software framework for viewing and converting PDF, XPS, and E-book documents.
-
- https://mupdf.com/downloads/archive/mupdf-1.20.3-source.tar.gz
+
+ https://mupdf.com/downloads/archive/mupdf-1.21.1-source.tar.gz
zlib-devel
@@ -46,7 +46,7 @@
mupdf
curl
- mesa
+
zlib
libX11
openssl
@@ -90,6 +90,13 @@
+
+ 2022-12-16
+ 1.21.1
+ Version bump
+ fury
+ uglyside@yandex.ru
+
2022-10-07
1.20.3
diff --git a/programming/library/fmt/actions.py b/programming/library/fmt/actions.py
index 1db4930d24..02daf409ce 100644
--- a/programming/library/fmt/actions.py
+++ b/programming/library/fmt/actions.py
@@ -2,11 +2,9 @@
# -*- 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 get
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import cmaketools
+from pisi.actionsapi import cmaketools, pisitools, get
def setup():
cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib -L")
@@ -17,4 +15,4 @@ def build():
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("README*", "LICENSE*")
+ pisitools.dodoc("ChangeLog.rst")
diff --git a/programming/library/fmt/pspec.xml b/programming/library/fmt/pspec.xml
index 1b88d37d4f..5c55e0ac85 100644
--- a/programming/library/fmt/pspec.xml
+++ b/programming/library/fmt/pspec.xml
@@ -1,5 +1,5 @@
-
+
fmt
@@ -13,7 +13,7 @@
library
Open-source formatting library for C++
{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.
- https://github.com/fmtlib/fmt/archive/refs/tags/9.0.0.tar.gz
+ https://github.com/fmtlib/fmt/archive/refs/tags/9.1.0.tar.gz
cmake
@@ -44,6 +44,13 @@
+
+ 2022-12-16
+ 9.1.0
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2022-07-06
9.0.0
diff --git a/programming/library/fmt/translations.xml b/programming/library/fmt/translations.xml
index 4f52b14f1e..663d2ddd68 100644
--- a/programming/library/fmt/translations.xml
+++ b/programming/library/fmt/translations.xml
@@ -11,4 +11,4 @@
fmt için geliştirme dosyaları
fmt-devel, fmt için geliştirme dosyalarını içerir.
-
\ No newline at end of file
+