Package: casparcg-server / 2.3.3+dfsg-3

Metadata

Package Version Patches format
casparcg-server 2.3.3+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 fix missing thread includes 1396.patch | (download)

src/core/diagnostics/osd_graph.cpp | 1 1 + 0 - 0 !
src/modules/decklink/consumer/decklink_consumer.cpp | 1 1 + 0 - 0 !
src/shell/main.cpp | 1 1 + 0 - 0 !
3 files changed, 3 insertions(+)

 fix missing thread includes
0002 ffmpeg 5.0 1419.patch | (download)

src/modules/decklink/producer/decklink_producer.cpp | 1 1 + 0 - 0 !
src/modules/ffmpeg/consumer/ffmpeg_consumer.cpp | 1 1 + 0 - 0 !
src/modules/ffmpeg/ffmpeg.cpp | 40 0 + 40 - 0 !
src/modules/ffmpeg/producer/av_input.cpp | 2 1 + 1 - 0 !
src/modules/ffmpeg/producer/av_producer.cpp | 1 1 + 0 - 0 !
src/modules/ffmpeg/util/av_util.cpp | 32 19 + 13 - 0 !
6 files changed, 23 insertions(+), 54 deletions(-)

 compatibility with ffmpeg v5.0
0003 fix boost 1.73 ftbfs 1397.patch | (download)

src/common/except.h | 2 1 + 1 - 0 !
src/common/log.cpp | 3 3 + 0 - 0 !
2 files changed, 4 insertions(+), 1 deletion(-)

 fix compiling with new version of boost
0004 fix shader frag.patch | (download)

src/accelerator/ogl/image/shader.frag | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix compiling with new version of boost
1001 cmake ftbfs.patch | (download)

src/CMakeModules/Bootstrap_Linux.cmake | 8 6 + 2 - 0 !
src/CMakeModules/FindTBB.cmake | 2 1 + 1 - 0 !
src/CMakeModules/PrecompiledHeader.cmake | 2 1 + 1 - 0 !
3 files changed, 8 insertions(+), 4 deletions(-)

 fix compiling on linux
1002 arm64 compatibility.patch | (download)

src/CMakeModules/Bootstrap_Linux.cmake | 10 7 + 3 - 0 !
src/common/memshfl.h | 5 5 + 0 - 0 !
src/protocol/osc/oscpack/OscOutboundPacketStream.cpp | 50 25 + 25 - 0 !
src/protocol/osc/oscpack/OscOutboundPacketStream.h | 6 3 + 3 - 0 !
4 files changed, 40 insertions(+), 31 deletions(-)

 compilable on arm64
 * add_compile_options sse3+ only on x86_64 architecture
 * emulate ssse3 instruction using simde package
 * fix int32 and int64 types in osc/oscpack/OscOutboundPacketStream