Author: pebender
Date: Mon Jan 12 16:01:57 2009
New Revision: 4231
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/system/lcdproc/Makefile
Log:
- Reverted system/lcdproc because the SVN version breaks the imonlcd
support.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Mon Jan 12
16:01:57 2009
@@ -73,6 +73,7 @@
Updated disk/hdparm.
Updated gtk/glib.
Updated gtk/gtk+.
+ Reverted system/lcdproc (breaks imonlcd).
Updated xorg-7.3/xtrans.
Updated xorg-7.4/xtrans.
Modified: trunk/gar-minimyth/script/system/lcdproc/Makefile
==============================================================================
--- trunk/gar-minimyth/script/system/lcdproc/Makefile (original)
+++ trunk/gar-minimyth/script/system/lcdproc/Makefile Mon Jan 12 16:01:57
2009
@@ -1,10 +1,19 @@
GARNAME = lcdproc
-GARVERSION = 20081227Z
+GARVERSION = 0.5.2
+#GARVERSION = 20081227Z
CATEGORIES = system
-#MASTER_SITES = http://easynews.dl.sourceforge.net/sourceforge/$(GARNAME)/
+ifeq ($(GARVERSION),0.5.2)
+MASTER_SITES = http://easynews.dl.sourceforge.net/sourceforge/$(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+PATCHFILES =
+PATCHFILES += $(DISTNAME)-irtrans.patch
+PATCHFILES += $(DISTNAME)-dm140_henlar_v0.2.patch
$(DISTNAME)-imonlcd_0.3_with_send_fix.patch
+else
MASTER_SITES =
cvs://anonym...@$(GARNAME).cvs.sourceforge.net:/cvsroot/$(GARNAME)/
DISTFILES = $(DISTNAME).tar.bz2
-PATCHFILES = $(DISTNAME)-dm140_henlar_v0.2.patch
$(DISTNAME)-imonlcd_0.3_with_send_fix.patch
+PATCHFILES =
+PATCHFILES += $(DISTNAME)-dm140_henlar_v0.2.patch
$(DISTNAME)-imonlcd_0.3_with_send_fix.patch
+endif
LICENSE = GPL2
DESCRIPTION =
@@ -17,6 +26,17 @@
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile
+ifeq ($(GARVERSION),0.5.2)
+CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
+ --enable-libusb \
+ --enable-drivers=all \
+ --disable-doxygen \
+ --disable-dot \
+ --disable-html-dox \
+ --disable-latex-dox
+CONFIGURE_ENV = \
+ libusb_config="no"
+else
CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
--enable-libusb \
--enable-libftdi \
@@ -26,6 +46,7 @@
--disable-html-dox \
--disable-latex-dox \
--enable-drivers=all
+endif
include ../../gar.mk
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---