Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/fltk
@ 2008-03-20 16:54 ninevoltz at uclibc.org
  0 siblings, 0 replies; 7+ messages in thread
From: ninevoltz at uclibc.org @ 2008-03-20 16:54 UTC (permalink / raw)
  To: buildroot

Author: ninevoltz
Date: 2008-03-20 09:54:51 -0700 (Thu, 20 Mar 2008)
New Revision: 21415

Log:
some fixes for fltk

Added:
   trunk/buildroot/package/fltk/fltk-1.1.7-makefiles.patch

Modified:
   trunk/buildroot/package/fltk/fltk.mk


Changeset:
Added: trunk/buildroot/package/fltk/fltk-1.1.7-makefiles.patch
===================================================================
--- trunk/buildroot/package/fltk/fltk-1.1.7-makefiles.patch	                        (rev 0)
+++ trunk/buildroot/package/fltk/fltk-1.1.7-makefiles.patch	2008-03-20 16:54:51 UTC (rev 21415)
@@ -0,0 +1,132 @@
+--- a/jpeg/Makefile	2005-02-27 19:11:07.000000000 -0500
++++ b/jpeg/Makefile	2008-03-19 13:17:46.000000000 -0400
+@@ -65,14 +65,14 @@ clean:
+ #
+ 
+ install:
+-	echo "Installing libfltk_jpeg$(LIBEXT) in $(libdir)..."
+-	-$(MKDIR) $(libdir)
+-	$(RM) $(libdir)/libfltk_jpeg$(LIBEXT)
+-	$(CP) $(LIBJPEG) $(libdir)
+-	$(RANLIB) $(libdir)/libfltk_jpeg$(LIBEXT)
+-	echo "Installing jpeg headers in $(includedir)/FL/images..."
+-	-$(MKDIR) $(includedir)/FL/images
+-	$(CP) jconfig.h jerror.h jmorecfg.h jpeglib.h $(includedir)/FL/images
++	echo "Installing libfltk_jpeg$(LIBEXT) in $(DESTDIR)$(libdir)..."
++	-$(MKDIR) $(DESTDIR)$(libdir)
++	$(RM) $(DESTDIR)$(libdir)/libfltk_jpeg$(LIBEXT)
++	$(CP) $(LIBJPEG) $(DESTDIR)$(libdir)
++	$(RANLIB) $(DESTDIR)$(libdir)/libfltk_jpeg$(LIBEXT)
++	echo "Installing jpeg headers in $(DESTDIR)$(includedir)/FL/images..."
++	-$(MKDIR) $(DESTDIR)$(includedir)/FL/images
++	$(CP) jconfig.h jerror.h jmorecfg.h jpeglib.h $(DESTDIR)$(includedir)/FL/images
+ 
+ 
+ #
+@@ -81,12 +81,12 @@ install:
+ 
+ uninstall:
+ 	echo "Uninstalling libfltk_jpeg$(LIBEXT) in $(libdir)..."
+-	$(RM) $(libdir)/libfltk_jpeg$(LIBEXT)
++	$(RM) $(DESTDIR)$(libdir)/libfltk_jpeg$(LIBEXT)
+ 	echo "Uninstalling jpeg headers in $(includedir)/FL/images..."
+-	$(RM) $(includedir)/FL/images/jconfig.h
+-	$(RM) $(includedir)/FL/images/jerror.h
+-	$(RM) $(includedir)/FL/images/jmorecfg.h
+-	$(RM) $(includedir)/FL/images/jpeglib.h
++	$(RM) $(DESTDIR)$(includedir)/FL/images/jconfig.h
++	$(RM) $(DESTDIR)$(includedir)/FL/images/jerror.h
++	$(RM) $(DESTDIR)$(includedir)/FL/images/jmorecfg.h
++	$(RM) $(DESTDIR)$(includedir)/FL/images/jpeglib.h
+ 
+ 
+ #
+
+--- a/png/Makefile	2005-02-24 16:55:12.000000000 -0500
++++ b/png/Makefile	2008-03-19 13:18:38.000000000 -0400
+@@ -57,14 +57,14 @@ clean:
+ #
+ 
+ install: $(LIBPNG)
+-	echo "Installing libfltk_png$(LIBEXT) in $(libdir)..."
+-	-$(MKDIR) $(libdir)
+-	$(RM) $(libdir)/libfltk_png$(LIBEXT)
+-	$(CP) $(LIBPNG) $(libdir)
+-	$(RANLIB) $(libdir)/libfltk_png$(LIBEXT)
+-	echo "Installing png headers in $(includedir)/FL/images..."
+-	-$(MKDIR) $(includedir)/FL/images
+-	$(CP) png.h pngconf.h $(includedir)/FL/images
++	echo "Installing libfltk_png$(LIBEXT) in $(DESTDIR)$(libdir)..."
++	-$(MKDIR) $(DESTDIR)$(libdir)
++	$(RM) $(DESTDIR)$(libdir)/libfltk_png$(LIBEXT)
++	$(CP) $(LIBPNG) $(DESTDIR)$(libdir)
++	$(RANLIB) $(DESTDIR)$(libdir)/libfltk_png$(LIBEXT)
++	echo "Installing png headers in $(DESTDIR)$(includedir)/FL/images..."
++	-$(MKDIR) $(DESTDIR)$(includedir)/FL/images
++	$(CP) png.h pngconf.h $(DESTDIR)$(includedir)/FL/images
+ 
+ 
+ #
+@@ -72,11 +72,11 @@ install: $(LIBPNG)
+ #
+ 
+ uninstall:
+-	echo "Uninstalling libfltk_png$(LIBEXT) in $(libdir)..."
+-	$(RM) $(libdir)/libfltk_png$(LIBEXT)
+-	echo "Uninstalling png headers in $(includedir)/FL/images..."
+-	$(RM) $(includedir)/FL/images/png.h
+-	$(RM) $(includedir)/FL/images/pngconf.h
++	echo "Uninstalling libfltk_png$(LIBEXT) in $(DESTDIR)$(libdir)..."
++	$(RM) $(DESTDIR)$(libdir)/libfltk_png$(LIBEXT)
++	echo "Uninstalling png headers in $(DESTDIR)$(includedir)/FL/images..."
++	$(RM) $(DESTDIR)$(includedir)/FL/images/png.h
++	$(RM) $(DESTDIR)$(includedir)/FL/images/pngconf.h
+ 
+ 
+ #
+
+--- a/zlib/Makefile	2005-02-24 16:55:12.000000000 -0500
++++ b/zlib/Makefile	2008-03-19 13:20:34.000000000 -0400
+@@ -57,14 +57,14 @@ clean:
+ #
+ 
+ install: $(LIBZ)
+-	echo "Installing libfltk_z$(LIBEXT) in $(libdir)..."
+-	-$(MKDIR) $(libdir)
+-	$(RM) $(libdir)/libfltk_z$(LIBEXT)
+-	$(CP) $(LIBZ) $(libdir)
+-	$(RANLIB) $(libdir)/libfltk_z$(LIBEXT)
+-	echo "Installing zlib headers in $(includedir)/FL/images..."
+-	-$(MKDIR) $(includedir)/FL/images
+-	$(CP) zconf.h zlib.h zutil.h $(includedir)/FL/images
++	echo "Installing libfltk_z$(LIBEXT) in $(DESTDIR)$(libdir)..."
++	-$(MKDIR) $(DESTDIR)$(libdir)
++	$(RM) $(DESTDIR)$(libdir)/libfltk_z$(LIBEXT)
++	$(CP) $(LIBZ) $(DESTDIR)$(libdir)
++	$(RANLIB) $(DESTDIR)$(libdir)/libfltk_z$(LIBEXT)
++	echo "Installing zlib headers in $(DESTDIR)$(includedir)/FL/images..."
++	-$(MKDIR) $(DESTDIR)$(includedir)/FL/images
++	$(CP) zconf.h zlib.h zutil.h $(DESTDIR)$(includedir)/FL/images
+ 
+ 
+ #
+@@ -72,12 +72,12 @@ install: $(LIBZ)
+ #
+ 
+ uninstall:
+-	echo "Uninstalling libfltk_z$(LIBEXT) in $(libdir)..."
+-	$(RM) $(libdir)/libfltk_z$(LIBEXT)
+-	echo "Uninstalling zlib headers in $(includedir)/FL/images..."
+-	$(RM) $(includedir)/FL/images/zconf.h
+-	$(RM) $(includedir)/FL/images/zlib.h
+-	$(RM) $(includedir)/FL/images/zutil.h
++	echo "Uninstalling libfltk_z$(LIBEXT) in $(DESTDIR)$(libdir)..."
++	$(RM) $(DESTDIR)$(libdir)/libfltk_z$(LIBEXT)
++	echo "Uninstalling zlib headers in $(DESTDIR)$(includedir)/FL/images..."
++	$(RM) $(DESTDIR)$(includedir)/FL/images/zconf.h
++	$(RM) $(DESTDIR)$(includedir)/FL/images/zlib.h
++	$(RM) $(DESTDIR)$(includedir)/FL/images/zutil.h
+ 
+ 
+ #
+

