]> git.pld-linux.org Git - packages/DirectFB.git/commitdiff
- updated to 0.9.20, removed obsolete i810 patch
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 26 Oct 2003 17:59:35 +0000 (17:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DirectFB-i810.patch -> 1.2
    DirectFB.spec -> 1.43

DirectFB-i810.patch [deleted file]
DirectFB.spec

diff --git a/DirectFB-i810.patch b/DirectFB-i810.patch
deleted file mode 100644 (file)
index 0923976..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
---- DirectFB-0.9.19/gfxdrivers/i810/i810.c.orig        2003-08-01 20:00:44.000000000 +0200
-+++ DirectFB-0.9.19/gfxdrivers/i810/i810.c     2003-08-01 19:59:36.000000000 +0200
-@@ -26,6 +26,7 @@
- #include <stdio.h>
- #include <unistd.h>
- #include <stdlib.h>
-+#include <string.h>
- #include <sys/mman.h>
- #include <fcntl.h>
-@@ -285,7 +286,7 @@
-                                                  state->color.b);
-               break;
-       case DSPF_RGB24:
--              i810drv->color_value = PIXEL_RGB24(state->color.r,
-+              i810drv->color_value = PIXEL_RGB32(state->color.r,
-                                                  state->color.g,
-                                                  state->color.b);
-               break;
---- DirectFB-0.9.19/gfxdrivers/i810/i810_overlay.c.orig        2003-08-01 20:05:32.000000000 +0200
-+++ DirectFB-0.9.19/gfxdrivers/i810/i810_overlay.c     2003-08-01 20:05:38.000000000 +0200
-@@ -391,7 +391,7 @@
-               i810ovl->regs->dclrkv = PIXEL_RGB16(r, g, b);
-               break;
-       case DSPF_RGB24:
--              i810ovl->regs->dclrkv = PIXEL_RGB24(r, g, b);
-+              i810ovl->regs->dclrkv = PIXEL_RGB32(r, g, b);
-               break;
-       default:
-               BUG("unexpected pixelformat");
index 2cb2bbc0f5a2302c8e8a1a79dd8d9b7ad713c3e0..09d03fc14b55dee492772aa2f6cef509f719a806 100644 (file)
@@ -5,17 +5,16 @@
 Summary:       DirectFB - Hardware graphics acceleration
 Summary(pl):   DirectFB - Wspomaganie grafiki
 Name:          DirectFB
-Version:       0.9.19
-Release:       2
+Version:       0.9.20
+Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://www.directfb.org/download/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: 8af7f3b5d2c3cc2cb7aba4662ec0b73f
+# Source0-md5: e42e8ae43f0ad873643f73cc0a9ae7d0
 Source1:       http://www.directfb.org/download/DirectFB/DFBTutorials-0.5.0.tar.gz
 # Source1-md5: 13e443a64bddd68835b574045d9025e9
 Patch0:                %{name}-am.patch
 Patch1:                %{name}-pmake.patch
-Patch2:                %{name}-i810.patch
 URL:           http://www.directfb.org/
 BuildRequires: SDL-devel
 BuildRequires: autoconf
@@ -138,10 +137,8 @@ Ten pakiet zawiera wtyczk
 %setup -q -a1
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
This page took 0.027958 seconds and 4 git commands to generate.