[OpenWrt-Devel] [PATCH] [tools] quilt: fix building with dash

2011-05-02 Thread Johannes Weißl
`test x == x` gives a syntax error with dash (standard in Debian). The modified patch reflects the current upstream: http://git.savannah.gnu.org/cgit/quilt.git/commit/?id=38df0b210c3df67f3e784af92232ae1946b98ecd --- tools/quilt/patches/100-patch_2.6.1_version.patch |8 ++-- 1 files changed

Re: [OpenWrt-Devel] [PATCH] cmus music player Makefile

2011-04-29 Thread Johannes Weißl
Hello Jo-Philipp, On Fri, Apr 29, 2011 at 05:09:38PM +0200, Jo-Philipp Wich wrote: > Committed in r26784 - thanks. > Would you be willing to maintain this package in the future? Thanks very much! Yes, I would like to maintain this package! Should I just send patches to the mailing list or do you

Re: [OpenWrt-Devel] [PATCH] cmus music player Makefile

2011-04-25 Thread Johannes Weißl
/cmus/Makefile new file mode 100644 index 000..d90940e --- /dev/null +++ b/sound/cmus/Makefile @@ -0,0 +1,96 @@ +# +# Copyright (C) 2011 Johannes Weißl +# Copyright (C) 2006-2011 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more

Re: [OpenWrt-Devel] [PATCH] cmus music player Makefile

2011-04-25 Thread Johannes Weißl
Hello Jonas, Sorry for not replying, your mail mysteriously didn't make it into my mailbox. I'll reply inline: On Mon, Apr 11, 2011 at 12:56:16PM +0200, Jonas Gorski wrote: > On 11 April 2011 12:27, Johannes Weißl wrote: > > Another question regarding the Makefile: The curr

Re: [OpenWrt-Devel] [PATCH] cmus music player Makefile

2011-04-19 Thread Johannes Weißl
Hello, I just wanted to ask if my patch got overlooked or if there are problems with either the application (cmus) or the Makefile. If so, could you point out what problems there are? Thanks a lot and sorry for the noise... Johannes On Mon, Apr 11, 2011 at 12:27:58PM +0200, Johannes Weißl

[OpenWrt-Devel] [PATCH] cmus music player Makefile

2011-04-11 Thread Johannes Weißl
/sound/cmus/patches/ Johannes # # Copyright (C) 2011 Johannes Weißl # Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # include $(TOPDIR)/rules.mk PKG_NAME:=cmus PKG_VERSION:=2.3.5 PKG