[ptxdist] [PATCH 04/13] [speex] New packet

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Signed-off-by: Erwin Rol er...@erwinrol.com --- rules/speex.in | 61 ++ rules/speex.make | 127 ++ 2 files changed, 188 insertions(+), 0 deletions(-) create mode 100644

[ptxdist] [PATCH 08/13] [gstreamer] Version update to 0.10.25

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Signed-off-by: Erwin Rol er...@erwinrol.com --- rules/gstreamer.make | 46 -- 1 files changed, 24 insertions(+), 22 deletions(-) diff --git a/rules/gstreamer.make b/rules/gstreamer.make index 19bc82e..e31cc1e

[ptxdist] [PATCH 02/13] [xorg-server] Add config file install option

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Add a menu option to install a /etc/X11/xorg.conf file via the install_alternative mechanism. Signed-off-by: Erwin Rol er...@erwinrol.com --- rules/xorg-server.in | 15 +++ rules/xorg-server.make |5 + 2 files changed, 20 insertions(+),

[ptxdist] [PATCH 12/13] [gst-plugins-gl] New packet

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Signed-off-by: Erwin Rol er...@erwinrol.com --- rules/gst-plugins-gl.in | 26 ++ rules/gst-plugins-gl.make | 82 + 2 files changed, 108 insertions(+), 0 deletions(-) create mode 100644

[ptxdist] [PATCH 13/13] [gst-plugins-ugly] New packet

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Signed-off-by: Erwin Rol er...@erwinrol.com --- rules/gst-plugins-ugly.in | 97 ++ rules/gst-plugins-ugly.make | 120 +++ 2 files changed, 217 insertions(+), 0 deletions(-) create

[ptxdist] [PATCH 10/13] [gst-plugins-good] Version update to 0.10.17

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Signed-off-by: Erwin Rol er...@erwinrol.com --- rules/gst-plugins-good.in | 246 -- rules/gst-plugins-good.make | 490 +-- 2 files changed, 229 insertions(+), 507 deletions(-) diff --git

[ptxdist] [PATCH 09/13] [gst-plugins-base] Version update to 0.10.25

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Signed-off-by: Erwin Rol er...@erwinrol.com --- .../add-RGB666-Support-to-ffmpegcolorspace.patch | 296 .../add-rgb666-support-to-videotestsrc.patch | 82 -- patches/gst-plugins-base-0.10.22/series|1 -

[ptxdist] [PATCH 11/13] [gst-plugins-bad] Version update to 0.10.17

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Signed-off-by: Erwin Rol er...@erwinrol.com --- .../0002--remove-endianness-swapping.patch | 45 -- .../0003--add-rgb666-support.patch | 52 --- .../bayer2rgb_configurable_first_line.diff | 120 --

Re: [ptxdist] [PATCH 01/13] [fontconfig] Add custom fonts.conf option

2010-01-29 Thread Erwin Rol
Hallo, The patches are also available from http://git.hbelightingsystems.com/?p=ptxdist;a=shortlog;h=refs/heads/for-ptx Most are simple things, the thing that needs a good look is the way how I autogenerate the --enable and --disable flags. - Erwin -- ptxdist mailing list

Re: [ptxdist] [PATCH 01/13] [fontconfig] Add custom fonts.conf option

2010-01-29 Thread Marc Kleine-Budde
Erwin Rol wrote: Hallo, The patches are also available from http://git.hbelightingsystems.com/?p=ptxdist;a=shortlog;h=refs/heads/for-ptx Most are simple things, the thing that needs a good look is the way how I autogenerate the --enable and --disable flags. The idea is quite nice,

Re: [ptxdist] [PATCH 01/13] [fontconfig] Add custom fonts.conf option

2010-01-29 Thread Michael Olbrich
On Fri, Jan 29, 2010 at 11:22:02AM +0100, mailingli...@erwinrol.com wrote: +ifdef PTXCONF_FONTCONFIG_CONFS_DEFAULT @$(call install_copy, fontconfig, 0, 0, 0644, -, \ /etc/fonts/fonts.conf,n) @@ -99,6 +105,11 @@ ifdef PTXCONF_FONTCONFIG_CONFS #

Re: [ptxdist] [PATCH 04/13] [speex] New packet

