Re: [ptxdist] [PATCH 0/2] Failing to build Qt4 with OpenGL ES 2.0

2011-07-06 Thread Marius Brehler
Hi, On 07/06/11 09:35, Michael Olbrich wrote: On Mon, Jul 04, 2011 at 09:35:03AM +0200, Marius Brehler wrote: On 07/03/11 13:52, Michael Olbrich wrote: On Thu, Jun 30, 2011 at 03:18:33PM +0200, Marius Brehler wrote: I tried to build Qt4/X11 with OpenGL ES 2.0 support, but it failed

[ptxdist] [PATCH v2] qt4: Add option to compile with Accessibility support.

2011-07-04 Thread Marius Brehler
Needed for example to compile Qt Jambi. Signed-off-by: Marius Brehler mar...@linux.sungazer.de --- rules/qt4.in |6 ++ rules/qt4.make |2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/rules/qt4.in b/rules/qt4.in index bec21ab..4f8abe0 100644 --- a/rules/qt4

Re: [ptxdist] [PATCH 0/2] Failing to build Qt4 with OpenGL ES 2.0

2011-07-04 Thread Marius Brehler
Hello Michael, On 07/03/11 13:52, Michael Olbrich wrote: On Thu, Jun 30, 2011 at 03:18:33PM +0200, Marius Brehler wrote: I tried to build Qt4/X11 with OpenGL ES 2.0 support, but it failed with the following error message: The OpenGL ES 2.0 functionality test failed! You might need to modify

[ptxdist] [PATCH] qt4: Add option to compile with Accessibility support.

2011-07-01 Thread Marius Brehler
Needed for example to compile Qt Jambi. Signed-off-by: Marius Brehler mar...@linux.sungazer.de --- rules/qt4.in |9 + rules/qt4.make |7 ++- 2 files changed, 15 insertions(+), 1 deletions(-) diff --git a/rules/qt4.in b/rules/qt4.in index bec21ab..5683907 100644 --- a/rules

[ptxdist] [PATCH 2/2] Add patch to qt4 to compile with OpenGL ES2.

2011-06-30 Thread Marius Brehler
Signed-off-by: Marius Brehler mar...@linux.sungazer.de --- .../0009-Add-OPENGL_ES2-libdir-and-incdir.patch| 38 1 files changed, 38 insertions(+), 0 deletions(-) create mode 100644 patches/qt-everywhere-opensource-src-4.7.3/0009-Add-OPENGL_ES2-libdir-and-incdir.patch

Re: [ptxdist] [PATCH] libdrm: version bump 2.4.23 - 2.4.26

2011-06-30 Thread Marius Brehler
On 06/29/11 15:26, Juergen Beisert wrote: Marius Brehler wrote: Version bump of libdrm. Needed for newer mesalib versions. Signed-off-by: Marius Brehlermar...@linux.sungazer.de --- rules/libdrm.in |1 + rules/libdrm.make |4 ++-- 2 files changed, 3 insertions(+), 2 deletions

Re: [ptxdist] Qt 4.7

2011-06-29 Thread Marius Brehler
On 06/28/11 19:29, darth vader wrote: Hi, I tried the steps above but this is not working for me ( I use ptxdist-2010.08.0). What do I have to do to get Qt4.7 running here? Thanks in advance. Hi, I did the steps I described before ;-) You need to be more detailed if you expect help. The

[ptxdist] [PATCH] libdrm: version bump 2.4.23 - 2.4.26

2011-06-29 Thread Marius Brehler
Version bump of libdrm. Needed for newer mesalib versions. Signed-off-by: Marius Brehler mar...@linux.sungazer.de --- rules/libdrm.in |1 + rules/libdrm.make |4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/libdrm.in b/rules/libdrm.in index 471b618..fda0fff

Re: [ptxdist] Qt 4.7

2011-06-14 Thread Marius Brehler
On 06/10/11 08:01, ayserd yawsedr wrote: Hi, Im new to ptxdist. Could you please tell me what to do with this file to get Qt4.7? Thanks in advance! Hi, sorry for my late answer, we had holiday yesterday and I did have the time to answer before the weekend. In this mail I'll give you a short

