1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 03:22:21 +03:00
Commit Graph

312 Commits

Author SHA1 Message Date
kyak
582924bc52 w3m now builds 2010-09-25 22:15:48 +04:00
kyak
7e5961a3fc stupid workaround to make links compile 2010-09-25 01:57:07 +04:00
kyak
0e186f01a2 mupdf: added libjpeg dependency as noted by Xiangu 2010-09-25 01:53:32 +04:00
kyak
a8aff4192f Added input (typing) and output (viewing) support for cyrillic in
console
2010-09-21 16:13:30 +04:00
David Kühling
c6a3cb1a88 corrected md5sum for new gforth snapshot 2010-09-18 22:17:18 +02:00
David Kühling
4bfce3b6e2 Major overhaul and cleanup. Support for .ubi image file installations.
Only compile&install a minimum host Gforth for bootstrapping the target
Gforth, removing strange emacs-dependencies that cropped up earlier.

Image file can now be built on the nanonote using 'gforth-update-image'
command.  Also, Gforth is now run through a wrapper that calls
'gforth-update-image' automatically, if necessary.

Also first attempts at supporting libcc C-interface libraries pre-compiled on
the host.

Tested to compile on amd64 and i386.
2010-09-18 20:47:21 +02:00
Alan Post
77694b3b61 update the wordgrinder-0.3.3 patch.
I believe upstream modified the wordgrinder-0.3.3 release in place.
Only whitespace is different between this patch and the previous
patch.

This now applies cleanly.
2010-09-14 23:12:13 -06:00
Alan Post
2f685c01b0 makfa: only import ElementTree if we're going to use it.
ElementTree is not available by default.  (it is in pyexpat, which is
a non-default module.)

since ElementTree is only used by the Updater code, and this code is
not designed to run on the NanoNote (it is only run as part of the
build process), move the import statement inside the Updater in the
hopes that the user on the NanoNote never has to deal with it.

In the future I will make pyexpat a default module for the Lojban
config, but this change will still see a performance gain in the
most typical use case for makfa.
2010-09-14 21:02:09 -06:00
Alan Post
4082f67f78 makfa: only import ElementTree if we're going to use it.
ElementTree is not available by default.  (it is in pyexpat, which is
a non-default module.)

since ElementTree is only used by the Updater code, and this code is
not designed to run on the NanoNote (it is only run as part of the
build process), move the import statement inside the Updater in the
hopes that the user on the NanoNote never has to deal with it.

In the future I will make pyexpat a default module for the Lojban
config, but this change will still see a performance gain in the
most typical use case for makfa.
2010-09-14 20:53:01 -06:00
Alan Post
b3f79e4824 move makfa.dump from /var/lib/makfa to /usr/share/makfa
I originally choose /var/lib/... because makfa.dump can be updated by
the makfa program.  /usr/share/... is for read-only data, which this
most certainly is not.

The best solution for this problem would be to have some kind of
/ovelay/var/... directory that is copied at boot to /var/...  This
would allow files that need to be persistent in /var/... to be so,
but would permit the flexibility currently seen for I/O heavy uses
of /var/...

Ater a discussion with xiangfu, we decided that modifying the
base-package to support an overlay on /var is too much work to do
right now, and that we would use /usr/share/... for the time being.
2010-09-14 20:49:41 -06:00
Alan Post
a816442cde pyexpat is only used when updating, move import inside class.
Update is not intended to be used on Ben NanoNote, so I'm moving the
import of pyexpat to the Updater class.  pyexpat is not included in
the default build, and this patch saves me from having to install
it.

