Add md5sums.
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 16 Dec 2008 21:15:33 +0000 (21:15 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 16 Dec 2008 21:15:33 +0000 (21:15 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13669 3c298f89-4303-0410-b956-a3cf2f4a3e73

Xorg/xorg/driver/xf86-input-evdev/Makefile
Xorg/xorg/driver/xf86-input-keyboard/Makefile
Xorg/xorg/driver/xf86-input-mouse/Makefile
Xorg/xorg/driver/xf86-video-fbdev/Makefile
Xorg/xorg/driver/xf86-video-geode/Makefile
Xorg/xorg/driver/xf86-video-intel/Makefile
Xorg/xorg/driver/xf86-video-nv/Makefile
Xorg/xorg/driver/xf86-video-vesa/Makefile

index da2a6fd..8b1f8af 100644 (file)
@@ -9,12 +9,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=xf86-input-evdev
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 PKG_VERSION:=2.0.4
 
 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.4/src/driver
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/
+PKG_MD5SUM:=ac97e155ea4db87a8393297493f9c406
 PKG_BUILD_DEPENDS:=randrproto inputproto xproto
 PKG_INSTALL:=1
 
index 5c89e33..e4d5f72 100644 (file)
@@ -9,11 +9,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=xf86-input-keyboard
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 PKG_VERSION:=1.3.1
+
 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.4/src/driver
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/
+PKG_MD5SUM:=ebe5dcf8eed819103909f18321fc3b9d
 PKG_BUILD_DEPENDS:=randrproto inputproto kbproto xproto
 
 include $(INCLUDE_DIR)/package.mk
index 3acbef9..9db65d0 100644 (file)
@@ -9,11 +9,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=xf86-input-mouse
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 PKG_VERSION:=1.3.0
+
 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.4/src/driver
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/
+PKG_MD5SUM:=31a51b0e5ddc4fac19754f48a3adf881
 PKG_BUILD_DEPENDS:=randrproto inputproto xproto
 
 include $(INCLUDE_DIR)/package.mk
index a26bb88..fe202c6 100644 (file)
@@ -7,13 +7,14 @@
 # blogic@openwrt.org
 include $(TOPDIR)/rules.mk
 
-PKG_BASE_NAME:=xf86
 PKG_NAME:=xf86-video-fbdev
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 PKG_VERSION:=0.4.0
+
 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.4/src/driver
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/
+PKG_MD5SUM:=6572b39fec77b8e6de1c858a93992924
 
 include $(INCLUDE_DIR)/package.mk
 
index 97c259e..0742d65 100644 (file)
@@ -9,7 +9,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=xf86-video-geode
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_VERSION:=2.10.1
 
 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.4/src/driver/
index 53dbc54..0034d58 100644 (file)
@@ -9,11 +9,12 @@ include $(TOPDIR)/rules.mk
 
 PKG_BASE_NAME:=xf86
 PKG_NAME:=xf86-video-intel
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 PKG_VERSION:=2.4.2
 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.4/src/driver
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/
+PKG_MD5SUM:=5cd6b3ed57c7e78ab51e9d9266e73fb6
 PKG_BUILD_DEPENDS:=xf86driproto glproto
 
 include $(INCLUDE_DIR)/package.mk
index a5e8036..05e2197 100644 (file)
@@ -9,11 +9,12 @@ include $(TOPDIR)/rules.mk
 
 PKG_BASE_NAME:=xf86
 PKG_NAME:=xf86-video-nv
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 PKG_VERSION:=2.1.12
 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.4/src/driver
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/${PKG_NAME}-$(PKG_VERSION)/
+PKG_MD5SUM:=42f12a36d7afc26c817e8e8f5c8b7274
 
 include $(INCLUDE_DIR)/package.mk
 
index dfe8fdd..ecdc933 100644 (file)
@@ -9,12 +9,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=xf86-video-vesa
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 PKG_VERSION:=2.0.0
 
 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.4/src/driver
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/
+PKG_MD5SUM:=433cf6f961eb4a2ab6fcb086def0b2b4
 PKG_BUILD_DEPENDS:=xproto fontsproto randrproto renderproto xextproto
 PKG_INSTALL:=1