From 229665276878f3098214417315ffbb6d5282ccf7 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 14 Apr 2026 15:05:08 +0400 Subject: [PATCH 1/3] gaupol subtitle editor v1.16 --- multimedia/editor/gaupol/actions.py | 2 +- multimedia/editor/gaupol/pspec.xml | 9 ++++++++- multimedia/editor/gaupol/translations.xml | 10 +++++----- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/multimedia/editor/gaupol/actions.py b/multimedia/editor/gaupol/actions.py index 82955f9875..13b4ffb463 100644 --- a/multimedia/editor/gaupol/actions.py +++ b/multimedia/editor/gaupol/actions.py @@ -13,4 +13,4 @@ def build(): def install(): pythonmodules.install(pyVer = "3") - pisitools.dodoc("AUTHORS.md", "NEWS.md") + pisitools.dodoc("AUTHORS.md", "COPYING") diff --git a/multimedia/editor/gaupol/pspec.xml b/multimedia/editor/gaupol/pspec.xml index 94242c0bfe..4906437462 100644 --- a/multimedia/editor/gaupol/pspec.xml +++ b/multimedia/editor/gaupol/pspec.xml @@ -13,7 +13,7 @@ multimedia.editor Editor for text-based subtitle files. Gaupol supports multiple subtitle file formats and provides means of creating, editing and translating subtitles and timing subtitles to match video. - https://github.com/otsaloma/gaupol/archive/1.15/gaupol-1.15.tar.gz + https://github.com/otsaloma/gaupol/archive/1.16/gaupol-1.16.tar.gz python3-setuptools @@ -47,6 +47,13 @@ + + 2026-04-14 + 1.16 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2025-05-16 1.15 diff --git a/multimedia/editor/gaupol/translations.xml b/multimedia/editor/gaupol/translations.xml index 729cff19f7..13ccfb3000 100644 --- a/multimedia/editor/gaupol/translations.xml +++ b/multimedia/editor/gaupol/translations.xml @@ -1,8 +1,8 @@ - - gaupol - Metin yazı biçimli altyazıları düzenleme aracı - Metin yazı biçimli altyazıları düzenleme aracıdır. Çeşitli altyazı türlerini desteklemektedir. Ayrıca yazı içeriğini ve zamanlamayı düzeltmenize olanak sağlar. - + + gaupol + Metin yazı biçimli altyazıları düzenleme aracı + Metin yazı biçimli altyazıları düzenleme aracıdır. Çeşitli altyazı türlerini desteklemektedir. Ayrıca yazı içeriğini ve zamanlamayı düzeltmenize olanak sağlar. + From ec8eb88ed9f9f043901a4455af18fcb60cac1a93 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 14 Apr 2026 15:05:54 +0400 Subject: [PATCH 2/3] jemalloc v5.3.1 --- programming/library/jemalloc/actions.py | 14 ++++----- programming/library/jemalloc/pspec.xml | 29 ++++++++++++------- programming/library/jemalloc/translations.xml | 2 +- 3 files changed, 24 insertions(+), 21 deletions(-) diff --git a/programming/library/jemalloc/actions.py b/programming/library/jemalloc/actions.py index 61fd05dd3f..b91a6f8638 100644 --- a/programming/library/jemalloc/actions.py +++ b/programming/library/jemalloc/actions.py @@ -1,25 +1,21 @@ -#!/usr/bin/env python +#!/usr/bin/python # -*- 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 autotools from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools from pisi.actionsapi import get - def setup(): - #shelltools.export("CC", "clang") - #shelltools.export("CXX", "clang++") - shelltools.system("./autogen.sh") - autotools.configure() + autotools.configure("--prefix=/usr") def build(): autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + a = 'install_{bin,include,lib,doc_man}' + autotools.rawInstall("DESTDIR=%s" % get.installDIR(), argument = '%s' % a) pisitools.dodoc("ChangeLog", "COPYING") diff --git a/programming/library/jemalloc/pspec.xml b/programming/library/jemalloc/pspec.xml index a015aac5a3..7c3dd83796 100644 --- a/programming/library/jemalloc/pspec.xml +++ b/programming/library/jemalloc/pspec.xml @@ -1,5 +1,5 @@ - + jemalloc @@ -8,17 +8,17 @@ PisiLinux Community admins@pisilinux.org - BSD + BSD2 library - General-purpose scalable concurrent malloc implementation - Genel amaçlı ölçeklenebilir eşzamanlı malloc uygulaması - https://github.com/jemalloc/jemalloc/archive/refs/tags/5.3.0.tar.gz - - --> @@ -31,7 +31,6 @@ /usr/lib /usr/share /usr/share/man - /usr/share/doc @@ -42,12 +41,20 @@ jemalloc + /usr/bin/jemalloc-config /usr/include - /usr/lib/pkgconfig + /usr/lib/pkgconfig + + 2026-06-14 + 5.3.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-11-26 5.3.0 diff --git a/programming/library/jemalloc/translations.xml b/programming/library/jemalloc/translations.xml index 6eada3f114..23afd81f06 100644 --- a/programming/library/jemalloc/translations.xml +++ b/programming/library/jemalloc/translations.xml @@ -2,7 +2,7 @@ jemalloc - General-purpose scalable concurrent malloc implementation + Genel.amaçlı.ölçeklenebilir.eşzamanlı.malloc.uygulaması Genel amaçlı ölçeklenebilir eşzamanlı malloc uygulaması From 873c7264d09f757b58fca671de0d5912633e7b31 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 14 Apr 2026 20:11:47 +0400 Subject: [PATCH 3/3] jemalloc. --- programming/library/jemalloc/pspec.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/programming/library/jemalloc/pspec.xml b/programming/library/jemalloc/pspec.xml index 7c3dd83796..22a26c0210 100644 --- a/programming/library/jemalloc/pspec.xml +++ b/programming/library/jemalloc/pspec.xml @@ -31,6 +31,7 @@ /usr/lib /usr/share /usr/share/man + /usr/share/doc