gap-dev-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gap-dev-discuss] Cynthiune : add an alsa backend for linux


From: Sebastian Reitenbach
Subject: Re: [Gap-dev-discuss] Cynthiune : add an alsa backend for linux
Date: Thu, 03 May 2012 11:17:43 +0200
User-agent: SOGoMail 1.3.14

On Thursday, May 3, 2012 10:19 CEST, Philippe Roussel <address@hidden> wrote:

> Hi,
>
> Le 03/05/2012 00:40, Riccardo Mottola a écrit :
> > Hi,
> >
> > I commited the ALSA backend. I removed the migration/preferences stuff
> > because I disagree with it, but I changed the defaults and tweaked the
> > makefiles to isntall in the correct place.
> >
> > It appears to work for me! I get an exception and I'll track it down
> > hopefully, but check if what's in the repo works with you.
>
> It does, as expected :o)
>
> > Actually, with ALSA and OSS we are quite "served" as far as backends go.
>
> How about your *BSD systems ?

I just checked and it compiles still all fine for me on OpenBSD. Still need to 
test
it though. I'm still struggling with the Sndio Output Backend, exploring 
multiple
ways to get around the issue I have.
Do you can send the libao backend you wrote? If the libao backend works
reliably, then I think it would be the preferred way to go for OpenBSD, and
maybe other *BSD for the time being. I still can work/experiment with the
Sndio backend, but would have much less pressure to get it done ;)


>
> By the way, could you apply the following patch ? The referenced
> directories aren't there and this breaks the 'clean' and 'distclean'

> targets.

If Riccardo isn't faster, I'll look into it later Today.

Sebastian


>
> Thanks,
> Philippe
>
> diff -u -r1.7 GNUmakefile
> --- GNUmakefile       2 May 2012 22:36:36 -0000       1.7
> +++ GNUmakefile       3 May 2012 08:13:20 -0000
> @@ -299,21 +299,3 @@
>  include $(GNUSTEP_MAKEFILES)/application.make
>  -include GNUmakefile.postamble
>
> -# unit tests
> -
> -test-all::
> -     @-( cd Tests; make && make test ) 2> /dev/null
> -
> -test-app::
> -     @-( cd Tests/Cynthiune_app; make && make test ) 2> /dev/null
> -
> -test-fwk::
> -     @-( cd Tests/Cynthiune_framework; make && make test ) 2> /dev/null
> -
> -after-clean::
> -     @-( cd Frameworks/CynthiuneTest && make clean ) 2> /dev/null
> -     @-( cd Tests && make clean ) 2> /dev/null
> -
> -after-distclean::
> -     @-( cd Frameworks/CynthiuneTest && make distclean ) 2> /dev/null
> -     @-( cd Tests && make distclean ) 2> /dev/null
>







reply via email to

[Prev in Thread] Current Thread [Next in Thread]