From: Alexander Marx Date: Mon, 3 Jun 2013 11:06:05 +0000 (+0200) Subject: lcd4linux: updated lcd4linux to new SVN-1200 Version with samsungSPF display driver X-Git-Tag: v2.13-core70~50^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9ebb7009b6bad768ca0a478a2bd8f3fa4fdf6a0;p=people%2Fms%2Fipfire-2.x.git lcd4linux: updated lcd4linux to new SVN-1200 Version with samsungSPF display driver --- diff --git a/lfs/lcd4linux b/lfs/lcd4linux index b31b961b26..37f0eb5a7d 100644 --- a/lfs/lcd4linux +++ b/lfs/lcd4linux @@ -24,15 +24,15 @@ include Config -VER = 0.11.0-svn1158-dpf +VER = 0.11.0-svn1200-dpf THISAPP = lcd4linux-$(VER) -DL_FILE = $(THISAPP).tar.xz +DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) +DIR_APP = $(DIR_SRC)/lcd4linux TARGET = $(DIR_INFO)/$(THISAPP) PROG = lcd4linux -PAK_VER = 4 +PAK_VER = 5 DEPS = "dpfhack libmpdclient" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 0b7eba14a92ae5d51a3ab99948192b8d +$(DL_FILE)_MD5 = 8a7ad5bbfb24db0cce68a217c2b0bfb0 install : $(TARGET) @@ -76,8 +76,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/lcd4linux-scaletext-dpf.patch + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --with-plugins=all,!qnaplog,!dbus --prefix=/usr cd $(DIR_APP) && make cd $(DIR_APP) && make install