Re: [ptxdist] gstreamer update

2011-04-14 Thread Robert Schwebel
Hi Erwin, On Wed, Apr 13, 2011 at 08:44:10PM +0200, Erwin Rol wrote: Maybe you can wait a week or so for the next gstreamer realese, else yer directly behind again. The gstreamer release plan at http://gstreamer.freedesktop.org/wiki/ReleasePlanning2011 says; Apr 19 Core 0.10.33, Base

Re: [ptxdist] [PATCH 1/1] Add option to use system SQLite instead of bundled one

2011-04-14 Thread Michael Olbrich
On Wed, Mar 30, 2011 at 11:20:27PM +0200, Markus Rathgeb wrote: can the system sqlite only be used with -plugin-sql-sqlite? Otherwise I would prefer a separate option depending on !QT4_SQLITE_NONE If system-sqlite is not defined, the bundled sqlite3.c source will be used. See qt pri file

[ptxdist] Qt-Hello-World

2011-04-14 Thread ayserd yawsedr
Hello, could anybody explain me how to include an qt-hello-world example to ptxdist? Do I need any make-files? Are there any tutorials? Thanks. -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH] add utility 'file' for determining file types

2011-04-14 Thread Michael Olbrich
Hi, On Wed, Apr 13, 2011 at 08:08:12AM +0200, Alexander Dahl wrote: Am 12.04.2011 23:45, schrieb Michael Olbrich: this patch is broken. Your email probram added some line-breaks. I assumed this would be the case. Was my first patch and I read somewhere: just import the output of `git

Re: [ptxdist] [PATCH 4/4] [avrlib] remove multilib configuration

2011-04-14 Thread Michael Olbrich
On Wed, Apr 13, 2011 at 09:09:03PM +0200, Stephan Linz wrote: Am Mittwoch, 13. April 2011, um 09:01:47 schrieb Marc Kleine-Budde: On 04/13/2011 12:07 AM, Michael Olbrich wrote: Hi, On Sat, Apr 09, 2011 at 11:41:57PM +0200, Stephan Linz wrote: Remove the unusually autoconf option

Re: [ptxdist] [PATCH 3/6] gst-plugins-good: version bump 0.10.23 - 0.10.28

2011-04-14 Thread Michael Olbrich
On Wed, Apr 13, 2011 at 08:16:45PM +0200, Robert Schwebel wrote: Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de --- ...-reset-the-have_index-flag-at-transition-.patch | 26 ...-destroy-open-buffers-when-changing-to-NU.patch | 43

Re: [ptxdist] [PATCH] add utility 'file' for determining file types

2011-04-14 Thread Marc Kleine-Budde
On 04/13/2011 08:08 AM, Alexander Dahl wrote: Hallo, Am 12.04.2011 23:45, schrieb Michael Olbrich: this patch is broken. Your email probram added some line-breaks. I assumed this would be the case. Was my first patch and I read somewhere: just import the output of `git format-patch` to

Re: [ptxdist] [PATCH 4/6] gst-plugins-bad: version bump 0.10.19 - 0.10.21

2011-04-14 Thread Michael Olbrich
On Wed, Apr 13, 2011 at 08:16:46PM +0200, Robert Schwebel wrote: Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de --- rules/gst-plugins-bad.in | 62 ++- rules/gst-plugins-bad.make | 16 --- 2 files changed, 66 insertions(+), 12

Re: [ptxdist] migration from 2011.03.1 to 2011.04.0 fails because some script is not found

2011-04-14 Thread Alexander Dahl
Hallo, On Wed, 13 Apr 2011 20:32:01 +0200, Marc Kleine-Budde wrote: Known bug - mol has fixed it today. Cheery-pick commit 05eef40ed8dc519509bac7717c1810d1eb99a66f or use this workaround: touch /home/adahl/Work/src/foo/scripts//lib/ptxd_make_nothing.sh or use:

Re: [ptxdist] Qt-Hello-World

2011-04-14 Thread Michael Olbrich
On Thu, Apr 14, 2011 at 10:20:03AM +0200, ayserd yawsedr wrote: could anybody explain me how to include an qt-hello-world example to ptxdist? Do I need any make-files? Are there any tutorials? There is the quickstart manual[1]. And you can create a new qt application with: $ ptxdist newpackage

Re: [ptxdist] [PATCH 4/4] [avrlib] remove multilib configuration

2011-04-14 Thread Stephan Linz
Am Donnerstag, 14. April 2011, um 10:42:35 schrieb Juergen Beisert: Michael Olbrich wrote: On Wed, Apr 13, 2011 at 09:09:03PM +0200, Stephan Linz wrote: Am Mittwoch, 13. April 2011, um 09:01:47 schrieb Marc Kleine-Budde: On 04/13/2011 12:07 AM, Michael Olbrich wrote: Hi,

Re: [ptxdist] [PATCH 1/3] V3: add Xilinx MicroBlaze architecture

2011-04-14 Thread Michael Olbrich
On Tue, Mar 29, 2011 at 09:01:03AM +0200, Stephan Linz wrote: This is support for Xilinx MicroBlaze processors. MicroBlaze is a soft core processor designed for Xilinx FPGAs. With this new architecture ptxdist have to handle dynamic platform configurations exported by Xilinx design tools. All

Re: [ptxdist] [PATCH 1/1] Bump SQLite version to 3.7.5

2011-04-14 Thread Michael Olbrich
On Wed, Mar 30, 2011 at 11:21:34PM +0200, Markus Rathgeb wrote: Hmm, have you checked if all packages using sqlite (php5, python[3]) will find the renamed library? I could compiled php5 and python3 with sqlite support. Applied. Michael -- Pengutronix e.K. |

Re: [ptxdist] Qt-Hello-World

2011-04-14 Thread ayserd yawsedr
Hi again, for my Hello-World-Example, I need my hallo.cpp *AND* a .pro file? Can I modify an example from qt-sources (copy the .pro-file, rename variables)? After that, I have to tar it and put it to my ptxdist with ptxdist newpackage src-qmake-prog? Thank you in advance. 2011/4/14 ayserd

Re: [ptxdist] Qt-Hello-World

2011-04-14 Thread Michael Olbrich
Hi, On Thu, Apr 14, 2011 at 07:38:17PM +0200, ayserd yawsedr wrote: for my Hello-World-Example, I need my hallo.cpp *AND* a .pro file? Can I modify an example from qt-sources (copy the .pro-file, rename variables)? After that, I have to tar it and put it to my ptxdist with ptxdist newpackage