]> git.pld-linux.org Git - packages/DirectFB.git/blobdiff - DirectFB-fix.patch
drop BR on xine header file and rely on xine-lib-devel only
[packages/DirectFB.git] / DirectFB-fix.patch
index b8a97073273f2153cc23d908817a9a0285ddb11c..6ad4719d43806ca0082e1548641c1eaba57ea051 100644 (file)
@@ -1,11 +1,42 @@
---- DirectFB-0.9.21/inputdrivers/linux_input/linux_input.c.orig        2004-12-20 02:22:57.000000000 +0100
-+++ DirectFB-0.9.21/inputdrivers/linux_input/linux_input.c     2005-01-09 23:53:42.772463240 +0100
-@@ -884,7 +884,7 @@
-  * Fetch one entry from the kernel keymap.
-  */
- static DFBResult
--driver_get_keymap_entry( InputDevice               *device,
-+driver_get_keymap_entry( CoreInputDevice           *device,
-                          void                      *driver_data,
-                          DFBInputDeviceKeymapEntry *entry )
- {
+--- DirectFB-0.9.21/gfxdrivers/cle266/Makefile.am.orig 2004-10-09 01:44:31.000000000 +0200
++++ DirectFB-0.9.21/gfxdrivers/cle266/Makefile.am      2005-01-15 15:07:27.813759856 +0100
+@@ -32,7 +32,7 @@
+ libdirectfb_cle266_la_LDFLAGS = \
+       -module                 \
+       -avoid-version          \
+-      $(DFB_LDFLAGS)
++      $(DFB_LDFLAGS) -lm
+ 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 = \
+       -module                    \
+       -avoid-version             \
+-      $(DFB_LDFLAGS)
++      $(DFB_LDFLAGS) -lm
+ 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 @@
+ #ifndef __DFB_TYPES_H__
+ #define __DFB_TYPES_H__
++#include <asm/types.h>
+ #include <direct/types.h>
+ #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 @@
+ libidirectfbimageprovider_pnm_la_LDFLAGS = -avoid-version -module
+ libidirectfbimageprovider_svg_la_SOURCES = idirectfbimageprovider_svg.c
++libidirectfbimageprovider_svg_la_CPPFLAGS = $(SVG_CFLAGS)
+ libidirectfbimageprovider_svg_la_LIBADD = $(libdirect) $(libdirectfb) $(SVG_LIBS) $(ZLIB_LIBS)
+ libidirectfbimageprovider_svg_la_LDFLAGS = -avoid-version -module
This page took 0.080031 seconds and 4 git commands to generate.