2010-01-29 Thread Michael Olbrich
On Fri, Jan 29, 2010 at 11:22:05AM +0100, mailingli...@erwinrol.com wrote: [...] + config SPEEX_FFT_GPL_FFTW3 + bool + depends on BROKEN + prompt gpl-fftw3 [BROKEN] + + config SPEEX_FFT_PROPRIETARY_INTL_MKL

Re: [ptxdist] [PATCH 04/13] [speex] New packet

2010-01-29 Thread Erwin Rol
Michael Olbrich wrote: On Fri, Jan 29, 2010 at 11:22:05AM +0100, mailingli...@erwinrol.com wrote: [...] + config SPEEX_FFT_GPL_FFTW3 + bool + depends on BROKEN + prompt gpl-fftw3 [BROKEN] + + config

Re: [ptxdist] [PATCH 01/13] [fontconfig] Add custom fonts.conf option

2010-01-29 Thread Erwin Rol
Marc Kleine-Budde wrote: Erwin Rol wrote: Hallo, The patches are also available from http://git.hbelightingsystems.com/?p=ptxdist;a=shortlog;h=refs/heads/for-ptx Most are simple things, the thing that needs a good look is the way how I autogenerate the --enable and --disable flags. The

Re: [ptxdist] [PATCH 01/13] [fontconfig] Add custom fonts.conf option

2010-01-29 Thread Marc Kleine-Budde
Michael Olbrich wrote: On Fri, Jan 29, 2010 at 11:22:02AM +0100, mailingli...@erwinrol.com wrote: +ifdef PTXCONF_FONTCONFIG_CONFS_DEFAULT @$(call install_copy, fontconfig, 0, 0, 0644, -, \ /etc/fonts/fonts.conf,n) @@ -99,6 +105,11 @@ ifdef PTXCONF_FONTCONFIG_CONFS #

Re: [ptxdist] [PATCH 08/13] [gstreamer] Version update to 0.10.25

2010-01-29 Thread Michael Olbrich
On Fri, Jan 29, 2010 at 11:22:09AM +0100, mailingli...@erwinrol.com wrote: GSTREAMER_AUTOCONF := \ $(CROSS_AUTOCONF_USR) \ --disable-nls \ - --disable-trace \ - --disable-alloc-trace \ + --enable-trace \ + --enable-alloc-trace \ Hmm, any reason for this change?

Re: [ptxdist] [PATCH 12/13] [gst-plugins-gl] New packet

2010-01-29 Thread Michael Olbrich
On Fri, Jan 29, 2010 at 11:22:13AM +0100, mailingli...@erwinrol.com wrote: +if GST_PLUGINS_GL + + config GST_PLUGINS_GL_BLA + bool + prompt bla + +endif Huh? Michael -- Pengutronix e.K. | | Industrial

Re: [ptxdist] [PATCH 07/13] [glew] New packet

2010-01-29 Thread Erwin Rol
Michael Olbrich wrote: On Fri, Jan 29, 2010 at 11:22:08AM +0100, mailingli...@erwinrol.com wrote: +GLEW_PATH := PATH=$(CROSS_PATH) +GLEW_MAKE_ENV := $(CROSS_ENV) Remove these please. +# +# autoconf +# It's not autoconf, right? +GLEW_MAKE_OPT := \ + CC=$(CROSS_CC) \ +

Re: [ptxdist] [PATCH 08/13] [gstreamer] Version update to 0.10.25

2010-01-29 Thread Erwin Rol
Michael Olbrich wrote: On Fri, Jan 29, 2010 at 11:22:09AM +0100, mailingli...@erwinrol.com wrote: GSTREAMER_AUTOCONF := \ $(CROSS_AUTOCONF_USR) \ --disable-nls \ - --disable-trace \ - --disable-alloc-trace \ + --enable-trace \ + --enable-alloc-trace \

[ptxdist] [PATCH 03/13] [directfb] Add /etc/directfbrc install option

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Add a menu option to install a /etc/directfbrc file via the install_alternative mechanism Signed-off-by: Erwin Rol er...@erwinrol.com --- generic/etc/directfbrc |2 ++ rules/directfb.in |7 +++ rules/directfb.make|4 3 files

