[OpenWrt-Devel] [PATCH] bluez-libs

2008-01-16 Thread michu
update the bluez-libs from 2.24 to 3.24. bluez-lib 2.x aren't supported anymore. Signed-off-by: Michael Vogt --- Index: package/libs/bluez-libs/Makefile === --- package/libs/bluez-libs/Makefile (revision 10204) +++ package/libs/b

[OpenWrt-Devel] [PATCH] bluez hcidump

2008-01-16 Thread michu
update bluez hcidump tool to v1.40 Signed-off-by: Michael Vogt --- Index: package/utils/bluez-hcidump/Makefile === --- package/utils/bluez-hcidump/Makefile (revision 10204) +++ package/utils/bluez-hcidump/Makefile (working copy) @@

[OpenWrt-Devel] [PATCH] bluez-utils

2008-01-16 Thread michu
update the bluez-utils to 3.24. this package depends on dbus. there is an open ticked about dbus (#2562) which needs to be fixed, else bluez-utils will NOT work. tested with an usb bluetooth stick and nokia 6110 slide on brcm47xx-2.6. Signed-off-by: Michael Vogt --- Index: package/utils/b

Re: [OpenWrt-Devel] [PATCH] bluez-utils

2008-01-17 Thread michu
those devices use at least 8mb of rom... i know its a bit a "funny" reason... anyway, the dbus patch you may commit safely, as the current dbus version will not work. michu Quoting Andy Boyett <[EMAIL PROTECTED]>: > I've fixed the dbus ticket and committed all the b

Re: [OpenWrt-Devel] [PATCH] bluez-utils

2008-01-21 Thread michu
soon as this bluetooth package is commited, ill release bemusedserver - this is a bluetooth app, which connects to the mpd musicplayer. with this app and a java client on your mobile phone, you would be able to controll your mpd with you mobile phone... cheers michu Signed-off-by: Michael

[OpenWrt-Devel] [PATCH] scmpc - depends on correct system time

2008-01-21 Thread michu
scmpc is a daemon which submits songs (its metadata) to last.fm. this works only if the system time is correct. is it possible to add or dependence's? something like DEPENDS:=+libcurl +libdaemon +argtable +confuse +(openntpd||ntpcliennt||htpdate||chrony) ? cheers Signed-off-by: Michael Vog

[OpenWrt-Devel] [PATCH] add timezone to openntpd package

2008-01-24 Thread michu
when i start openntpd the time is set to gmt+0. add the correct gmt time offset into the init file, so the time is correct for your location i also opened a ticket #3077. cheers michu Signed-off-by: Michael Vogt Index: package/net/openntpd/files/ntpd.init

[OpenWrt-Devel] [PATCH] update mpd to v0.13.1

2008-01-28 Thread michu
this new version should fix some bugs... cheers michu Signed-off-by: Michael Vogt Index: package/sound/mpd/Makefile === --- package/sound/mpd/Makefile (revision 10204) +++ package/sound/mpd/Makefile (working copy) @@ -9,12 +9,12

[OpenWrt-Devel] [PATCH] add timezone to base-package

2008-01-28 Thread michu
openwrt supports some time sync applications (openntp, rdate...) be there is no timezone configuration. if this would be supported, the time sync applications could be updated to represent the correct time (create /etc/TZ). cheers michu Signed-off-by: Michael Vogt Index: package/base

[OpenWrt-Devel] [PATCH] add pls handler to mpc

2008-01-28 Thread michu
this patch adds a little script to the mpc package. pls handler takes a .pls file as argument - mpd is then playing the stream. cheers michu Signed-off-by: Michael Vogt Index: package/sound/mpc/files/pls-handler.sh

[OpenWrt-Devel] [PATCH] openssh enable hostbased auth

2008-02-11 Thread michu
ssh-keysign is needed for hostbased authent. cheers michu Signed-off-by: Michael Vogt Index: package/net/openssh/Makefile === --- package/net/openssh/Makefile (revision 10172) +++ package/net/openssh/Makefile (working copy

[OpenWrt-Devel] [PATCH] new package libshout

2008-02-11 Thread michu
libshout package cheers michu Signed-off-by: Michael Vogt Index: package/libs/libshout/patches/120-vorbis-c.patch === --- package/libs/libshout/patches/120-vorbis-c.patch (revision 0) +++ package/libs/libshout/patches/120-vorbis

[OpenWrt-Devel] [PATCH] pulseaudio - gcc bug?

2008-02-15 Thread michu
d 1 exit status make[6]: *** [libpulsecore.la] Error 1 according to http://www.pulseaudio.org/ticket/152 those dev says: > this is not a bug in PA, but in your gcc+glibc combo then. Closing this now. someone knows more about this? cheers michu Signed-off-by: Michael Vogt

[OpenWrt-Devel] [PATCH] bemused server

2008-02-20 Thread michu
i created a new bemused linux server version. with bemused, youre able to control mpd with your bluetooth enabled mobile phone. cheers michu Signed-off-by: Michael Vogt Index: bemusedlinuxserver/Makefile

[OpenWrt-Devel] [PATCH] bemused server

2008-02-28 Thread michu
I created a new bemused linux server version for mpd. this version is the first stable version. btw: i already submitted a patch for an older version, which can be discarded. cheers. Signed-off-by: Michael Vogt Index: package/utils/bemused/files/bemused.init ===

[OpenWrt-Devel] [PATCH] bemused server (again)

2008-02-28 Thread michu
argh, i send the wrong patch... here is the right one.. cheers michu Signed-off-by: Michael Vogt Index: package/utils/bemused/files/bemused.init === --- package/utils/bemused/files/bemused.init (revision 0) +++ package/utils

[OpenWrt-Devel] [PATCH] new package: lirc

2008-02-28 Thread michu
someone. cheers michu Signed-off-by: Michael Vogt ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] new package: lirc

2008-02-28 Thread michu
someone. cheers michu Signed-off-by: Michael Vogt Index: package/utils/lirc/Makefile === --- package/utils/lirc/Makefile (revision 0) +++ package/utils/lirc/Makefile (revision 0) @@ -0,0 +1,144 @@ +# +# Copyright (C) 2006

[OpenWrt-Devel] [PATCH] update bemusedlinuxserver

2008-04-23 Thread michu
Update Bemusedlinuxserver to latest version. Signed-off-by: Michael Vogt Index: bemused/files/bemused.conf === --- bemused/files/bemused.conf (revision 10911) +++ bemused/files/bemused.conf (working copy) @@ -3,10 +3,9 @@ # You onl

[OpenWrt-Devel] [PATCH] mpd update

2008-04-23 Thread michu
MPD should depend on libiconv, as mp3 tag's are stored internally as utf8. If libiconv in not available, tags with special characters will get displayed wrong (for example german umlauts, french characters etc). Signed-off-by: Michael Vogt Index: Makefile

[OpenWrt-Devel] [PATCH] update bemusedlinuxserver

2008-04-23 Thread michu
Sorry, I just fixed another bug.. now v060 Signed-off-by: Michael Vogt - Forwarded message from [EMAIL PROTECTED] - Date: Wed, 23 Apr 2008 14:43:49 +0200 From: [EMAIL PROTECTED] Reply-To: OpenWrt Development List Subject: [OpenWrt-Devel] [PATCH] update bemusedlinuxserver

[OpenWrt-Devel] [PATCH] bluez-utils update

2008-04-28 Thread michu
remove the useless passkey-agent tool - this is just a working example for coders without any use. Signed-off-by: Michael Vogt Index: bluez-utils/Makefile === --- bluez-utils/Makefile (revision 10911) +++ bluez-utils/Makefile (wor

[OpenWrt-Devel] [PATCH] new package: st2205tool

2008-04-28 Thread michu
this library is useful for hacked picframe displays. you can use this lib also with lcd4linux. check http://picframe.spritesserver.nl/wiki for more information. Signed-off-by: Michael Vogt Index: st2205tool/patches/120-setpic-makefile.patch ===

[OpenWrt-Devel] [PATCH] update lcd4linux

2008-04-28 Thread michu
update lcd4linux to the latest svn version Signed-off-by: Michael Vogt Index: lcd4linux/Makefile === --- lcd4linux/Makefile (revision 10911) +++ lcd4linux/Makefile (working copy) @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk PKG_NA

Re: [OpenWrt-Devel] [PATCH] update lcd4linux

2008-04-28 Thread michu
I agree about selecting each plugin via menu would be nice. But for example ffmpeg just combine 3 different applications/libs into one Makefile, so ffmpeg is not really configurable. If there is a solution to select each plugin and driver via menu, I would be glad to use this in the Makefile

Re: [OpenWrt-Devel] [PATCH] update lcd4linux

2008-04-28 Thread michu
I guess sometimes I'm blind.. I trying to implement this, thanks for your hint! >> update lcd4linux to the latest svn version >> >> Signed-off-by: Michael Vogt > > I think the Makefile should be made configurable in a way like the > ffmpeg package is for the lcd4linux plugins. > > See: https

[OpenWrt-Devel] [PATCH] fix dbus v1.03

2008-06-01 Thread michu
changeset [11087] enabled x configuration - but dbus fails to compile (perhaps only when x is not used). there is also an open ticket #3425. Signed-off-by: Michael Vogt Index: feeds/packages/utils/dbus/Makefile === --- feeds/packa

[OpenWrt-Devel] [PATCH] update lcd4linux, cleanup deps

2008-06-07 Thread michu
this patch cleans up lcd4linux deps. Signed-off-by: Michael Vogt Index: Config.in === --- Config.in (revision 11392) +++ Config.in (working copy) @@ -70,11 +70,11 @@ config LCD4LINUX_DRV_PNG bool - prompt "PNG (you need to sele

[OpenWrt-Devel] [PATCH] mpd

2008-09-22 Thread michu
quite large: 1336652 2008-09-21 06:17 bin/packages/mipsel/libsamplerate_0.1.3-2_mipsel.ipk so it would make sense to compile mpd per default without libsamplerate, as more than 1 mb for a feature you probably don't need is quite a waste of space... cheers michu Signed-off-by: Michael

[OpenWrt-Devel] [Patch] update lcd4linux

2008-12-18 Thread michu
update lcd4linux to bleeding edge version. contains important fixes and supports more displays Signed-off-by: Michael Vogt --- Index: feeds/packages/utils/lcd4linux/Config.in === --- feeds/packages/utils/lcd4linux/Config.in (rev

[OpenWrt-Devel] [PATCH] mpd update

2009-01-05 Thread michu
hey i created a patch to update mpd to v0.14. i guess it looks a bit strange, any comments about this? cheers Signed-off-by: Michael Vogt --- Index: Makefile === --- Makefile (revision 13855) +++ Makefile (working copy) @@ -9

[OpenWrt-Devel] ttl to rs232 on wl500gp

2009-02-09 Thread michu
://neophob.com/serendipity/index.php?/archives/120-TTL-to-Serial-for-dummies-OpenWRT-Serial-Console.html cheers michu ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH v2] update mpc to 0.15 and fix compilaton

2009-02-17 Thread michu
hey jan no i didn't forget, your patch didn't remove the dir ;) but i just removed it... ill test the new mpd source asap, x86 and bcm47xx. cheers On Tue, 2009-02-17 at 20:20 +0100, Jan Willies wrote: > hey michu and list, > > Thanks for updating the packages.Sorry for the

[OpenWrt-Devel] [PATCH] add libvncserver

2009-05-01 Thread michu
add libvncserver - ill update lcd4linux soon and this lib is needed. Signed-off-by: michael vogt Index: vncserver/patches/100-noexamples.patch === --- vncserver/patches/100-noexamples.patch (revision 0) +++ vncserver/patches/100-no

[OpenWrt-Devel] [PATCH] update lcd4linux

2009-05-11 Thread michu
this patch updates lcd4linux to the latest svn version. this patch needs the package libvncserver. Signed-off-by: michu at neophob.com --- Index: Config.in === --- Config.in (revision 15744) +++ Config.in (working copy) @@ -28,6

[OpenWrt-Devel] [PATCH] add new package mpdas

2009-05-13 Thread michu
a last.fm (audioscrobbler) daemon. this tool needs less deps than scmpc and it supports the newer last.fm protocol --- Signed-off-by: michu at neophob.com Index: feeds/packages/sound/mpdas/files/mpdas.init === --- feeds/packages

[OpenWrt-Devel] [PATCH] update package lame + liblame

2009-05-18 Thread michu
update lame to the latest version --- Signed-off-by: michael vogt Index: feeds/packages/sound/lame/Makefile === --- feeds/packages/sound/lame/Makefile (revision 15744) +++ feeds/packages/sound/lame/Makefile (working copy) @@ -9,11 +9,