Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c8ae2ec293454c19aa0cc4fdaf4f19a5370af2d1
commit c8ae2ec293454c19aa0cc4fdaf4f19a5370af2d1 Author: Priyank <[EMAIL PROTECTED]> Date: Thu Dec 20 20:33:42 2007 +0530 directfb-1.1.1-1-i686 * Version bump * Removed directfb-0.9.25.1-sysfs.diff and directfb-0.9.25.1-x86_64.diff (Fixed in upstream) diff --git a/source/xlib/directfb/FrugalBuild b/source/xlib/directfb/FrugalBuild index 0ed2f5a..089ac0f 100644 --- a/source/xlib/directfb/FrugalBuild +++ b/source/xlib/directfb/FrugalBuild @@ -3,8 +3,8 @@ pkgname=directfb _F_archive_name=DirectFB -pkgver=1.0.1 -_pkgver=1.0-0 +pkgver=1.1.1 +_pkgver=1.1-0 pkgrel=1 pkgdesc="A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device." url="http://www.directfb.org" @@ -13,10 +13,8 @@ depends=('sdl' 'sysfsutils' 'freetype2' 'libpng' 'libjpeg' 'libmpeg3' 'zlib') groups=('xlib') archs=('i686' 'x86_64') up2date="lynx -dump http://directfb.org/index.php?path=Main%2FDownloads | Flasttar" -source=(http://www.directfb.org/downloads/Core/$_F_archive_name-$pkgver.tar.gz \ - directfb-0.9.25.1-sysfs.diff) -sha1sums=('4c6e76089a3a60284bfa95b92761f5e90c3db46e' \ - 'edcd80bcc94f4e0370b2e39c12335f5eb5d8869d') +source=(http://www.directfb.org/downloads/Core/$_F_archive_name-$pkgver.tar.gz) +sha1sums=('93d0ea5ca4b10291ca55d1eb6fecc544966eadad') subpkgs=("$pkgname-video-i810" "$pkgname-video-i830" "$pkgname-video-mga" "$pkgname-video-nv" "$pkgname-video-savage" \ "$pkgname-video-sis" "$pkgname-video-neomagic" "$pkgname-video-ati" "$pkgname-video-nsc" \ diff --git a/source/xlib/directfb/directfb-0.9.25.1-sysfs.diff b/source/xlib/directfb/directfb-0.9.25.1-sysfs.diff deleted file mode 100644 index e33af22..0000000 --- a/source/xlib/directfb/directfb-0.9.25.1-sysfs.diff +++ /dev/null @@ -1,33 +0,0 @@ -Without this patch splashy fails with the following error: -/usr/lib/directfb-0.9.25/systems/libdirectfb_fbdev.a(fbdev.o): In function `dfb_fbdev_get_pci_info': -(.text+0x3f23): undefined reference to `sysfs_get_mnt_path' -/usr/lib/directfb-0.9.25/systems/libdirectfb_fbdev.a(fbdev.o): In function `dfb_fbdev_get_pci_info': -(.text+0x3faa): undefined reference to `sysfs_open_class_device' -/usr/lib/directfb-0.9.25/systems/libdirectfb_fbdev.a(fbdev.o): In function `dfb_fbdev_get_pci_info': -(.text+0x3fbc): undefined reference to `sysfs_get_classdev_device' -/usr/lib/directfb-0.9.25/systems/libdirectfb_fbdev.a(fbdev.o): In function `dfb_fbdev_get_pci_info': -(.text+0x3fd7): undefined reference to `sysfs_get_device_attr' -/usr/lib/directfb-0.9.25/systems/libdirectfb_fbdev.a(fbdev.o): In function `dfb_fbdev_get_pci_info': -(.text+0x400c): undefined reference to `sysfs_get_device_attr' -/usr/lib/directfb-0.9.25/systems/libdirectfb_fbdev.a(fbdev.o): In function `dfb_fbdev_get_pci_info': -(.text+0x409c): undefined reference to `sysfs_close_class_device' ---- DirectFB-0.9.25.1/directfb.pc.in.orig 2006-07-27 02:09:28.000000000 +0200 -+++ DirectFB-0.9.25.1/directfb.pc.in 2006-07-27 02:09:37.000000000 +0200 -@@ -7,5 +7,5 @@ - Description: Graphics and windowing library for the Linux frame buffer device - Version: @VERSION@ - Requires: fusion direct --Libs: -L${libdir} -ldirectfb @THREADLIB@ @DYNLIB@ @ZLIB_LIBS@ @OSX_LIBS@ -+Libs: -L${libdir} -ldirectfb @THREADLIB@ @DYNLIB@ @ZLIB_LIBS@ @SYSFS_LIBS@ @OSX_LIBS@ - Cflags: @THREADFLAGS@ [EMAIL PROTECTED]@ ---- DirectFB-0.9.25.1/directfb-config.in.orig 2006-07-27 02:08:17.000000000 +0200 -+++ DirectFB-0.9.25.1/directfb-config.in 2006-07-27 02:09:02.000000000 +0200 -@@ -300,7 +300,7 @@ - [EMAIL PROTECTED]@ - - if test "$lib_directfb" = "yes"; then -- libs="$libs -ldirectfb -lfusion -ldirect @THREADLIB@ @ZLIB_LIBS@" -+ libs="$libs -ldirectfb -lfusion -ldirect @THREADLIB@ @ZLIB_LIBS@ @SYSFS_LIBS@" - - if test -z "$echo_static"; then - libs="$libs @DYNLIB@" diff --git a/source/xlib/directfb/directfb-0.9.25.1-x86_64.diff b/source/xlib/directfb/directfb-0.9.25.1-x86_64.diff deleted file mode 100644 index 591e1c7..0000000 --- a/source/xlib/directfb/directfb-0.9.25.1-x86_64.diff +++ /dev/null @@ -1,154 +0,0 @@ -diff -Naur -x '*.orig' -x Makefile DirectFB-0.9.25.1/gfxdrivers/i810/i810.c DirectFB-0.9.25.1-x86_64/gfxdrivers/i810/i810.c ---- DirectFB-0.9.25.1/gfxdrivers/i810/i810.c 2006-05-03 09:22:37.000000000 +0200 -+++ DirectFB-0.9.25.1-x86_64/gfxdrivers/i810/i810.c 2006-07-13 23:58:02.000000000 +0200 -@@ -21,6 +21,7 @@ - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. - */ -+#include <asm/types.h> - #include <dfb_types.h> - - #include <stdio.h> -diff -Naur -x '*.orig' -x Makefile DirectFB-0.9.25.1/gfxdrivers/i810/i810_overlay.c DirectFB-0.9.25.1-x86_64/gfxdrivers/i810/i810_overlay.c ---- DirectFB-0.9.25.1/gfxdrivers/i810/i810_overlay.c 2005-10-19 01:14:09.000000000 +0200 -+++ DirectFB-0.9.25.1-x86_64/gfxdrivers/i810/i810_overlay.c 2006-07-13 23:58:52.000000000 +0200 -@@ -24,6 +24,7 @@ - */ - - #include <sys/ioctl.h> -+#include <asm/types.h> - - #include <string.h> - -diff -Naur -x '*.orig' -x Makefile DirectFB-0.9.25.1/gfxdrivers/i830/i830.c DirectFB-0.9.25.1-x86_64/gfxdrivers/i830/i830.c ---- DirectFB-0.9.25.1/gfxdrivers/i830/i830.c 2006-05-03 09:22:37.000000000 +0200 -+++ DirectFB-0.9.25.1-x86_64/gfxdrivers/i830/i830.c 2006-07-14 00:00:10.000000000 +0200 -@@ -23,6 +23,7 @@ - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. - */ -+#include <asm/types.h> - #include "i830.h" - - #include <stdio.h> -diff -Naur -x '*.orig' -x Makefile DirectFB-0.9.25.1/gfxdrivers/i830/i830_overlay.c DirectFB-0.9.25.1-x86_64/gfxdrivers/i830/i830_overlay.c ---- DirectFB-0.9.25.1/gfxdrivers/i830/i830_overlay.c 2006-05-03 09:22:37.000000000 +0200 -+++ DirectFB-0.9.25.1-x86_64/gfxdrivers/i830/i830_overlay.c 2006-07-14 00:00:41.000000000 +0200 -@@ -43,6 +43,7 @@ - * Matt Sottek <[EMAIL PROTECTED]> - */ - -+#include <asm/types.h> - #include "i830.h" - - #include <math.h> -diff -Naur -x '*.orig' -x Makefile DirectFB-0.9.25.1/gfxdrivers/matrox/matrox_crtc2.c DirectFB-0.9.25.1-x86_64/gfxdrivers/matrox/matrox_crtc2.c ---- DirectFB-0.9.25.1/gfxdrivers/matrox/matrox_crtc2.c 2005-12-09 14:58:51.000000000 +0100 -+++ DirectFB-0.9.25.1-x86_64/gfxdrivers/matrox/matrox_crtc2.c 2006-07-13 23:55:30.000000000 +0200 -@@ -26,6 +26,7 @@ - */ - - #include <stdio.h> -+#include <asm/types.h> - #include <unistd.h> - #include <stdlib.h> - -diff -Naur -x '*.orig' -x Makefile DirectFB-0.9.25.1/gfxdrivers/matrox/matrox_screen_crtc2.c DirectFB-0.9.25.1-x86_64/gfxdrivers/matrox/matrox_screen_crtc2.c ---- DirectFB-0.9.25.1/gfxdrivers/matrox/matrox_screen_crtc2.c 2005-10-26 16:23:10.000000000 +0200 -+++ DirectFB-0.9.25.1-x86_64/gfxdrivers/matrox/matrox_screen_crtc2.c 2006-07-13 23:55:53.000000000 +0200 -@@ -26,6 +26,7 @@ - */ - - #include <stdio.h> -+#include <asm/types.h> - #include <unistd.h> - #include <stdlib.h> - -diff -Naur -x '*.orig' -x Makefile DirectFB-0.9.25.1/gfxdrivers/matrox/matrox_spic.c DirectFB-0.9.25.1-x86_64/gfxdrivers/matrox/matrox_spic.c ---- DirectFB-0.9.25.1/gfxdrivers/matrox/matrox_spic.c 2005-12-09 14:58:51.000000000 +0100 -+++ DirectFB-0.9.25.1-x86_64/gfxdrivers/matrox/matrox_spic.c 2006-07-13 23:56:26.000000000 +0200 -@@ -26,6 +26,7 @@ - */ - - #include <stdio.h> -+#include <asm/types.h> - #include <unistd.h> - #include <stdlib.h> - -diff -Naur -x '*.orig' -x Makefile DirectFB-0.9.25.1/gfxdrivers/nsc/nsc_galfns.c DirectFB-0.9.25.1-x86_64/gfxdrivers/nsc/nsc_galfns.c ---- DirectFB-0.9.25.1/gfxdrivers/nsc/nsc_galfns.c 2005-10-19 01:14:10.000000000 +0200 -+++ DirectFB-0.9.25.1-x86_64/gfxdrivers/nsc/nsc_galfns.c 2006-07-14 00:02:18.000000000 +0200 -@@ -144,6 +144,7 @@ - #include <stdlib.h> - #include <unistd.h> - #include <string.h> -+#include <asm/types.h> - #include <sys/stat.h> - #include <sys/sysmacros.h> - #include <fcntl.h> -diff -Naur -x '*.orig' -x Makefile DirectFB-0.9.25.1/gfxdrivers/sis315/sis315.c DirectFB-0.9.25.1-x86_64/gfxdrivers/sis315/sis315.c ---- DirectFB-0.9.25.1/gfxdrivers/sis315/sis315.c 2006-05-03 09:22:37.000000000 +0200 -+++ DirectFB-0.9.25.1-x86_64/gfxdrivers/sis315/sis315.c 2006-07-13 23:57:16.000000000 +0200 -@@ -20,6 +20,7 @@ - */ - - #include <stdio.h> -+#include <asm/types.h> - #include <sys/ioctl.h> - - #include <directfb.h> -diff -Naur -x '*.orig' -x Makefile DirectFB-0.9.25.1/gfxdrivers/unichrome/uc_overlay.c DirectFB-0.9.25.1-x86_64/gfxdrivers/unichrome/uc_overlay.c ---- DirectFB-0.9.25.1/gfxdrivers/unichrome/uc_overlay.c 2005-12-01 19:51:06.000000000 +0100 -+++ DirectFB-0.9.25.1-x86_64/gfxdrivers/unichrome/uc_overlay.c 2006-07-14 00:01:39.000000000 +0200 -@@ -7,6 +7,7 @@ - version 2 of the License, or (at your option) any later version. - */ - -+#include <asm/types.h> - #include "unichrome.h" - #include "uc_overlay.h" - #include "vidregs.h" -diff -Naur -x '*.orig' -x Makefile DirectFB-0.9.25.1/inputdrivers/keyboard/keyboard.c DirectFB-0.9.25.1-x86_64/inputdrivers/keyboard/keyboard.c ---- DirectFB-0.9.25.1/inputdrivers/keyboard/keyboard.c 2005-10-19 01:14:13.000000000 +0200 -+++ DirectFB-0.9.25.1-x86_64/inputdrivers/keyboard/keyboard.c 2006-07-13 23:54:12.000000000 +0200 -@@ -28,6 +28,7 @@ - #include <stdlib.h> - #include <stdio.h> - #include <string.h> -+#include <asm/types.h> - #include <unistd.h> - - #include <fcntl.h> -diff -Naur -x '*.orig' -x Makefile DirectFB-0.9.25.1/systems/fbdev/agp.c DirectFB-0.9.25.1-x86_64/systems/fbdev/agp.c ---- DirectFB-0.9.25.1/systems/fbdev/agp.c 2006-03-15 00:23:43.000000000 +0100 -+++ DirectFB-0.9.25.1-x86_64/systems/fbdev/agp.c 2006-07-13 23:51:59.000000000 +0200 -@@ -30,6 +30,7 @@ - - #include <stdio.h> - #include <stdlib.h> -+#include <asm/types.h> - #include <sys/types.h> - #include <sys/stat.h> - #include <fcntl.h> -diff -Naur -x '*.orig' -x Makefile DirectFB-0.9.25.1/systems/fbdev/fbdev.c DirectFB-0.9.25.1-x86_64/systems/fbdev/fbdev.c ---- DirectFB-0.9.25.1/systems/fbdev/fbdev.c 2006-05-03 09:22:37.000000000 +0200 -+++ DirectFB-0.9.25.1-x86_64/systems/fbdev/fbdev.c 2006-07-13 23:51:03.000000000 +0200 -@@ -27,6 +27,7 @@ - - #include <config.h> - -+#include <asm/types.h> - #include <unistd.h> - #include <stdio.h> - #include <stdlib.h> -diff -Naur -x '*.orig' -x Makefile DirectFB-0.9.25.1/systems/fbdev/vt.c DirectFB-0.9.25.1-x86_64/systems/fbdev/vt.c ---- DirectFB-0.9.25.1/systems/fbdev/vt.c 2006-05-03 09:22:37.000000000 +0200 -+++ DirectFB-0.9.25.1-x86_64/systems/fbdev/vt.c 2006-07-13 23:51:47.000000000 +0200 -@@ -29,6 +29,7 @@ - - #include <stdio.h> - #include <stdlib.h> -+#include <asm/types.h> - #include <unistd.h> - #include <string.h> - _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
