Package: gmerlin-avdecoder / 2.0.0~svngit.20240110.09d9073+dfsg-1~exp1

Metadata

Package Version Patches format
gmerlin-avdecoder 2.0.0~svngit.20240110.09d9073+dfsg-1~exp1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix spelling.patch | (download)

lib/in_hls.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix spelling
cross compiling.patch | (download)

configure.ac | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 cross-compilation fixes
 Mostly: add 3rd option to AC_TRY_RUN
DEBIAN_autoconf removed sources.patch | (download)

configure.ac | 1 0 + 1 - 0 !
lib/Makefile.am | 3 1 + 2 - 0 !
2 files changed, 1 insertion(+), 3 deletions(-)

 fix build-system due to removed upstream sources
DEBIAN_system gsm.patch | (download)

configure.ac | 12 12 + 0 - 0 !
lib/Makefile.am | 4 2 + 2 - 0 !
lib/audio_gsm.c | 6 5 + 1 - 0 !
3 files changed, 19 insertions(+), 3 deletions(-)

 use system libgsm
 use system's libgsm (+headers), since the version that ships with
 upstream is removed (for policy reasons) and the two are supposed to be
 compatible
ffmpeg51.patch | (download)

lib/demux_ffmpeg.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix build against newer ffmpeg5
 in order to use LIBAVCODEC_VERSION_INT we must include libavcodec/version.h
 there are also some deprecation warning, which i got rid of