Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-20 | port xvinfo | Phil Sutter | |
2010-06-20 | libdrm: add lemote specific fixes | Phil Sutter | |
2010-06-20 | xorg-server: enable glx along with dri | Phil Sutter | |
2010-06-20 | MesaLib: add glxinfo and glxgears subpackages | Phil Sutter | |
As these xdemos reside in their own package but without the necessary infrastructure (this config thingy), I've created a patch from the addon-package. | |||
2010-06-20 | MesaLib: enable for lemote | Phil Sutter | |
No render support for siliconmotion, so use swraster driver. Also the obligatory SAREA fix is needed here. | |||
2010-06-20 | libXaw: fix wildcard ('?' must be non-empty) | Phil Sutter | |
2010-06-20 | port xterm | Phil Sutter | |
2010-06-20 | libXaw: fix PKG_template invocation | Phil Sutter | |
For the sake of simplicity, we should stick to ${PKG_NAME} here, not the hard-coded lower-case variant of it. This way one has to stick to the original casing of the package name when specifying as dependency, but that's in fact more straight forward than always having to lookup the PKG_template invocation in question. | |||
2010-06-20 | xinit: fix dependency, xinit needs xauth | Phil Sutter | |
2010-06-20 | asterisk-sounds: do not install useless files | Phil Sutter | |
Still leave that sounds.xml in there, as I'm not sure what it is for. And besides, with 5k of plain text size it shouldn't hurt too much if you already have space for the sounds package. :) | |||
2010-06-20 | asterisk: default astdatadir to /usr/lib/asterisk | Phil Sutter | |
This is needed in order for asterisk to find the sound files we provide (and I found adding a symlink from the sounds dir to /var/lib/asterisk/ being just too ugly). As it changes only the default configuration, I guess this is fine without increasing PKG_RELEASE. | |||
2010-06-20 | grub-bin: set same section as grub | Phil Sutter | |
2010-06-20 | make tmpfs size configurable via /etc/tmpfs | Waldemar Brodkorb | |
2010-06-18 | update to latest svn version, enable v4l2 for lemote webcam | Waldemar Brodkorb | |
2010-06-16 | fix renamed package names | Waldemar Brodkorb | |
2010-06-16 | add webcam and wireless-tools support for lemote | Waldemar Brodkorb | |
2010-06-16 | fix varios ipkg issues | Waldemar Brodkorb | |
2010-06-15 | do not choose busybox ar, when binutils is choosen | Waldemar Brodkorb | |
2010-06-15 | do not install html error pages for all languages | Waldemar Brodkorb | |
2010-06-15 | install libraries | Waldemar Brodkorb | |
2010-06-15 | update to latest upstream version | Waldemar Brodkorb | |
2010-06-15 | update to latest upstream version | Waldemar Brodkorb | |
2010-06-15 | update to latest upstream version | Waldemar Brodkorb | |
2010-06-14 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-14 | fix compile issue | Waldemar Brodkorb | |
2010-06-14 | fix init script, prevent autostart | Waldemar Brodkorb | |
2010-06-14 | update to latest upstream | Waldemar Brodkorb | |
2010-06-14 | port dillo and all needed requirements (part2) | Waldemar Brodkorb | |
2010-06-14 | port dillo and all needed requirements | Waldemar Brodkorb | |
2010-06-14 | fix package version, when eglibc choosen | Waldemar Brodkorb | |
2010-06-14 | setuid bit for Xorg is needed, when normal user uses startx | Waldemar Brodkorb | |
2010-06-13 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-13 | bulk package update | Waldemar Brodkorb | |
2010-06-13 | implement PKG_CHOICES | Waldemar Brodkorb | |
2010-06-13 | do not export HOME here | Waldemar Brodkorb | |
2010-06-12 | use cp for libraries | Waldemar Brodkorb | |
2010-06-12 | fix cross-compile for mips64 | Waldemar Brodkorb | |
2010-06-12 | add coreutils, just tsort at the moment | Waldemar Brodkorb | |
2010-06-12 | fix compile error when ipkg is enabled | Waldemar Brodkorb | |
2010-06-10 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-10 | fix compile | Waldemar Brodkorb | |
2010-06-10 | fix cross-compile | Waldemar Brodkorb | |
2010-06-10 | add pkg-config package | Waldemar Brodkorb | |
2010-06-10 | add basic support for wireless driver in bcm47xx devices | Waldemar Brodkorb | |
2010-06-08 | port xinit and it's dependency mcookie | Phil Sutter | |
2010-06-08 | port twm (easy as eatin' pancakes :) | Phil Sutter | |
2010-06-08 | rxvt-unicode: we don't have libafterimage, so disable it for now | Phil Sutter | |
2010-06-08 | xorg-server: add fix for lemote in XAA mode | Phil Sutter | |
2010-06-08 | xf86-video-siliconmotion: add loongson fix | Phil Sutter | |
I'm not really sure what it does, and I suspect it's only there for video playback performance reasons, but since it's also here: http://www.gentoo-cn.org/gitweb/?p=loongson.git;a=blob;f=x11-drivers/xf86-video-siliconmotion/files/xf86-video-siliconmotion-1.7.3-fix-loongson.patch;h=e3b6974cf3a242f6ac3373285309c579299e3689;hb=2e5b51e34b7a7d0fe92ea9762d1aed9ac0b808c9 it shouldn't hurt having it. | |||
2010-06-08 | xorg-server: fix memory mapped IO for lemote | Phil Sutter | |
Apparently this is an update to the original fix, code taken from http://www.gentoo-cn.org/gitweb/?p=loongson.git;a=blob_plain;f=x11-base/xorg-server/files/xorg-server-9999-loongson.patch;hb=2e5b51e34b7a7d0fe92ea9762d1aed9ac0b808c9 |