kid3: Bump to 3.9.2

This commit is contained in:
Tee KOBAYASHI 2022-11-19 06:27:45 +09:00 committed by xtkoba
parent 4aeec80407
commit 04f5f7c294
2 changed files with 2 additions and 14 deletions

View File

@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://kid3.kde.org/
TERMUX_PKG_DESCRIPTION="Efficient ID3 tag editor"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=3.9.1
TERMUX_PKG_REVISION=2
TERMUX_PKG_VERSION=3.9.2
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/kid3/kid3-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=e5f126697f773dbaa10476a76810ce91c2f3f60025d38688098e075bdb561dca
TERMUX_PKG_SHA256=4fe90909735e8e2cfb8191b334cd9d60e1215acc8980d06bb41c7b1b37299cec
TERMUX_PKG_DEPENDS="chromaprint, ffmpeg, id3lib, libc++, libflac, libogg, libvorbis, qt5-qtbase, qt5-qtdeclarative, qt5-qtmultimedia, readline, taglib"
TERMUX_PKG_BUILD_DEPENDS="docbook-xsl, qt5-qtbase-cross-tools, qt5-qtdeclarative-cross-tools, qt5-qttools-cross-tools"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="

View File

@ -1,11 +0,0 @@
--- a/src/plugins/acoustidimport/ffmpegfingerprintdecoder.cpp
+++ b/src/plugins/acoustidimport/ffmpegfingerprintdecoder.cpp
@@ -232,7 +232,7 @@
friend class Format;
friend class Converter;
AVCodecContext* m_ptr;
- AVCodec* m_impl;
+ const AVCodec* m_impl;
AVFrame* m_frame;
bool m_opened;
};