kid3: update to 3.9.5.

This commit is contained in:
Luciogi 2024-06-19 03:03:07 +05:00 committed by Đoàn Trần Công Danh
parent 52032cac5a
commit 98bc3f5552
2 changed files with 3 additions and 14 deletions

View File

@ -1,11 +0,0 @@
--- a/src/core/model/kid3application.cpp
+++ b/src/core/model/kid3application.cpp
@@ -918,7 +918,7 @@
taggedFile->closeFileHandle();
}
}
-#if defined Q_OS_LINUX && !defined Q_OS_ANDROID
+#if defined Q_OS_LINUX && defined __GLIBC__
if (::malloc_trim(0)) {
qDebug("Memory released by malloc_trim()");
}

View File

@ -1,7 +1,7 @@
# Template file for 'kid3'
pkgname=kid3
version=3.9.1
revision=3
version=3.9.5
revision=1
build_style=cmake
configure_args="-DWITH_APPS='CLI;$(vopt_if KDE KDE Qt)'
-DWITH_DOCBOOKDIR=/usr/share/xsl/docbook -DWITH_FLAC=$(vopt_if flac ON OFF)
@ -20,7 +20,7 @@ license="GPL-2.0-only"
homepage="https://kid3.kde.org"
changelog="https://invent.kde.org/multimedia/kid3/-/raw/master/ChangeLog"
distfiles="${SOURCEFORGE_SITE}/kid3/kid3-${version}.tar.gz"
checksum=e5f126697f773dbaa10476a76810ce91c2f3f60025d38688098e075bdb561dca
checksum=d68f6e1d7b794b991b57bf976edb8e22d3457911db654ad1fb9b124cc62057f9
build_options="KDE mp3 mp4 flac vorbis taglib chromaprint"
build_options_default="mp3 mp4 flac vorbis taglib chromaprint"