From 18ae700a00bef698beb0589214d892901cf87e1a Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 6 Jul 2008 14:46:31 +0000 Subject: [PATCH] Update empcd to 2008.02.16 (#3610) SVN-Revision: 11715 --- sound/empcd/Makefile | 7 ++----- sound/empcd/patches/001-input_defs.patch | 14 -------------- 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 sound/empcd/patches/001-input_defs.patch diff --git a/sound/empcd/Makefile b/sound/empcd/Makefile index fcc5aa621f..df2b6776ea 100644 --- a/sound/empcd/Makefile +++ b/sound/empcd/Makefile @@ -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 index 66fa49f9bf..0000000000 --- a/sound/empcd/patches/001-input_defs.patch +++ /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 - - /* Linux specific... */ -+#include -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) -+#define EVIOCGRAB _IOW('E', 0x90, int) /* Grab/Release device */ -+#endif - #include - - #ifndef NULL -- 2.30.2