Update empcd to 2008.02.16 (#3610)
authorFlorian Fainelli <florian@openwrt.org>
Sun, 6 Jul 2008 14:46:31 +0000 (14:46 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 6 Jul 2008 14:46:31 +0000 (14:46 +0000)
SVN-Revision: 11715

sound/empcd/Makefile
sound/empcd/patches/001-input_defs.patch [deleted file]

index fcc5aa621fe79148ecb540257a666e24d7b3e372..df2b6776eaf4f7e57bf9287cdef750604e43ab57 100644 (file)
@@ -9,15 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=empcd
-PKG_VERSION:=2005.12.12
+PKG_VERSION:=2008.02.16
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://unfix.org/projects/empcd
-PKG_MD5SUM:=300e59ba3067f1f82d4ecec124f96916
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
+PKG_MD5SUM:=c3209f6bf8eb6e8ea9638601e1cd04a4
 
 include $(INCLUDE_DIR)/package.mk
 
diff --git a/sound/empcd/patches/001-input_defs.patch b/sound/empcd/patches/001-input_defs.patch
deleted file mode 100644 (file)
index 66fa49f..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -urN empcd/empcd.h empcd.new/empcd.h
---- empcd/empcd.h      2005-11-29 01:35:30.000000000 +0100
-+++ empcd.new/empcd.h  2007-06-14 11:54:14.000000000 +0200
-@@ -24,6 +24,10 @@
- #include <pwd.h>
- /* Linux specific... */
-+#include <linux/version.h>
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
-+#define EVIOCGRAB             _IOW('E', 0x90, int)                    /* Grab/Release device */
-+#endif
- #include <linux/input.h>
- #ifndef NULL