mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kid3: update to 3.9.5.
This commit is contained in:
parent
52032cac5a
commit
98bc3f5552
2 changed files with 3 additions and 14 deletions
|
@ -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()");
|
|
||||||
}
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kid3'
|
# Template file for 'kid3'
|
||||||
pkgname=kid3
|
pkgname=kid3
|
||||||
version=3.9.1
|
version=3.9.5
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DWITH_APPS='CLI;$(vopt_if KDE KDE Qt)'
|
configure_args="-DWITH_APPS='CLI;$(vopt_if KDE KDE Qt)'
|
||||||
-DWITH_DOCBOOKDIR=/usr/share/xsl/docbook -DWITH_FLAC=$(vopt_if flac ON OFF)
|
-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"
|
homepage="https://kid3.kde.org"
|
||||||
changelog="https://invent.kde.org/multimedia/kid3/-/raw/master/ChangeLog"
|
changelog="https://invent.kde.org/multimedia/kid3/-/raw/master/ChangeLog"
|
||||||
distfiles="${SOURCEFORGE_SITE}/kid3/kid3-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/kid3/kid3-${version}.tar.gz"
|
||||||
checksum=e5f126697f773dbaa10476a76810ce91c2f3f60025d38688098e075bdb561dca
|
checksum=d68f6e1d7b794b991b57bf976edb8e22d3457911db654ad1fb9b124cc62057f9
|
||||||
|
|
||||||
build_options="KDE mp3 mp4 flac vorbis taglib chromaprint"
|
build_options="KDE mp3 mp4 flac vorbis taglib chromaprint"
|
||||||
build_options_default="mp3 mp4 flac vorbis taglib chromaprint"
|
build_options_default="mp3 mp4 flac vorbis taglib chromaprint"
|
||||||
|
|
Loading…
Add table
Reference in a new issue