Re: [LMMS-devel] trivial patch in pulseaudio detection

2014-09-24 Thread Tres Finocchiaro
Whoops, somehow the mailing list wasn't on CC. Here is our conversation: On Wed, Sep 24, 2014 at 8:35 AM, Lode Leroy wrote: > thanks for your quick (!) response. > is there no other way than github pull-ing? I hate to have to maintain > a clone of your repository just to submit a few trivial pat

Re: [LMMS-devel] trivial patch in pulseaudio detection

2014-09-24 Thread Tres Finocchiaro
@Lode, Thank you for this contribution. We generally accept patches in the form of GitHub pull now. Would you please submit a pull request and then we can test and discuss the patch there? If you are not familiar, fork the project through the web interface, use git to clone your fork to your PC

[LMMS-devel] trivial patch in pulseaudio detection

2014-09-24 Thread Lode Leroy
please consider this patch to fix a message when not finding libpulse diff --git a/cmake/modules/FindPulseAudio.cmake b/cmake/modules/FindPulseAudio.cmake index 8ea2616..97f2f53 100644 --- a/cmake/modules/FindPulseAudio.cmake +++ b/cmake/modules/FindPulseAudio.cmake @@ -50,7 +50,7 @@ IF (PULSEAUDI