[packages/mediastreamer] - updated to 5.3.38

qboosh qboosh at pld-linux.org
Tue Apr 2 22:36:21 CEST 2024


commit 054a58801d38489dc64a535e0567b68a2180afc0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Apr 2 22:31:39 2024 +0200

    - updated to 5.3.38

 ffmpeg_5_0_fixes.patch | 13 ++-----------
 mediastreamer.spec     |  4 ++--
 2 files changed, 4 insertions(+), 13 deletions(-)
---
diff --git a/mediastreamer.spec b/mediastreamer.spec
index abb13d5..6d0c4c5 100644
--- a/mediastreamer.spec
+++ b/mediastreamer.spec
@@ -25,13 +25,13 @@
 Summary:	Audio/Video real-time streaming
 Summary(pl.UTF-8):	Przesyłanie strumieni audio/video w czasie rzeczywistym 
 Name:		mediastreamer
-Version:	5.3.29
+Version:	5.3.38
 Release:	1
 License:	AGPL v3+
 Group:		Libraries
 #Source0Download: https://gitlab.linphone.org/BC/public/mediastreamer2/tags
 Source0:	https://gitlab.linphone.org/BC/public/mediastreamer2/-/archive/%{version}/mediastreamer2-%{version}.tar.bz2
-# Source0-md5:	582b4e2563297e7737b7b899b66c1edb
+# Source0-md5:	0ad6f0779f03aa40603f8a9b34d82ef6
 Patch0:		build.patch
 Patch1:		%{name}-cmake-link.patch
 Patch2:		libupnp-1.14.patch
diff --git a/ffmpeg_5_0_fixes.patch b/ffmpeg_5_0_fixes.patch
index 1d492e8..5530548 100644
--- a/ffmpeg_5_0_fixes.patch
+++ b/ffmpeg_5_0_fixes.patch
@@ -92,8 +92,8 @@ Bug-Debian: https://bugs.debian.org/1004819
  AVCodecContext *avcodec_alloc_context3(AVCodec *codec) {
  	return avcodec_alloc_context();
  }
---- mediastreamer2-5.3.29/src/videofilters/videodec.c.orig	2024-02-21 12:02:03.000000000 +0100
-+++ mediastreamer2-5.3.29/src/videofilters/videodec.c	2024-03-09 16:15:27.685733089 +0100
+--- mediastreamer2-5.3.38/src/videofilters/videodec.c.orig	2024-03-25 15:57:39.000000000 +0100
++++ mediastreamer2-5.3.38/src/videofilters/videodec.c	2024-04-02 21:59:15.943207387 +0200
 @@ -47,8 +47,8 @@
  extern void ms_ffmpeg_check_init(void);
  
@@ -201,15 +201,6 @@ Bug-Debian: https://bugs.debian.org/1004819
  	return yuv_msg;
  }
  /* Bitmasks to select bits of a byte from low side */
-@@ -600,7 +606,7 @@ static unsigned char smasks[7] = {0x7f,
- static void dec_process_frame(MSFilter *f, mblk_t *inm) {
- 	DecState *s = (DecState *)f->data;
- 
--	int got_picture;
-+	int got_picture = 0;
- 	/* get a picture from the input queue */
- 
- 	if (f->desc->id == MS_H263_DEC_ID) inm = skip_rfc2429_header(inm);
 @@ -649,12 +655,27 @@ static void dec_process_frame(MSFilter *
  				pkt.data = frame->b_rptr;
  				pkt.size = remain;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mediastreamer.git/commitdiff/054a58801d38489dc64a535e0567b68a2180afc0



More information about the pld-cvs-commit mailing list