Modified: trunk/buildroot/package/fltk/fltk.mk
===================================================================
--- trunk/buildroot/package/fltk/fltk.mk	2008-03-20 16:05:02 UTC (rev 21414)
+++ trunk/buildroot/package/fltk/fltk.mk	2008-03-20 16:54:51 UTC (rev 21415)
@@ -10,11 +10,13 @@
 FLTK_AUTORECONF = NO
 FLTK_INSTALL_STAGING = YES
 FLTK_INSTALL_TARGET = YES
-FLTK_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
 
+FLTK_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) STRIP=$(TARGET_STRIP) install
+FLTK_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) STRIP=$(TARGET_STRIP) install
+
 FLTK_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
 		--build=$(GNU_HOST_NAME) --prefix=/usr \
-		--sysconfdir=/etc 
+		--sysconfdir=/etc --enable-shared --enable-threads --with-x
 
 FLTK_DEPENDENCIES = uclibc $(XSERVER) 
 

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/fltk
@ 2008-08-27 20:19 jacmet at uclibc.org
  2008-08-28  0:26 ` Hamish Moffatt
  0 siblings, 1 reply; 7+ messages in thread
From: jacmet at uclibc.org @ 2008-08-27 20:19 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-08-27 13:19:19 -0700 (Wed, 27 Aug 2008)
New Revision: 23259

Log:
fltk: fix long help text lines

Remove comment when X isn't available while we're at it.

Modified:
   trunk/buildroot/package/fltk/Config.in


Changeset:
Modified: trunk/buildroot/package/fltk/Config.in
===================================================================
--- trunk/buildroot/package/fltk/Config.in	2008-08-27 20:19:15 UTC (rev 23258)
+++ trunk/buildroot/package/fltk/Config.in	2008-08-27 20:19:19 UTC (rev 23259)
@@ -2,9 +2,7 @@
 	bool "fltk"
 	depends on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7
 	help
-	  a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X.
+	  A cross-platform C++ GUI toolkit for UNIX/Linux (X11),
+	  Microsoft Windows, and MacOS X.
 
 	  http://www.fltk.org/
-
-comment "fltk		- disabled (requires Xorg(7))"
-	depends on !(BR2_PACKAGE_XORG || BR2_PACKAGE_XORG7)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-09-04  2:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-20 16:54 [Buildroot] svn commit: trunk/buildroot/package/fltk ninevoltz at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2008-08-27 20:19 jacmet at uclibc.org
2008-08-28  0:26 ` Hamish Moffatt
2008-08-28  5:02   ` Peter Korsgaard
2008-08-28  7:23     ` Daniel Laird
2008-08-29  0:38     ` Hamish Moffatt
2008-09-04  2:09     ` Hamish Moffatt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox