[packages/DirectFB] rediff patches

atler atler at pld-linux.org
Tue Jun 7 13:32:03 CEST 2022


commit db8040cfbaee709ce29958d72caab9e4954e289e
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Jun 7 12:35:02 2022 +0200

    rediff patches

 DirectFB-fix.patch   | 16 ++++++++--------
 DirectFB-pmake.patch |  2 +-
 DirectFB-zlib.patch  |  4 ++--
 3 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/DirectFB-fix.patch b/DirectFB-fix.patch
index 5bf271e..6ad4719 100644
--- a/DirectFB-fix.patch
+++ b/DirectFB-fix.patch
@@ -2,24 +2,24 @@
 +++ DirectFB-0.9.21/gfxdrivers/cle266/Makefile.am	2005-01-15 15:07:27.813759856 +0100
 @@ -32,7 +32,7 @@
  libdirectfb_cle266_la_LDFLAGS = \
- 	-export-dynamic		\
+ 	-module			\
  	-avoid-version		\
 -	$(DFB_LDFLAGS)
 +	$(DFB_LDFLAGS) -lm
  
- 
- include $(top_srcdir)/rules/libobject.make
+ libdirectfb_cle266_la_LIBADD = \
+ 	-lm \
 --- DirectFB-0.9.21/gfxdrivers/unichrome/Makefile.am.orig	2004-10-09 01:48:19.000000000 +0200
 +++ DirectFB-0.9.21/gfxdrivers/unichrome/Makefile.am	2005-01-15 15:07:38.104195472 +0100
 @@ -34,7 +34,7 @@
  libdirectfb_unichrome_la_LDFLAGS = \
- 	-export-dynamic		   \
+ 	-module			   \
  	-avoid-version		   \
 -	$(DFB_LDFLAGS)
 +	$(DFB_LDFLAGS) -lm
  
- 
- include $(top_srcdir)/rules/libobject.make
+ libdirectfb_unichrome_la_LIBADD = \
+ 	$(top_builddir)/lib/direct/libdirect.la \
 --- DirectFB-1.0.0.orig/include/dfb_types.h	2007-03-03 21:36:07.000000000 +0100
 +++ DirectFB-1.0.0/include/dfb_types.h	2007-03-09 12:20:59.000000000 +0100
 @@ -29,6 +29,7 @@
@@ -27,9 +27,9 @@
  #define __DFB_TYPES_H__
  
 +#include <asm/types.h>
+ #include <direct/types.h>
  
- #ifdef USE_KOS
- 
+ #ifdef WIN32
 --- DirectFB-1.6.0/interfaces/IDirectFBImageProvider/Makefile.am.orig	2012-06-14 18:00:08.000000000 +0200
 +++ DirectFB-1.6.0/interfaces/IDirectFBImageProvider/Makefile.am	2012-06-17 19:13:20.781373488 +0200
 @@ -115,6 +115,7 @@
diff --git a/DirectFB-pmake.patch b/DirectFB-pmake.patch
index a0b8d7c..b46d589 100644
--- a/DirectFB-pmake.patch
+++ b/DirectFB-pmake.patch
@@ -2,7 +2,7 @@ diff -aurN DirectFB-0.9.19.orig/src/Makefile.am DirectFB-0.9.19/src/Makefile.am
 --- DirectFB-0.9.19.orig/src/Makefile.am	2003-07-02 04:22:25.000000000 +0200
 +++ DirectFB-0.9.19/src/Makefile.am	2003-07-21 21:31:00.000000000 +0200
 @@ -59,7 +59,8 @@
- 	cp -af libdirectfb_fixed.a .libs/libdirectfb.a
+ 	cp -pf libdirectfb_fixed.a .libs/libdirectfb.a
  
  .libs/libdirectfb.a: libdirectfb.la
 -
diff --git a/DirectFB-zlib.patch b/DirectFB-zlib.patch
index e0cafc2..3dc74e9 100644
--- a/DirectFB-zlib.patch
+++ b/DirectFB-zlib.patch
@@ -8,5 +8,5 @@
 +#include <zlib.h>
 +#endif
  
- D_DEBUG_DOMAIN( Core_Surface, "Core/Surface", "DirectFB Core Surface" );
- 
+ D_DEBUG_DOMAIN( Core_Surface,         "Core/Surface",         "DirectFB Core Surface" );
+ D_DEBUG_DOMAIN( Core_Surface_Updates, "Core/Surface/Updates", "DirectFB Core Surface Updates" );
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/DirectFB.git/commitdiff/f65f152678e1438f1451ecff1205e98eba719992



More information about the pld-cvs-commit mailing list