On Mon, 16 Apr 2012 14:03:12 +0200, David Coppa wrote:
> 
> --/9DWx/yDrRhgMJTb
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> 
> On Mon, 16 Apr 2012, David Coppa wrote:
> 
> > Hi,
> > 
> > This port has been rotting in my tree for a long time...
> > Two days ago I've started revamping it and now I think it's ready
> > for the import.
> > 
> > Thanks to pascal@ and Jonathon Sisson for their help: much appreciated.
> > 
> > $ pkg_info mumble
> > Information for inst:mumble-1.2.3
> > 
> > Comment:
> > low latency voice chat client
> > 
> > Description:
> > Mumble is an open source, low-latency, high quality voice chat software
> > that runs under X11.
> > Mumble is the client for the (u)Murmur VoIP communication server.
> > 
> > Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>
> > 
> > WWW: http://mumble.sourceforge.net/
> > 
> > 
> > Comments? OKs?
> 
> New minor revision: reworded DESCR/comments a little bit and added
> missing comments to some patches.
> 
> Cheers!
> David
> 
> 

You should add QMAKE_CC=${CC}, QMAKE_CXX=${CXX},
QMAKE_CFLAGS="${CFLAGS}" and QMAKE_CXXFLAGS="${CXXFLAGS}" to QMAKE_ARGS
and remove the .ifdef DEBUG stuff.  

Decoding .ogg files at build/configure time is a bit ugly; have you
looked at adding vorbis support to our libsndfile?

Reply via email to