Author: pebender
Date: Thu Oct 23 15:43:58 2008
New Revision: 3860
Added:
trunk/gar-minimyth/script/db/sqlite/ (props changed)
trunk/gar-minimyth/script/db/sqlite/Makefile
trunk/gar-minimyth/script/db/sqlite/checksums
trunk/gar-minimyth/script/meta/minimyth/files/source/lists/software/minimyth-lib-list.flash
Modified:
trunk/gar-minimyth/script/minimyth.conf.mk
trunk/gar-minimyth/script/utils/busybox/checksums
trunk/gar-minimyth/script/utils/busybox/files/busybox-1.12.1.config
Log:
- Added file updates missing from the previous commit.
Added: trunk/gar-minimyth/script/db/sqlite/Makefile
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/db/sqlite/Makefile Thu Oct 23 15:43:58 2008
@@ -0,0 +1,41 @@
+GARNAME = sqlite
+GARVERSION = 3.6.4
+CATEGORIES = db
+MASTER_SITES = http://www.sqlite.org/
+DISTFILES = $(DISTNAME).tar.gz
+LICENSE =
+
+DESCRIPTION =
+define BLURB
+endef
+
+DEPENDS = lang/c
+
+CONFIGURE_SCRIPTS = $(WORKSRC)/configure
+BUILD_SCRIPTS = $(WORKSRC)/Makefile
+INSTALL_SCRIPTS = $(WORKSRC)/Makefile
+
+CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
+ --enable-largefile \
+ --enable-threadsafe \
+ --disable-cross-thread-connections \
+ --disable-threads-override-locks \
+ --disable-releasemode \
+ --enable-tempstore=no \
+ --disable-tcl \
+ --disable-readline \
+ --disable-debug \
+ --enable-amalgamation \
+ --disable-load-extension \
+ --disable-gcov \
+ --with-gnu-ld
+
+include ../../gar.mk
+
+pre-configure:
+ @$(call FIX_LIBTOOL,$(WORKSRC),configure)
+ @$(MAKECOOKIE)
+
+post-install:
+ @rm -f $(DESTDIR)$(libdir)/libsqlite3.la
+ @$(MAKECOOKIE)
Added: trunk/gar-minimyth/script/db/sqlite/checksums
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/db/sqlite/checksums Thu Oct 23 15:43:58 2008
@@ -0,0 +1 @@
+b9832cd8734d4568e384e1c60b50c92f download/sqlite-3.6.4.tar.gz
Added:
trunk/gar-minimyth/script/meta/minimyth/files/source/lists/software/minimyth-lib-list.flash
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/lists/software/minimyth-lib-list.flash
Thu Oct 23 15:43:58 2008
@@ -0,0 +1,4 @@
+libgtk-x11-2.0.so.0
+libnss3.so
+libsmime3.so
+libssl3.so
Modified: trunk/gar-minimyth/script/minimyth.conf.mk
==============================================================================
--- trunk/gar-minimyth/script/minimyth.conf.mk (original)
+++ trunk/gar-minimyth/script/minimyth.conf.mk Thu Oct 23 15:43:58 2008
@@ -37,7 +37,7 @@
# Lists the software to be supported.
# Valid values for MM_SOFTWARE are zero or more
of 'mythbrowser', 'mythgallery',
# 'mythgame', 'mythmusic', 'mythnews', 'mythphone', 'mythstream', 'mythvideo',
-# 'mythweather', 'mythzoneminder', 'gnash', 'mplayer',
+# 'mythweather', 'mythzoneminder', 'flash', 'gnash', 'mplayer',
# 'mplayer-svn' (experimental and may be removed in the future without
warning),
# 'vlc' (experimental and may be removed in the future without warning),
# 'xine', 'perl', 'transcode', 'mame', 'wiimote', 'backend' and 'debug'.
Modified: trunk/gar-minimyth/script/utils/busybox/checksums
==============================================================================
--- trunk/gar-minimyth/script/utils/busybox/checksums (original)
+++ trunk/gar-minimyth/script/utils/busybox/checksums Thu Oct 23 15:43:58
2008
@@ -5,4 +5,4 @@
b3823e284505ac93f148e142f14ae44f
download/busybox-1.12.1-dhcp_options.patch
05c94b95324d219ede840c296710cd72
download/busybox-1.12.1-dhcp_timezone.patch
345f13a4286c926b07f065cdf021cbd1
download/busybox-1.12.1-tftp_timeout.patch
-a229fd01a7ffbb3208451e36cdf7daa4 download/busybox-1.12.1.config
+a9caa57e486094d477ecfa1eb54ada04 download/busybox-1.12.1.config
Modified:
trunk/gar-minimyth/script/utils/busybox/files/busybox-1.12.1.config
==============================================================================
--- trunk/gar-minimyth/script/utils/busybox/files/busybox-1.12.1.config
(original)
+++ trunk/gar-minimyth/script/utils/busybox/files/busybox-1.12.1.config Thu
Oct 23 15:43:58 2008
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.12.1
-# Mon Oct 13 11:16:43 2008
+# Thu Oct 23 08:58:41 2008
#
CONFIG_HAVE_DOT_CONFIG=y
@@ -103,7 +103,7 @@
#
# CONFIG_FEATURE_SEAMLESS_LZMA is not set
CONFIG_FEATURE_SEAMLESS_BZ2=y
-# CONFIG_FEATURE_SEAMLESS_GZ is not set
+CONFIG_FEATURE_SEAMLESS_GZ=y
# CONFIG_FEATURE_SEAMLESS_Z is not set
# CONFIG_AR is not set
# CONFIG_FEATURE_AR_LONG_FILENAMES is not set
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---