I will in the future include pyexpat and enable full support for
generating new dump files, but this patch will still function in
that case.
2010-09-14 18:50:20 +02:00
David Kühling
bb5e73881b use new upstream snapshot that fixes various problems reported on
discussion@lists.en.qi-hardware.com
2010-09-14 00:44:09 +02:00
Jiri Brozovsky
8f050f908f First attempt port of PicoC interpreter. Should work. 2010-09-13 21:44:37 +02:00
kyak
383b527e85 fbterm and jfbterm are now sharing unifont.pcf.gz 2010-09-13 10:36:54 +04:00
kyak
bbe02374cb mupdf, jbig2dec and openjpeg as prerequisites of nupdf. 2010-09-13 09:46:26 +04:00
kyak
a863278092 fbterm depends on fontconfig 2010-09-12 20:52:22 +04:00
kyak
d7307ad72a kbd unicode cyrillic map for Ben 2010-09-12 18:47:28 +04:00
kyak
b75443850f kbd: added kbd console maps 2010-09-12 12:59:34 +04:00
kyak
0a3c8a2546 NanoMap updated to Commit bfd639fd99e6e77cb58b9649a7ddb1c03068ef2d 2010-09-11 12:52:33 +04:00
kyak
74176f0064 NanoMap: "skip downloaded tiles" is upstream. 2010-09-11 12:44:48 +04:00
Alan Post
f4fa2d50aa Create package for makfa, the Lojban dictionary.
{.i lo vi se finti ku vasru la makfa poi jbovlaste}
2010-09-10 10:04:22 -06:00
Xiangfu Liu
502d2f0497 [frotz] remove use sytem /tmp dir
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-10 23:39:59 +08:00
kyak
a0edda2807 sdcv depends on glib2 2010-09-10 10:05:06 +04:00
Jiri Brozovsky
6c8e93b357 First port to OpenWRT: patchet terminal limits. Makred as BROKEN until
someone confirmes that it is useable.
2010-09-08 19:58:59 +02:00
Xiangfu Liu
ec1da6d705 update gmenu2x version to the last commit
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-08 22:09:42 +08:00
Xiangfu Liu
e6125bb94b to make gpgme work at least the path to the gpg binary has to be set...
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
Acked-by: Richard <richard.weinberger@gmail.com>
2010-09-08 10:53:02 +08:00
kyak
f7a7fa5b10 NanoMap depends on dejavu-fonts-ttf 2010-09-07 23:11:22 +04:00
kyak
cec8000bf5 NanoMap: Add a checkbox to skip downloading already downloaded tiles 2010-09-07 10:03:21 +04:00
kyak
4ee7a75362 Merge branch 'master' of projects.qi-hardware.com:openwrt-packages 2010-09-06 23:35:20 +04:00
kyak
dbd4afdb25 stardict actually depends on gtk2 2010-09-06 23:34:31 +04:00
bartbes
ef090fa2ab New version of nlove (0.0.2)
Adds font drawing
2010-09-06 18:46:08 +02:00
Xiangfu Liu
807277dce4 [poke] remove BROKEN, update to r5975
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-06 17:15:49 +08:00
Xiangfu Liu
ff38e98cdd [new package] poke, Read or write any CPU register
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-06 11:36:40 +08:00
bartbes
7b6b74cff2 Merge branch 'master' of projects.qi-hardware.com:openwrt-packages 2010-09-05 19:07:50 +02:00
bartbes
11291fdd87 Added lua dependency to nlove 2010-09-05 19:07:43 +02:00
Xiangfu Liu
4864c15e26 [gmenu2x] update to 077563
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-05 23:00:38 +08:00
kyak
2c5709d8ce centerim's configure now looking for libopenssl in the right place 2010-09-05 18:26:32 +04:00
bartbes
1b84af0652 Added nlove package 2010-09-05 14:55:07 +02:00
Xiangfu Liu
9c8ef96b0a [snownews] update Makefile EXTRA_CFLAGS
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
Acked-by: Jirka <jirka@penguin.cz>
2010-09-05 20:45:46 +08:00
Xiangfu Liu
7ec322e6c1 [centerim] add libgnutls-extra to centerm DEPENDS
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-09-04 21:46:56 +08:00
bartbes
6ce3263fba Updated gmenu2x makefile to use newest version 2010-09-01 23:16:10 +02:00
Neil Stockbridge
ec36abc665 The help text in Nightsky is now more accurate 2010-08-29 17:21:42 +12:00
Neil Stockbridge
5327b07dec Nightsky now refers to a less broken upstream version and -rpath-link has moved to the OpenWRT Makefile 2010-08-27 08:48:37 +12:00
Neil Stockbridge
df0635cf75 Merge branch 'master' of git@projects.qi-hardware.com:openwrt-packages 2010-08-23 11:25:24 +12:00
neil
0ba991d511 There is now a port of Nightsky - a very basic rendering of the stars in the sky 2010-08-23 11:23:49 +12:00
Xiangfu Liu
386b737de8 [guile] add comment, this package needs guile installed in host pc
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-08-19 15:15:36 +08:00
kyak
6836a7247c gmu-0.7.1 md5sum updated 2010-08-18 09:28:23 +04:00
Xiangfu Liu
d918c83621 update email address
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-08-17 18:11:25 +08:00
Xiangfu Liu
be138dd43d add console fonts package
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-08-17 18:11:16 +08:00
Xiangfu Liu
7e2599183a [guile] add development files
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
Acked-by: John Moore <jmoore@zedstar.org>
2010-08-17 09:57:05 +08:00