[ptxdist] [PATCH 04/13] [speex] New packet

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Signed-off-by: Erwin Rol er...@erwinrol.com --- rules/speex.in | 61 rules/speex.make | 115 ++ 2 files changed, 176 insertions(+), 0 deletions(-) create mode 100644

[ptxdist] [PATCH 01/13] [fontconfig] Add custom fonts.conf option

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Add custom fonts.conf option via the alternatives mechanism. Add menu option to instell fonts.dtd file Signed-off-by: Erwin Rol er...@erwinrol.com --- generic/etc/fonts/fonts.conf |3 +++ rules/fontconfig.in | 31 +++

[ptxdist] [PATCH 06/13] [libmpeg2] New packet

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Signed-off-by: Erwin Rol er...@erwinrol.com --- rules/libmpeg2.in |9 + rules/libmpeg2.make | 87 +++ 2 files changed, 96 insertions(+), 0 deletions(-) create mode 100644 rules/libmpeg2.in create

[ptxdist] [PATCH 02/13] [xorg-server] Add config file install option

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Add a menu option to install a /etc/X11/xorg.conf file via the install_alternative mechanism. Signed-off-by: Erwin Rol er...@erwinrol.com --- rules/xorg-server.in | 15 +++ rules/xorg-server.make |5 + 2 files changed, 20 insertions(+),

[ptxdist] [PATCH 07/13] [glew] New packet

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Signed-off-by: Erwin Rol er...@erwinrol.com --- rules/glew.in | 17 +++ rules/glew.make | 87 +++ 2 files changed, 104 insertions(+), 0 deletions(-) create mode 100644 rules/glew.in create mode

[ptxdist] [PATCH 12/13] [gst-plugins-gl] New packet

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Signed-off-by: Erwin Rol er...@erwinrol.com --- rules/gst-plugins-gl.in | 18 ++ rules/gst-plugins-gl.make | 79 + 2 files changed, 97 insertions(+), 0 deletions(-) create mode 100644

[ptxdist] [PATCH 10/13] [gst-plugins-good] Version update to 0.10.17

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Signed-off-by: Erwin Rol er...@erwinrol.com --- rules/gst-plugins-good.in | 246 -- rules/gst-plugins-good.make | 487 --- 2 files changed, 226 insertions(+), 507 deletions(-) diff --git

[ptxdist] [PATCH 11/13] [gst-plugins-bad] Version update to 0.10.17

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Signed-off-by: Erwin Rol er...@erwinrol.com --- .../0002--remove-endianness-swapping.patch | 45 -- .../0003--add-rgb666-support.patch | 52 --- .../bayer2rgb_configurable_first_line.diff | 120 --

[ptxdist] [PATCH 13/13] [gst-plugins-ugly] New packet

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Signed-off-by: Erwin Rol er...@erwinrol.com --- rules/gst-plugins-ugly.in | 97 +++ rules/gst-plugins-ugly.make | 117 +++ 2 files changed, 214 insertions(+), 0 deletions(-) create

[ptxdist] [PATCH 08/13] [gstreamer] Version update to 0.10.25

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Signed-off-by: Erwin Rol er...@erwinrol.com --- .../0001-do-not-poison-gst_trace_add_entry.patch | 29 + patches/gstreamer-0.10.25/series |1 + rules/gstreamer.make | 45 ++--

[ptxdist] [PATCH 09/13] [gst-plugins-base] Version update to 0.10.25

2010-01-29 Thread mailinglists
From: Erwin Rol er...@erwinrol.com Signed-off-by: Erwin Rol er...@erwinrol.com --- .../add-RGB666-Support-to-ffmpegcolorspace.patch | 296 .../add-rgb666-support-to-videotestsrc.patch | 82 -- patches/gst-plugins-base-0.10.22/series|1 -

Re: [ptxdist] [PATCH 01/13] [fontconfig] Add custom fonts.conf option

2010-01-29 Thread Erwin Rol
Hello, these are the cleaned up patches after mol's comments. If everything is OK, Marc knows where to pull them. - Erwin -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [v4] Review changes for host-util-linux-ng

2010-01-29 Thread Marc Kleine-Budde
Carsten Schlote wrote: I'll talk to you when I've fixed dependency generator problem. The algorithm works now, at least I think it does what it should do. It's in a works for me state. Still has to be cleaned up, though. I managed to build the mtd-utils in a clean BSP, just with ptxdist