[packages/cinelerra] - updated for cinelerra 4.4

wrobell wrobell at pld-linux.org
Sat Sep 22 14:31:09 CEST 2012


commit 2e61536a0f5a13d094fde896371b3abd1507efd5
Author: wrobell <wrobell at pld-linux.org>
Date:   Sat Sep 22 12:38:44 2012 +0100

    - updated for cinelerra 4.4

 cinelerra-libpng.patch | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
---
diff --git a/cinelerra-libpng.patch b/cinelerra-libpng.patch
index bb5049a..103d87b 100644
--- a/cinelerra-libpng.patch
+++ b/cinelerra-libpng.patch
@@ -9,3 +9,31 @@
  		{
  //printf("FilePNG::check_sig 1\n");
  			return 1;
+--- plugins/shapewipe/shapewipe.C.orig	2012-09-21 19:50:49.184736513 +0100
++++ plugins/shapewipe/shapewipe.C	2012-09-21 19:51:20.498072776 +0100
+@@ -467,7 +467,7 @@
+ 	}
+ 
+ 	png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING,
+-		png_voidp_NULL, png_error_ptr_NULL, png_error_ptr_NULL);
++		NULL, NULL, NULL);
+ 
+ 	if (!png_ptr)
+ 	{
+@@ -480,14 +480,14 @@
+ 	info_ptr = png_create_info_struct(png_ptr);
+ 	if (!info_ptr)
+ 	{
+-		png_destroy_read_struct(&png_ptr, png_infopp_NULL, png_infopp_NULL);
++		png_destroy_read_struct(&png_ptr, NULL, NULL);
+ 		return 1;
+ 	}
+ 
+ 	end_info = png_create_info_struct(png_ptr);
+ 	if (!end_info)
+ 	{
+-		png_destroy_read_struct(&png_ptr, &info_ptr, png_infopp_NULL);
++		png_destroy_read_struct(&png_ptr, &info_ptr, NULL);
+ 		return 1;
+ 	}
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cinelerra.git/commitdiff/cbf2308eb1fa3115e9e983ace87cc3fe919a35ef



More information about the pld-cvs-commit mailing list