[ptxdist] [PATCH 1/3] Qt 4.7.2

2011-06-09 Thread Marius Brehler
adjusted, the others can be copied from Qt 4.6.3 patchset. --- From: Marius Brehler mar...@linux.sungazer.de Date: Thu, 9 Jun 2011 09:12:49 +0200 Subject: [PATCH] Add series for Qt 4.7.2. --- patches/qt-everywhere-opensource-src-4.7.2/series |7 +++ 1 files changed, 7 insertions(+), 0

[ptxdist] [PATCH 2/3] Qt 4.7.2

2011-06-09 Thread Marius Brehler
From: Marius Brehler mar...@linux.sungazer.de Date: Wed, 8 Jun 2011 11:18:43 +0200 Subject: [PATCH] disable ordered compiling. Modified Michael Olbrich's patch for Qt 4.6.3 to work with Qt 4.7.2: By default all modules are compiled in a predefined order. This breaks when building not all

[ptxdist] [PATCH 3/3] Qt 4.7.2

2011-06-09 Thread Marius Brehler
From: Marius Brehler mar...@linux.sungazer.de Date: Fri, 20 May 2011 16:47:22 +0200 Subject: [PATCH] add missing subdir Modified Michael Olbrich's patch for Qt 4.6.3 to work with Qt 4.7.2: widgets is missing from SUBDIRS and wont be commpiled. This patch addes it. --- examples/tutorials

Re: [ptxdist] Qt 4.7

2011-06-09 Thread Marius Brehler
On 06/08/11 18:09, Bernhard Walle wrote: * Tim Sandertim.san...@hbm.com [2011-06-08 16:39]: Hi Marius because we have to use Qt 4.7, I have ported most of the patches written for Qt 4.6.3 to work with Qt 4.7.2. I also added a menu entry to the qt4.in to give the user the choise which version

[ptxdist] Qt 4.7

2011-06-08 Thread Marius Brehler
Hi, because we have to use Qt 4.7, I have ported most of the patches written for Qt 4.6.3 to work with Qt 4.7.2. I also added a menu entry to the qt4.in to give the user the choise which version of Qt to build (4.6 or 4.7) and I modified the makefile to recognize this choise. Is their any

[ptxdist] Generate images/root.ext3

2011-05-05 Thread Marius Brehler
Hello, at the moment ptxdist seems not to be able to generate an ext3 root image. It is possible to convert the ext2 image to an ext3 image. Therefor it is nessecary to run tune2fs -j image to create the journal and fsck.ext3 -yf to set the filesystem revision level from 0 to 1. The only

Re: [ptxdist] [libnl] Problems with version 1.1, version bump

2011-05-02 Thread Marius Brehler
Am 29.04.2011 18:18, schrieb Marius Brehler: Am 29.04.2011 17:29, schrieb Michael Olbrich: On Fri, Apr 29, 2011 at 04:59:33PM +0200, Marius Brehler wrote: Am 29.04.2011 11:16, schrieb Michael Olbrich: On Wed, Apr 27, 2011 at 03:43:11PM +0200, Marius Brehler wrote: I am trying to port

Re: [ptxdist] [libnl] Problems with version 1.1, version bump

2011-04-29 Thread Marius Brehler
Am 29.04.2011 17:29, schrieb Michael Olbrich: On Fri, Apr 29, 2011 at 04:59:33PM +0200, Marius Brehler wrote: Am 29.04.2011 11:16, schrieb Michael Olbrich: On Wed, Apr 27, 2011 at 03:43:11PM +0200, Marius Brehler wrote: I am trying to port an PTXbase linux distribution for x86 to an Freescale

Re: [ptxdist] [libnl] Problems with version 1.1, version bump

2011-04-28 Thread Marius Brehler
Am 28.04.2011 11:29, schrieb Robert Schwebel: On Thu, Apr 28, 2011 at 11:11:35AM +0200, Michael Olbrich wrote: On Wed, Apr 27, 2011 at 03:43:11PM +0200, Marius Brehler wrote: I have upgraded our build server from Debian Lenny to Squeeze, the Toolchain from 1.99.3 to 2011.03.0 (including