Package: opal / 3.10.10~dfsg2-2

Metadata

Package Version Patches format
opal 3.10.10~dfsg2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable samples ftbfs.diff | (download)

Makefile.in | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

---
plugins_clean_target.patch | (download)

samples/c_api/Makefile | 2 1 + 1 - 0 !
samples/callgen/Makefile | 2 2 + 0 - 0 !
samples/codectest/Makefile | 2 2 + 0 - 0 !
samples/faxopal/Makefile | 2 2 + 0 - 0 !
samples/ivropal/Makefile | 2 2 + 0 - 0 !
samples/opalecho/Makefile | 3 3 + 0 - 0 !
samples/opalmcu/Makefile | 2 2 + 0 - 0 !
samples/testpresent/Makefile | 2 2 + 0 - 0 !
8 files changed, 16 insertions(+), 1 deletion(-)

 add missing clean target to plugins to allow rebuild
libav9.patch | (download)

plugins/video/H.263-1998/Makefile.in | 4 2 + 2 - 0 !
plugins/video/H.263-1998/h263-1998.cxx | 27 15 + 12 - 0 !
plugins/video/H.264/Makefile.in | 4 2 + 2 - 0 !
plugins/video/H.264/h264-x264.cxx | 10 5 + 5 - 0 !
plugins/video/MPEG4-ffmpeg/Makefile.in | 4 2 + 2 - 0 !
plugins/video/MPEG4-ffmpeg/mpeg4.cxx | 20 8 + 12 - 0 !
plugins/video/common/dyna.cxx | 126 23 + 103 - 0 !
plugins/video/common/dyna.h | 22 1 + 21 - 0 !
plugins/video/common/ffmpeg.h | 6 4 + 2 - 0 !
9 files changed, 62 insertions(+), 161 deletions(-)

 backport changes for the libav 9 api
 Also replace loading of libavcodec and libavutil via dlopen by linking against
 it.
libav10.patch | (download)

plugins/video/H.263-1998/h263-1998.cxx | 10 5 + 5 - 0 !
plugins/video/H.263-1998/h263-1998.h | 2 1 + 1 - 0 !
plugins/video/H.264/h264-x264.cxx | 8 4 + 4 - 0 !
plugins/video/MPEG4-ffmpeg/mpeg4.cxx | 6 3 + 3 - 0 !
plugins/video/common/dyna.cxx | 21 13 + 8 - 0 !
plugins/video/common/dyna.h | 8 4 + 4 - 0 !
6 files changed, 30 insertions(+), 25 deletions(-)

 fix compilation against libav10 
ffmpeg_2.9.patch | (download)

plugins/video/H.263-1998/h263-1998.cxx | 12 4 + 8 - 0 !
plugins/video/H.264/h264-x264.cxx | 3 1 + 2 - 0 !
plugins/video/MPEG4-ffmpeg/mpeg4.cxx | 11 6 + 5 - 0 !
plugins/video/common/dyna.cxx | 16 12 + 4 - 0 !
plugins/video/common/dyna.h | 2 1 + 1 - 0 !
plugins/video/common/ffmpeg.h | 1 1 + 0 - 0 !
6 files changed, 25 insertions(+), 20 deletions(-)

 replace deprecated ffmpeg api