Re: FLAC/Ogg/Vorbis support for audio/libsndfile (Was Re: [NEW] audio/mumble)

2012-04-19 Thread David Coppa
On Thu, Apr 19, 2012 at 4:13 PM, Christian Weisgerber wrote: > David Coppa wrote: > >> By popular demand :), here's the diff to enable external libraries >> (FLAC, Ogg, Vorbis) support for audio/libsndfile. > > I'll be unpopular and say that I dislike this.  The kitchen sink > approach in the aud

Re: FLAC/Ogg/Vorbis support for audio/libsndfile (Was Re: [NEW] audio/mumble)

2012-04-19 Thread Christian Weisgerber
David Coppa wrote: > By popular demand :), here's the diff to enable external libraries > (FLAC, Ogg, Vorbis) support for audio/libsndfile. I'll be unpopular and say that I dislike this. The kitchen sink approach in the audio area where everything depends on everything else is terrible. What a

Re: FLAC/Ogg/Vorbis support for audio/libsndfile (Was Re: [NEW] audio/mumble)

2012-04-18 Thread David Coppa
On Tue, 17 Apr 2012, Stuart Henderson wrote: > makes sense to me, I'll try and test some things when I get my > workstation updated - I would however also suggest bumping the library > major of libsndfile. You're completely right. Apparently, after a long day, I can forget obvious things :-) Upd

Re: FLAC/Ogg/Vorbis support for audio/libsndfile (Was Re: [NEW] audio/mumble)

2012-04-17 Thread Brad Smith
On Mon, 16 Apr 2012, Pascal Stumpf wrote: I now remember why I've gone down this route. There's no way to enable just ogg support. The only option with libsndfile's configure is "--enable-external-libs" which will enable (and require) FLAC, Ogg, Speex and Vorbis: frankly, it's a bit overkill imo.

FLAC/Ogg/Vorbis support for audio/libsndfile (Was Re: [NEW] audio/mumble)

2012-04-17 Thread David Coppa
On Tue, 17 Apr 2012, Stuart Henderson wrote: > On 2012/04/17 13:28, David Coppa wrote: > > On Mon, 16 Apr 2012, Pascal Stumpf wrote: > > > > > Decoding .ogg files at build/configure time is a bit ugly; have you > > > looked at adding vorbis support to our libsndfile? > > > > I now remember why I