Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xine-lib for openSUSE:Factory checked in at 2022-09-18 17:31:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xine-lib (Old) and /work/SRC/openSUSE:Factory/.xine-lib.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xine-lib" Sun Sep 18 17:31:44 2022 rev:84 rq:1004232 version:1.2.12 Changes: -------- --- /work/SRC/openSUSE:Factory/xine-lib/xine-lib.changes 2022-06-08 14:24:21.856460970 +0200 +++ /work/SRC/openSUSE:Factory/.xine-lib.new.2083/xine-lib.changes 2022-09-18 17:31:45.829690602 +0200 @@ -1,0 +2,5 @@ +Thu Sep 8 06:05:38 UTC 2022 - Bj??rn Lie <[email protected]> + +- Add xine-lib-ffmpeg5.patch: Fix build with ffmpeg-5. + +------------------------------------------------------------------- New: ---- xine-lib-ffmpeg5.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xine-lib.spec ++++++ --- /var/tmp/diff_new_pack.Bn4hGw/_old 2022-09-18 17:31:46.533692655 +0200 +++ /var/tmp/diff_new_pack.Bn4hGw/_new 2022-09-18 17:31:46.545692691 +0200 @@ -110,6 +110,7 @@ Patch1: xine-lib-v4l-2.6.38.patch # Add theora FOURCC to libxine I found an avi container that xine wouldn't play. Patch4: xine-lib-theora.patch +Patch5: xine-lib-ffmpeg5.patch %description <p>Great video and multimediaplayer, supports DVD, MPEG, AVI, DivX, VCD, Quicktime ...</p><p>You need a frontend for xine-lib like <a href=http://packman.links2linux.de/package/xine-ui>xine-ui</a>, <a href=http://packman.links2linux.de/package/gxine>gxine</a>, <a href=http://packman.links2linux.de/package/kaffeine>kaffeine</a> or <a href=http://packman.links2linux.de/package/totem>totem</a>.</p><p>Since 1-rc6 the package number is reduced, all you may miss, is in the base package</p><p>If you want to play css encrypted Video-DVD's, you need to install <a href=http://packman.links2linux.de/package/libdvdcss2>libdvdcss</a>.</p> ++++++ xine-lib-ffmpeg5.patch ++++++ diff -Nur orig-xine-lib-1.2.12/src/combined/ffmpeg/demux_avformat.c xine-lib-1.2.12/src/combined/ffmpeg/demux_avformat.c --- orig-xine-lib-1.2.12/src/combined/ffmpeg/demux_avformat.c 2022-03-06 17:31:23.000000000 +0100 +++ xine-lib-1.2.12/src/combined/ffmpeg/demux_avformat.c 2022-09-08 08:02:04.756525710 +0200 @@ -30,6 +30,7 @@ #include <errno.h> #include <libavformat/avformat.h> +#include <libavcodec/version.h> #include <libavformat/avio.h> #define LOG_MODULE "libavformat" diff -Nur orig-xine-lib-1.2.12/src/combined/ffmpeg/input_avio.c xine-lib-1.2.12/src/combined/ffmpeg/input_avio.c --- orig-xine-lib-1.2.12/src/combined/ffmpeg/input_avio.c 2022-03-06 17:31:23.000000000 +0100 +++ xine-lib-1.2.12/src/combined/ffmpeg/input_avio.c 2022-09-08 08:02:39.896994849 +0200 @@ -29,6 +29,7 @@ #include <pthread.h> #include <libavformat/avio.h> +#include <libavutil/avutil.h> #define LOG_MODULE "libavio" #define LOG_VERBOSE
