From 546a6ff6a89b35c9d81af8d84e303d5c72ed9580 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 17 Dec 2022 19:19:33 +0300 Subject: [PATCH 1/7] picom. --- desktop/misc/picom/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 From d5fd760ded353bdf34100025fe36eedb4b46b73a Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 17 Dec 2022 19:20:38 +0300 Subject: [PATCH 2/7] fmt-9.1.0. --- programming/library/fmt/actions.py | 8 +++----- programming/library/fmt/pspec.xml | 11 +++++++++-- programming/library/fmt/translations.xml | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) 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 + From d4c4ad5f4e4b01148dfab7fd38489f959059e2d4 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 17 Dec 2022 19:22:26 +0300 Subject: [PATCH 3/7] inkscape-1.2.2. --- multimedia/graphics/inkscape/actions.py | 1 + multimedia/graphics/inkscape/pspec.xml | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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 From 08bb446f754a6b1b4cc08b6cf84d978e09cc6336 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 17 Dec 2022 19:37:50 +0300 Subject: [PATCH 4/7] mupdf. --- office/misc/mupdf/actions.py | 2 +- office/misc/mupdf/pspec.xml | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/office/misc/mupdf/actions.py b/office/misc/mupdf/actions.py index 526c222165..7eaae6cc39 100644 --- a/office/misc/mupdf/actions.py +++ b/office/misc/mupdf/actions.py @@ -22,7 +22,7 @@ def build(): shelltools.system("sed '/TOFU_CJK /c #define TOFU_CJK 1/' -i include/mupdf/fitz/config.h") shelltools.system("sed -i '/ttc/s/^/#/' Makefile") # remove bundled packages, use our system libraries - shelltools.system("rm -rf thirdparty/{curl,freetype,harfbuzz,libjpeg,openjpeg,zlib}") + shelltools.system("rm -rf thirdparty/{curl,freetype,glut,harfbuzz,libjpeg,openjpeg,zlib}") autotools.make("prefix=/usr %s" % i) 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 From 132c38d74983a0ea14fb287496bcc04a7ab9b917 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 17 Dec 2022 19:39:43 +0300 Subject: [PATCH 5/7] vapoursynth. --- multimedia/editor/vapoursynth/actions.py | 2 +- multimedia/editor/vapoursynth/pspec.xml | 21 +++++++++++++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) 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..8b53cf4bbe 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 @@ -55,7 +55,24 @@ + + vapoursynth-doc + + + + + /usr/share/vapoursynth/html + + + + + 2022-12-16 + 61 + Version bump. + fury + uglyside@yandex.ru + 2022-11-13 60 From 4685ca642a4c6e7a93816b9e1a13bbf54e143581 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 17 Dec 2022 19:44:42 +0300 Subject: [PATCH 6/7] vapoursynth. --- multimedia/editor/vapoursynth/pspec.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/multimedia/editor/vapoursynth/pspec.xml b/multimedia/editor/vapoursynth/pspec.xml index 8b53cf4bbe..c13b353530 100644 --- a/multimedia/editor/vapoursynth/pspec.xml +++ b/multimedia/editor/vapoursynth/pspec.xml @@ -55,16 +55,6 @@ - - vapoursynth-doc - - - - - /usr/share/vapoursynth/html - - - 2022-12-16 From 06261c87d538d312655e3b81014d002675c04a69 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 17 Dec 2022 19:46:13 +0300 Subject: [PATCH 7/7] mupdf. --- office/misc/mupdf/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/office/misc/mupdf/actions.py b/office/misc/mupdf/actions.py index 7eaae6cc39..526c222165 100644 --- a/office/misc/mupdf/actions.py +++ b/office/misc/mupdf/actions.py @@ -22,7 +22,7 @@ def build(): shelltools.system("sed '/TOFU_CJK /c #define TOFU_CJK 1/' -i include/mupdf/fitz/config.h") shelltools.system("sed -i '/ttc/s/^/#/' Makefile") # remove bundled packages, use our system libraries - shelltools.system("rm -rf thirdparty/{curl,freetype,glut,harfbuzz,libjpeg,openjpeg,zlib}") + shelltools.system("rm -rf thirdparty/{curl,freetype,harfbuzz,libjpeg,openjpeg,zlib}") autotools.make("prefix=/usr %s" % i)