diff --git a/multimedia/editor/picard/actions.py b/multimedia/editor/picard/actions.py
index e02e2e980d..8b60afb9fe 100644
--- a/multimedia/editor/picard/actions.py
+++ b/multimedia/editor/picard/actions.py
@@ -2,7 +2,7 @@
# -*- 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 pythonmodules, pisitools
@@ -12,4 +12,4 @@ def build():
def install():
pythonmodules.install(pyVer="3")
- pisitools.dodoc("AUTHORS.txt", "NEWS.md")
+ pisitools.dodoc("AUTHORS.txt", "COPYING.txt")
diff --git a/multimedia/editor/picard/pspec.xml b/multimedia/editor/picard/pspec.xml
index ce7b1b6b94..8bb948058e 100644
--- a/multimedia/editor/picard/pspec.xml
+++ b/multimedia/editor/picard/pspec.xml
@@ -12,7 +12,7 @@
app:gui
MusicBrainz Picard is the official MusicBrainz tagger.
Picard supports the majority of audio file formats, is capable of using audio fingerprints (AcoustIDs), performing CD lookups and disc ID submissions, and it has excellent Unicode support. Additionally, there are several plugins available that extend Picard's features.
- https://ftp.musicbrainz.org/pub/musicbrainz/picard/picard-2.12.3.tar.gz
+ https://ftp.musicbrainz.org/pub/musicbrainz/picard/picard-2.13.3.tar.gz
python3-devel
python3-setuptools
@@ -47,6 +47,13 @@
+
+ 2026-02-15
+ 2.13.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2024-11-25
2.12.3
diff --git a/multimedia/plugin/libchromaprint/actions.py b/multimedia/plugin/libchromaprint/actions.py
index bccf7c0323..66aaf1b0d0 100644
--- a/multimedia/plugin/libchromaprint/actions.py
+++ b/multimedia/plugin/libchromaprint/actions.py
@@ -1,20 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
+#
# Licensed under the GNU General Public License, version 3.
-# See the file http://www.gnu.org/copyleft/gpl.txt
+# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import cmaketools
-from pisi.actionsapi import get
+from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
def setup():
- cmaketools.configure("-DCMAKE_BUILD_TYPE=release", installPrefix="/usr")
+ cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr -G Ninja -L")
def build():
- cmaketools.make()
+ mesontools.build()
def install():
- cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+ mesontools.install()
- pisitools.dodoc("*txt")
-
\ No newline at end of file
+ pisitools.dodoc("LICENSE.md")
diff --git a/multimedia/plugin/libchromaprint/pspec.xml b/multimedia/plugin/libchromaprint/pspec.xml
index 405dfc96aa..13b1923b64 100644
--- a/multimedia/plugin/libchromaprint/pspec.xml
+++ b/multimedia/plugin/libchromaprint/pspec.xml
@@ -13,40 +13,48 @@
app:console
Chromaprint is the core component of the Acoustid project.
Chromaprint is the core component of the Acoustid project. It's a client-side library that implements a custom algorithm for extracting fingerprints from any audio source.
- https://github.com/acoustid/chromaprint/releases/download/v1.5.1/chromaprint-1.5.1.tar.gz
+ https://github.com/acoustid/chromaprint/releases/download/v1.6.0/chromaprint-1.6.0.tar.gz
+ cmake
+ ninja
boost-devel
fftw3-devel
ffmpeg-devel
- cmake
libchromaprint
- ffmpeg
libgcc
+ ffmpeg
- /usr/share
/usr/lib
+ /usr/share
libchromaprint-devel
- libchromaprint için geliştirme dosyaları
+ libchromaprint için geliştirme dosyaları
libchromaprint
/usr/include
- /usr/lib/pkgconfig
+ /usr/lib/pkgconfig
+
+ 2026-02-15
+ 1.6.0
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2024-08-10
1.5.1
diff --git a/programming/language/python3/python3-fasteners/actions.py b/programming/language/python3/python3-fasteners/actions.py
index a0a8322dfb..adf368867c 100644
--- a/programming/language/python3/python3-fasteners/actions.py
+++ b/programming/language/python3/python3-fasteners/actions.py
@@ -4,10 +4,12 @@
# 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 python3modules
+from pisi.actionsapi import python3modules, pisitools
def build():
- python3modules.compile()
+ python3modules.compile()
def install():
- python3modules.install()
+ python3modules.install()
+
+ pisitools.dodoc("LICENSE")
diff --git a/programming/language/python3/python3-fasteners/pspec.xml b/programming/language/python3/python3-fasteners/pspec.xml
index b7da6b6d35..5597e30050 100644
--- a/programming/language/python3/python3-fasteners/pspec.xml
+++ b/programming/language/python3/python3-fasteners/pspec.xml
@@ -1,46 +1,54 @@
-
- python3-fasteners
- https://github.com/harlowja/fasteners
-
- PisiLinux Community
- admin@pisilinux.org
-
- Apache2.0
- programming.language.python3
- A python package that provides useful locks.
- Cross-platform locks for threads and processes.
- https://files.pythonhosted.org/packages/source/f/fasteners/fasteners-0.19.tar.gz
-
- python3-wheel
- python3-build
- python3-installer
- python3-setuptools
-
-
-
-
-
+
+ python3-fasteners
+ https://github.com/harlowja/fasteners
+
+ PisiLinux Community
+ admin@pisilinux.org
+
+ Apache2.0
+ programming.language.python3
+ A python package that provides useful locks.
+ Cross-platform locks for threads and processes.
+ https://files.pythonhosted.org/packages/source/f/fasteners/fasteners-0.20.tar.gz
+
+ python3-wheel
+ python3-build
+ python3-installer
+ python3-setuptools
+
+
+
+
+
-
- python3-fasteners
-
- python3
-
-
- /usr/lib
- /usr/share
-
-
+
+ python3-fasteners
+
+ python3
+
+
+ /usr/lib
+ /usr/share
+
+
-
-
- 2024-11-25
- 0.19
- fury
- uglyside@yandex.ru
-
-
+
+
+ 2026-02-15
+ 0.20
+ Version bump.
+ PisiLinux Community
+ admin@pisilinux.org
+
+
+ 2024-11-25
+ 0.19
+ First release.
+ fury
+ uglyside@yandex.ru
+
+
diff --git a/programming/language/python3/python3-pyjwt/actions.py b/programming/language/python3/python3-pyjwt/actions.py
index a0a8322dfb..acb1176239 100644
--- a/programming/language/python3/python3-pyjwt/actions.py
+++ b/programming/language/python3/python3-pyjwt/actions.py
@@ -7,7 +7,7 @@
from pisi.actionsapi import python3modules
def build():
- python3modules.compile()
+ python3modules.compile()
def install():
- python3modules.install()
+ python3modules.install()
diff --git a/programming/language/python3/python3-pyjwt/pspec.xml b/programming/language/python3/python3-pyjwt/pspec.xml
index f3ae577cfe..b189cf79d9 100644
--- a/programming/language/python3/python3-pyjwt/pspec.xml
+++ b/programming/language/python3/python3-pyjwt/pspec.xml
@@ -1,46 +1,54 @@
-
- python3-pyjwt
- https://github.com/jpadilla/pyjwt
-
- PisiLinux Community
- admin@pisilinux.org
-
- MIT
- programming.language.python3
- JSON Web Token implementation in Python.
- A Python library which allows you to encode and decode JWT (RFC 7519).
- https://files.pythonhosted.org/packages/source/p/pyjwt/pyjwt-2.10.0.tar.gz
-
- python3-wheel
- python3-build
- python3-installer
- python3-setuptools
-
-
-
-
-
+
+ python3-pyjwt
+ https://github.com/jpadilla/pyjwt
+
+ PisiLinux Community
+ admin@pisilinux.org
+
+ MIT
+ programming.language.python3
+ JSON Web Token implementation in Python.
+ A Python library which allows you to encode and decode JWT (RFC 7519).
+ https://files.pythonhosted.org/packages/source/p/pyjwt/pyjwt-2.11.0.tar.gz
+
+ python3-wheel
+ python3-build
+ python3-installer
+ python3-setuptools
+
+
+
+
+
-
- python3-pyjwt
-
- python3-cryptography
-
-
- /usr/lib
- /usr/share
-
-
+
+ python3-pyjwt
+
+ python3-cryptography
+
+
+ /usr/lib
+ /usr/share
+
+
-
-
- 2024-11-25
- 2.10.0
- fury
- uglyside@yandex.ru
-
-
+
+
+ 2026-02-15
+ 2.11.0
+ Version bump.
+ PisiLinux Community
+ admin@pisilinux.org
+
+
+ 2024-11-25
+ 2.10.0
+ First release.
+ fury
+ uglyside@yandex.ru
+
+