diff --git a/multimedia/misc/taglib/actions.py b/multimedia/misc/taglib/actions.py
index 65adbe7a73..0853936215 100644
--- a/multimedia/misc/taglib/actions.py
+++ b/multimedia/misc/taglib/actions.py
@@ -10,11 +10,12 @@ from pisi.actionsapi import get
i = ''.join([
' -DBUILD_SHARED_LIBS=ON',
- ' -DWITH_ZLIB=ON -L '
+ ' -DWITH_ZLIB=ON -L ' ,
+ ' -DCMAKE_CXX_FLAGS="%s -DNDEBUG"'
])
def setup():
- cmaketools.configure(i)
+ cmaketools.configure(i % get.CXXFLAGS())
def build():
cmaketools.make()
diff --git a/multimedia/misc/taglib/pspec.xml b/multimedia/misc/taglib/pspec.xml
index c16c747b7d..44ae5915a0 100644
--- a/multimedia/misc/taglib/pspec.xml
+++ b/multimedia/misc/taglib/pspec.xml
@@ -13,7 +13,7 @@
library
A library for reading and editing audio meta data.
TagLib is a library for reading and editing the meta data of several popular audio formats.
- https://taglib.org/releases/taglib-1.13.tar.gz
+ https://taglib.org/releases/taglib-1.13.1.tar.gz
cmake
zlib-devel
@@ -50,6 +50,13 @@
+
+ 2024-09-05
+ 1.13.1
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2023-10-29
1.13