395 Commits

Author SHA1 Message Date
mb
8ace8a5005 pwrtray: Update.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22995 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-09 23:49:46 +00:00
mb
98effff0da qt4-x11: Build failure fix. Depend on libXext
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22986 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-08 22:51:49 +00:00
mb
8bff2388a7 qt4: Fix deps. Sometimes the WS menu does not show up in menuconfig. Not sure why, though. This seems to fix it.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22966 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-07 10:02:29 +00:00
mb
14bf835bfb qt4: Fix non-GUI build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22822 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-27 16:12:57 +00:00
mb
8eec308ae4 pwrtray: Add qt4-gui dep
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22816 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-26 19:50:47 +00:00
mirko
9f522a4ab6 [qt4] reorganize conditional drawing-backend dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22793 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-25 11:00:44 +00:00
mirko
d6e37f13d8 [qt4] do not select tslib, but depend on it (to insure it's getting built before)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22792 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-25 11:00:37 +00:00
mb
a2351e32bc pwrtray: Add n810 battery support
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22779 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-23 14:05:22 +00:00
mb
a01fa8f0d4 qt4: Make sure that damned function is really inlined
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22742 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-20 17:34:32 +00:00
mb
09ae446f45 qt4: Add missing makefile include
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22741 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-20 16:14:48 +00:00
mb
ff16f17a1f qt4: Add X11 support
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22740 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-20 16:00:37 +00:00
mb
d61b1d286e qt4: Rename file
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22738 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-20 15:07:03 +00:00
mb
a6c51e8b49 Add "pwrtray" application package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22735 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-20 14:10:41 +00:00
mb
f4b73dec27 qt4: Make the WS configurable and add X11 files.
X11 config is still marked broken, because the configure script bits are missing.
This should not alter current QWS build in any way.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@22725 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-19 13:13:48 +00:00
mb
0e7d5e3a6e qt4: Add qws- prefix to QWS specific files.
No functional change. This just moves the files.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@22716 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-19 11:56:38 +00:00
mb
cd8f902fc9 Add GPXView Geocaching application
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22714 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-19 11:28:43 +00:00
mb
6f4f506baf qt4: compile fix
qRegisterAnimationInterpolator() is a function defined in a header. It is not declared static inline. Under certain circumstances this may cause linker errors. Make it static inline.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@22707 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-18 19:29:24 +00:00
mb
5ca079f816 qt4: Do not always compile optional features.
This adds the packages to PKG_CONFIG_DEPENDS to make sure qt4 is rebuilt if the config changes.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@22706 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-18 19:02:38 +00:00
mb
52abffa52f qt4: Don't build examples/demos, if they are not selected.
This also adds PKG_CONFIG_DEPENDS to force a rebuild if those options change.
This brings a significant build speed improvement.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@22705 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-18 16:27:49 +00:00
mb
2273df6e32 qt4: Enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22699 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-18 15:25:41 +00:00
mb
d7e047ba0d qt4: Fix NPTL build options
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22697 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-18 14:03:37 +00:00
mb
fb7f84caf6 update omapfb patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-13 17:15:11 +00:00
mb
e8f2af729b remove lxpanel
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22613 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-12 19:06:21 +00:00
mb
0bf9d5766b Add lxpanel
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22609 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-12 13:57:02 +00:00
mb
a40d42c4e7 Xorg: Add OMAP 1/2/3 framebuffer driver.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22584 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-10 19:03:26 +00:00
nico
2e84576340 [packages] xkeyboard-config: misc fixes:
* add MD5SUM
 * remove unneeded Build/Configure override
 * fix indent in Package/.../install
 * check for host intltool


git-svn-id: svn://svn.openwrt.org/openwrt/packages@22459 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-01 17:06:20 +00:00
mirko
77385ac4a3 qt4: package drivers (kbd, mouse, gfx) seperatly
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22456 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-01 15:53:50 +00:00
mirko
8e11971902 qt4: heavily cleanup Makefile and add a generic way for configuring projects using qmake
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22455 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-01 15:53:32 +00:00
florian
e0e4dafe07 [package] add xkeyboard-config and install shared libX11 directory correctly
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22448 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-31 22:33:35 +00:00
mirko
db2027dd5e qt4: do not compile parts which require nptl support when no nptl support is available (as uClibc < 0.9.32)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22300 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-20 00:27:39 +00:00
mirko
d3a46c2dc8 package libQtXml, add and fix dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22265 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-17 17:43:43 +00:00
mirko
aaf380803f copy over qt4 host tools (qmake, moc, rcc, uic) into staging_dir_host
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22264 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-17 17:43:39 +00:00
mirko
cf6fe21f5e do not compile in a different way depending on conditional dependencies, as this fails in some situations and the saved build time isn't worth the maintanance
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22263 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-17 17:43:36 +00:00
mirko
f6f5af5e92 qt4: avoiding the use of member variable <defname> of struct <__res_state>, as it's disabled in uclibc, bloated and deprecated anyway
<dnsrch[i]> should contain the domain name(s) - however more verification is needed, whether <dnsrch[i]> is an appropriate replacement for <defdname>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22262 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-17 17:43:32 +00:00
mirko
e61b4551ad qt4: update to version 4.7.0 beta2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22261 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-17 17:43:28 +00:00
mirko
5518fc7e25 add include path, pointing to the actual qt4-source directory, to CFLAGS - otherwise header files in $STAGING_DIR, if any, will be preferred, which might fail in certain circumstances
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22260 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-17 17:42:59 +00:00
mirko
bda2ee3fe8 JavaScriptCore reqiures calling <make> before <make install>, otherwise it doesn't get compiled
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21878 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-22 10:04:49 +00:00
mirko
2c85a1e7d6 package qt4-declarative which is part of the new qt4.7 feature and language <QML>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21877 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-22 10:04:43 +00:00
mirko
11b1174313 avoid requiring the member <defdname> in struct <__res_state> of libc which is bloated, deprecated and disabled in uClibc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21876 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-22 10:04:38 +00:00
mirko
1f8c4e5f53 uClibc doesn't support the <realpath>-function properly which results in immediate segmentation faults when passing NULL as argument (as qt does). This patch - which adds checks before calling <realpath> - went upstream in qt4.7 and therewith is not needed anymore.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21875 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-22 10:04:32 +00:00
mirko
6b713d9fda level up qt4 from 4.6.2 to 4.7beta
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21874 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-22 10:04:25 +00:00
mirko
781fe8e454 since uclibc version 0.9.32 comes with nptl support, packages requiring nptl support could now be used with uclibc >= v0.9.32 as well
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21873 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-22 10:04:20 +00:00
mirko
1badc2d0d0 there are more parts where missing ntpl-support in uclibc < 0.9.32 is a problem when compiling qt4, so this effort trying to avoid using nptl functionality doesn't actually make anything better
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21872 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-22 10:04:13 +00:00
nico
4d821d398b [packages] bump release number for packages modified after 0.03
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21480 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-16 14:22:12 +00:00
mirko
6752f94032 adjust dependencies regarding previous name change "DirectFB" -> "directfb"
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21419 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-10 17:54:07 +00:00
mirko
7284fb607a move package gtkhtml into desktop feed
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21057 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-20 18:23:42 +00:00
mirko
564ccd3e24 do not depend on FEATURE_drawing-backend_libX11 as it does already (implicitly) because of depending on libX11
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21049 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-20 17:18:21 +00:00
nico
fe9300a06e [packages] libast: add dependency on libpcre (#7137), add conditionnal dependencies on libX11 & libXt (needed for X11/Intrinsic.h) when drawing backend is X11, use PKG_INSTALL, cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20899 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-16 02:31:52 +00:00
mirko
51c1a7db92 package support for optional qt4-plugins <sqlite> and <mysql>
- thanks a lot to Dave Smith

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20879 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-15 11:23:11 +00:00
mirko
82e80e9500 enable linux framebuffer support for Qt
(besides support for DirectFB)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20743 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-08 00:26:35 +00:00