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.
+
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..22a26c0210 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
-
- -->
@@ -42,12 +42,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ı