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

776 Commits

Author SHA1 Message Date
kyak
4c4a9d8587 ghostscript: use ICONV notation 2011-02-06 22:00:20 +03:00
kyak
1528c1bc34 gmenu2x: use ICONV notation 2011-02-06 21:57:57 +03:00
kyak
5557b31d7f fbida: use ICONV notation 2011-02-06 21:57:17 +03:00
kyak
663ac8ebb4 dgclock: use ICONV notation 2011-02-06 21:56:17 +03:00
kyak
074b5acdb0 fbterm: use ICONV notation 2011-02-06 21:54:49 +03:00
kyak
745e0f4673 remove overriden gettext, iconv, glib2 due to fixed upstream 2011-02-06 21:53:44 +03:00
David Kühling
3f266040c0 zgv: fix thumbnail-less file-browser true-color support ('v' key) 2011-02-03 22:24:58 +01:00
kyak
9da19d44ec qball: make Enter key work and change fonts 2011-02-02 17:40:05 +03:00
kyak
2975657fa1 backgammon: set 4x8 to avoid segfault 2011-02-01 20:55:33 +03:00
David Kühling
be5eeea07c plplot: fix svgalib driver display bug w/ plenv() resetting current color 2011-01-30 19:23:23 +01:00
David Kühling
f324527027 zgv: pre-configure a more modern color-scheme 2011-01-29 19:14:19 +01:00
David Kühling
3266da3976 zgv: more fixes for proper truecolor mode operation: img browser works now 2011-01-29 14:58:54 +01:00
David Kühling
53a2848e3e svgalib: do _not_ attempt to use linear video modes for now: buggy!? 2011-01-29 14:58:00 +01:00
David Kühling
8b59d50ab7 svgalib: fix (?) gl_fillbox & friends when used in 32-bit video modes 2011-01-29 14:48:54 +01:00
David Kühling
9c4f17115c svgalib: use faster non-paged drawing primitives 2011-01-29 14:21:43 +01:00
David Kühling
f5d48e7a0f plplot: fix various target Tcl detection issues.
a host tclsh is still required for building, though.
2011-01-29 13:08:27 +01:00
David Kühling
3613fcbd0c plplot: fix detection of target octave headers, libs and install directories 2011-01-29 12:48:08 +01:00
Xiangfu Liu
fcb5476931 gmenu2x move all file to it's repo, keep here as small as possible 2011-01-28 16:17:31 +08:00
kyak
22e511a82b gottet: fixed size 320x240
reference view should be like that:
http://downloads.qi-hardware.com/people/kyak/tmp/gottet.jpg :)
2011-01-25 20:32:13 +03:00
kyak
6b0e5bbc23 mplayer: explicitely disable X11 features 2011-01-25 12:19:34 +03:00
Xiangfu Liu
9e6dd9df57 emacs, remove manully strip binary file 2011-01-25 13:40:03 +08:00
David Kühling
0e5906dde6 zgv: basic truecolor support for the thumbnail browser
also add the Makefile patch that's needed for compilation (previously forgotten)
2011-01-23 20:07:20 +01:00
David Kühling
0e75785f17 zgv: fix crash from attempt to start browser in 8-bit videomode
however: browser won't work correctly w/ 32-bit mode.  todo.
2011-01-23 19:01:58 +01:00
David Kühling
7fb69c0732 new port: zgv: a simple/leightweight image viewer + browser that uses svgalib
Note: image browsing is currently broken (floating point exception).
However, you can list images to view on the command line, than viewing works.
2011-01-23 13:11:55 +01:00
kyak
479a593121 qball, gottet, Tile: added gmenu2x items 2011-01-23 13:30:07 +03:00
kyak
677918caf4 gottet: use maximum Ben's screen height for board 2011-01-23 13:10:31 +03:00
David Kühling
31e8e5bb39 plplot: mark plplot-python as broken and explain why that is so. 2011-01-22 13:27:24 +01:00
David Kühling
c32c234619 plplot: fix plplot package to include _all_ libraries that ship with plplot 2011-01-22 12:55:09 +01:00
kyak
325a43c7b5 gottet:Tetris clone written in Qt, adapted for Ben 2011-01-22 14:37:47 +03:00
David Kühling
e75033d2e6 plplot: fix package generation errors (created copies of libs instead of links)
add plplot-python package (not yet working, not oven compiling!)
2011-01-22 11:28:41 +01:00
Xiangfu Liu
15513ea8a1 mv lus-plplot to Examples folder
add a symblic link to Qt examples
2011-01-21 23:04:01 +08:00
Xiangfu Liu
04bb8f8862 emacs, strip binary after build
the 'intall' try to using HOST strip not cross_strip.
we should set INSTALL_STRIP="-s --strip-program=$(STRIP) but
emacs Makefile using "INSTALL_STRIP" in different make level
I can not find a better way to pass --strip-program to all level
works.
2011-01-21 17:27:23 +08:00
Xiangfu Liu
404b3fdb56 offrss, fix description and add -liconv 2011-01-20 21:21:22 +08:00
Xiangfu Liu
35f03d99dc fix typo 2011-01-20 20:50:38 +08:00
Xiangfu Liu
1fca17c18a nlove, offrss: fix typo and depends 2011-01-20 20:39:18 +08:00
Xiangfu Liu
216706c0e7 bc, add -l, use the predefined math routines by default 2011-01-19 20:34:25 +08:00
Xiangfu Liu
b65a87c42e libgii, fix X_CFLAGS using HOST/usr/include folder 2011-01-19 11:33:22 +08:00
Xiangfu Liu
bd28a3a75f gmenu2x, update icons, thanks to Yi 2011-01-19 11:33:19 +08:00
Xiangfu Liu
cbd9e398d8 imgv, add rpath-link to CFLAGS
nethack, fix the install typo
2011-01-19 11:33:14 +08:00
Xiangfu Liu
d3bb3a95be add some lua-plplot-examples 2011-01-18 16:21:06 +08:00
Xiangfu Liu
0308bbce47 libsdl-gfx, add -liconv to CONFIGURE_VARS 2011-01-18 15:22:30 +08:00
Xiangfu Liu
1e33f13cf5 new package: pyclock, python digital clock 2011-01-18 10:40:17 +08:00
Xiangfu Liu
3d0c2c5c3e libsdl-image, add -liconv to CONFIGURE_VARS 2011-01-17 21:52:48 +08:00
Xiangfu Liu
1a1d25d260 bwbasic, fix compile error, remove BROKEN 2011-01-17 14:31:12 +08:00
Xiangfu Liu
57b658a157 robots: remove BROKEN, install to /usr/bin/ 2011-01-17 13:44:40 +08:00
Xiangfu Liu
deb6c2eb2f mandoc, remove BROKEN, compile just fine 2011-01-17 13:24:14 +08:00
Xiangfu Liu
3259de09a4 pmars: fix compile error, remove static CC ... in Makefile 2011-01-17 13:21:00 +08:00
Xiangfu Liu
40912c6c07 add the MAINTAINER to package 2011-01-17 11:39:13 +08:00
kyak
e78146dc37 qball: really drop the patch :) 2011-01-16 00:47:27 +03:00
kyak
c1fb2a3c2a qball: updated to 1.2, dropped merged patch 2011-01-16 00:44:43 +03:00