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

2011-04-13 Thread Alexander Dahl
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 your MUA and send it. Thunderbird seems to break it.

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

2011-04-13 Thread 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 '--enable-multilib'. With beginning of avr-libc version 1.7.x it is'n anymore present. This is not ok. The version is in the ptxconfig, and

Re: [ptxdist] BlueZ libs and utils

2011-04-13 Thread EL MEHRAZ Haytem
On Fri, Apr 08, 2011 at 04:22:30PM +0200, EL MEHRAZ Haytem wrote: I am a new ptxdist user, I'm trying to include BlueZ Stack (BlueZ Libs and Utils) in my target Root File System using Ptxdist-2010.07.1. I have enabled the necessary options in kernel 2.6.24 and with Ptxdist I usually generate

Re: [ptxdist] BlueZ libs and utils

2011-04-13 Thread EL MEHRAZ Haytem
On Fri, Apr 08, 2011 at 04:22:30PM +0200, EL MEHRAZ Haytem wrote: I am a new ptxdist user, I'm trying to include BlueZ Stack (BlueZ Libs and Utils) in my target Root File System using Ptxdist-2010.07.1. I have enabled the necessary options in kernel 2.6.24 and with Ptxdist I usually

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

2011-04-13 Thread Alexander Dahl
Hei hei, I just tried `ptxdist migrate` on our project and this worked fine. A `ptxdist go` however produced the following output afterwards: % ptxdist go /usr/local/lib/ptxdist-2011.04.0/scripts/libptxdist.sh: line 344: /home/adahl/Work/src/foo/scripts//lib/ptxd_make_*.sh: No such file or

[ptxdist] gstreamer update

2011-04-13 Thread Robert Schwebel
The following changes since commit b583d35beb7c27164de336e8a32dca4e93992b2a: openssh: version bump 5.3p1 - 5.8p1 (2011-04-13 15:19:27 +0200) are available in the git repository at: http://git.pengutronix.de/git/rsc/ptxdist for-mainline Robert Schwebel (6): gstreamer: version bump

[ptxdist] [PATCH 1/6] gstreamer: version bump 0.10.29 - 0.10.32

2011-04-13 Thread Robert Schwebel
The new version has the --enable-Bsymbolic switch, so we add it as well. Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de --- rules/gstreamer.make |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/gstreamer.make b/rules/gstreamer.make index

[ptxdist] [PATCH 2/6] gst-plugins-base: version bump 0.10.29 - 0.10.32

2011-04-13 Thread Robert Schwebel
Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de --- .../add-RGB666-Support-to-ffmpegcolorspace.patch | 296 .../add-rgb666-support-to-videotestsrc.patch | 82 -- patches/gst-plugins-base-0.10.29/series|1 -

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

2011-04-13 Thread Robert Schwebel
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 patches/gst-plugins-good-0.10.23/series|2 -

[ptxdist] [PATCH 5/6] gst-plugins-ugly: version bump 0.10.15 - 0.10.17

2011-04-13 Thread Robert Schwebel
Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de --- rules/gst-plugins-ugly.make |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rules/gst-plugins-ugly.make b/rules/gst-plugins-ugly.make index 5ad4beb..256bfae 100644 --- a/rules/gst-plugins-ugly.make +++

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

2011-04-13 Thread Robert Schwebel
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 deletions(-) diff --git a/rules/gst-plugins-bad.in

[ptxdist] [PATCH 6/6] gst-plugins-gl: version bump 0.10.1 - 0.10.2

2011-04-13 Thread Robert Schwebel
Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de --- .../disable-broken-example.diff| 36 patches/gst-plugins-gl-0.10.1/series |1 - .../disable-broken-example.diff| 36

Re: [ptxdist] gstreamer update

2011-04-13 Thread Robert Schwebel
Hi, On Wed, Apr 13, 2011 at 08:16:42PM +0200, Robert Schwebel wrote: gstreamer: version bump 0.10.29 - 0.10.32 gst-plugins-base: version bump 0.10.29 - 0.10.32 gst-plugins-good: version bump 0.10.23 - 0.10.28 gst-plugins-bad: version bump 0.10.19 - 0.10.21

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

2011-04-13 Thread Marc Kleine-Budde
On 04/13/2011 05:53 PM, Alexander Dahl wrote: Hei hei, I just tried `ptxdist migrate` on our project and this worked fine. A `ptxdist go` however produced the following output afterwards: % ptxdist go /usr/local/lib/ptxdist-2011.04.0/scripts/libptxdist.sh: line 344:

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

2011-04-13 Thread Marc Kleine-Budde
On 04/13/2011 08:26 PM, Marc Kleine-Budde wrote: On 04/13/2011 05:53 PM, Alexander Dahl wrote: Hei hei, I just tried `ptxdist migrate` on our project and this worked fine. A `ptxdist go` however produced the following output afterwards: % ptxdist go

[ptxdist] ptxdist-2011.04.1

2011-04-13 Thread Marc Kleine-Budde
Hello, after mol has fixed the some script is not found bug, I've released ptxdist-2011.04.1. It just fixes the problem. There's no need to update if 2011.04.0 is working for you. regards, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions

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

2011-04-13 Thread Stephan Linz
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 '--enable-multilib'. With beginning of avr-libc version 1.7.x it is'n