Re: [OpenWrt-Devel] [OT] Anyone interested in donating Broadcom development?

2014-08-02 Thread John Vogel
On Sat, 2 Aug 2014 01:16:13 +0200 Rafał Miłecki wrote: > On 28 July 2014 08:57, Rafał Miłecki wrote: > > On 28 July 2014 08:09, Alex Henrie wrote: > >> 2014-07-27 15:07 GMT-06:00 Rafał Miłecki : > >>> Anyone interested in helping a bit? I've PayPal account (registered > >>> with this e-mail) or

[OpenWrt-Devel] [PATCH][packages]gst-plugins-base: use upstream fix for ivorbis plugin build fail

2014-02-18 Thread John Vogel
s searches. This patch reverts the disabling of ivorbis and adds the upstream fix. I have tested this patch and it fixes the build issue. Thanks to Michel Stempin for bringing this to my attention and pointing me to the upstream fix. Signed-off-by John Vogel -- diff --git a/multimedia/gst-pl

Re: [OpenWrt-Devel] [OpenWrt] #14579: There is no source for sane-backends-1.0.23

2014-02-03 Thread John Vogel
On Mon, 03 Feb 2014 21:33:57 - "OpenWrt" wrote: > #14579: There is no source for sane-backends-1.0.23 > +--- > Reporter: 4glitch@… | Owner: developers > Type: defect | Status: new > Priority: normal |

Re: [OpenWrt-Devel] [PATCH][packages] gstreamer: Update to version 1.2.2. Make grammar.y work with Bison 3

2014-01-01 Thread John Vogel
On Wed, 1 Jan 2014 19:54:42 -0500 "W. Michael Petullo" wrote: > >> Update gstreamer to version 1.2.2. > > > This will break packages that depend on 0.10 series of gstreamer. I have > > already > > submitted a patch, "[PATCH][packages]gstreamer: update grammar.y to build > > with > > bison 3",

Re: [OpenWrt-Devel] [PATCH][packages] gstreamer: Update to version 1.2.2. Make grammar.y work with Bison 3

2013-12-30 Thread John Vogel
On Mon, 30 Dec 2013 23:02:30 +0800 Jiapeng Li wrote: > Update gstreamer to version 1.2.2. > This will break packages that depend on 0.10 series of gstreamer. I have already submitted a patch, "[PATCH][packages]gstreamer: update grammar.y to build with bison 3", that addresses this issue. It was

[OpenWrt-Devel] [PATCH v2][packages]gst-plugins-base: disable building ivorbis plugin

2013-12-07 Thread John Vogel
configure which fixes build. Signed-off-by John Vogel -- diff --git a/multimedia/gst-plugins-base/Makefile b/multimedia/gst-plugins-base/Makefile index 9c16586..9951c3f 100644 --- a/multimedia/gst-plugins-base/Makefile +++ b/multimedia/gst-plugins-base/Makefile @@ -86,6 +86,7 @@ CONF

[OpenWrt-Devel] [PATCH][packages]gst-plugins-bad: disable building ivorbis plugin

2013-12-06 Thread John Vogel
The configuration of gst-plugins-bad must disable testing for ogg, causing ivorbis to be enabled erroneously. This patch explisitely disables ivorbis at configure which fixes build. -- diff --git a/multimedia/gst-plugins-base/Makefile b/multimedia/gst-plugins-base/Makefile index 9c16586..9951c3

[OpenWrt-Devel] [PATCH][packages]i2c-tools: fix TARGET_CPPFLAGS

2013-12-06 Thread John Vogel
The Makefile for i2c-tools sets TARGET_CPPFLAGS to point to the linux source headers rather that the i2c-tools header, causing build failure. This patch changes TARGET_CPPFLAGS to point to the packages include dir. This fixes tickets #13546 and #13857. Signed-off-by John Vogel -- diff --git

[OpenWrt-Devel] [PATCH][packages]sane-backends: version no longer available as single tarball

2013-12-06 Thread John Vogel
sane-backends-1.0.23 is only available as three part download. The current version upstream is 1.0.24. This patch bumps sane-backends to 1.0.24 and refreshes the source patches. This fixes ticket #14579. Signed-off-by John Vogel -- diff --git a/utils/sane-backends/Makefile b/utils/sane

Re: [OpenWrt-Devel] Bloated size netifd (688K)

2013-12-03 Thread John Vogel
Sounds like you have turned on CONFIG_NO_STRIP or something else like CONFIG_BUILD_NLS, that would considerably increase the size of pkgs. Just a guess. Would be much easier to tell looking at your dot config. On Tue, 03 Dec 2013 18:58:54 -0500 cmsv wrote: > Recently while trying to compile an i

[OpenWrt-Devel] [PATCH][packages]gstreamer: update grammar.y to build with bison 3

2013-12-03 Thread John Vogel
In gstreamer's gst/parse/grammar.y, YYLEX_PARAM is no longer supported in bison 3. This patch replaces YYLEX_PARAM with %lex-param. Signed-off-by John Vogel diff --git a/multimedia/gstreamer/patches/005-YYLEX_PARAM_to_lex-param.patch b/multimedia/gstreamer/patches/005-YYLEX_PARAM_t

[OpenWrt-Devel] [PATCH][packages]rrdtool-1.0.x: pod2man warnings treated as errors, cause build fail

2013-11-27 Thread John Vogel
Formatting warnings thrown by pod2man during the build of rrdtool-1.0.x cause the build to fail. This patch adds '--stderr' to pod2man command in rrdtool-1.0.55/doc/Makefile.am which sends the warning to stderr and the build is able to continue. Signed-off-by John Vogel ---diff --

[OpenWrt-Devel] [PATCH][packages]debootstrap: version in Makefile not available

2013-11-27 Thread John Vogel
debootstrap-udeb 1.0.48 is no longer available. The version that is currently available from upstream is 1.0.55. This patch bumps debootstrap PKG_VERSION to 1.0.55. Signed-off-by John Vogel --- diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile index e8e9472..df08b52 100644