packages: mpeg4ip/mpeg4ip.spec, mpeg4ip/mpeg4ip-srtp.patch (NEW) - fix buil...

arekm arekm at pld-linux.org
Tue Jul 26 12:28:14 CEST 2011


Author: arekm                        Date: Tue Jul 26 10:28:14 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix build but not unresolved symbols

---- Files affected:
packages/mpeg4ip:
   mpeg4ip.spec (1.75 -> 1.76) , mpeg4ip-srtp.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/mpeg4ip/mpeg4ip.spec
diff -u packages/mpeg4ip/mpeg4ip.spec:1.75 packages/mpeg4ip/mpeg4ip.spec:1.76
--- packages/mpeg4ip/mpeg4ip.spec:1.75	Sun Jul 24 17:53:25 2011
+++ packages/mpeg4ip/mpeg4ip.spec	Tue Jul 26 12:28:09 2011
@@ -8,7 +8,7 @@
 Summary(pl.UTF-8):	MPEG4IP - system kodowania, streamingu i odtwarzania dźwięku i obrazu MPEG-4
 Name:		mpeg4ip
 Version:	1.6.1
-Release:	17
+Release:	18
 Epoch:		1
 License:	MPL v1.1 (original code) and other licenses (included libraries)
 Group:		Applications
@@ -23,6 +23,7 @@
 Patch4:		%{name}-audio_l16.cpp-typo.patch
 Patch5:		%{name}-ffmpeg.patch
 Patch6:		gcc44.patch
+Patch7:		%{name}-srtp.patch
 URL:		http://www.mpeg4ip.net/
 BuildRequires:	SDL-devel
 BuildRequires:	a52dec-libs-devel
@@ -131,6 +132,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 cd lib/SDLAudio
@@ -293,6 +295,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.76  2011/07/26 10:28:09  arekm
+- fix build but not unresolved symbols
+
 Revision 1.75  2011/07/24 15:53:25  arekm
 - release 17
 

================================================================
Index: packages/mpeg4ip/mpeg4ip-srtp.patch
diff -u /dev/null packages/mpeg4ip/mpeg4ip-srtp.patch:1.1
--- /dev/null	Tue Jul 26 12:28:14 2011
+++ packages/mpeg4ip/mpeg4ip-srtp.patch	Tue Jul 26 12:28:09 2011
@@ -0,0 +1,11 @@
+--- mpeg4ip-1.6.1/lib/ismacryp/ismacryplib.c~	2007-02-07 18:34:15.000000000 +0100
++++ mpeg4ip-1.6.1/lib/ismacryp/ismacryplib.c	2011-07-26 12:22:12.428126498 +0200
+@@ -345,7 +345,7 @@
+   }
+ 
+   // Init cipher.
+-  rc=aes_icm_context_init(sp->cp->state, sp->kk.aes_overlay);
++  rc=aes_icm_context_init(sp->cp->state, sp->kk.aes_overlay, AES_TOT_LEN);
+   if ( rc != err_status_ok ) {
+       fprintf(stdout," - init cipher for session %d FAILED  rc = %d\n", session,
+                                      rc );
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mpeg4ip/mpeg4ip.spec?r1=1.75&r2=1.76&f=u



More information about the pld-cvs-commit mailing list