Re: [UPDATE] audio/openal 1.19.1

2019-02-12 Thread Leonid Bobrov
On Tue, Feb 12, 2019 at 04:07:53PM +, David CARLIER wrote: > Hi jca and were discussing about his question regarding the > OpenAL32_alBuffer.c patch ... > It might have been fixed with the 1.19.1 release what would be nice is > for you to test couple of consumers without this specific change an

Re: [UPDATE] audio/openal 1.19.1

2019-02-11 Thread David CARLIER
Hi I planned to update it much later but thanks for doing this. As said privately I m ok with the changes once approved by other folks. Cheers. On Sun, 10 Feb 2019 at 09:06, Leonid Bobrov wrote: > > Hi! > > Full changelog can be found here: > https://github.com/kcat/openal-soft/blob/master/Chang

Re: [UPDATE] audio/openal 1.19.1

2019-02-11 Thread Leonid Bobrov
Hi, Brian! On Mon, Feb 11, 2019 at 08:18:23AM -0500, Brian Callahan wrote: > Could you at least build test all the ports that depend on openal? That will > help ensure the minor bump is correct and there's less chance of having to > clean up breakage post-commit. > Sure, I'll do it.

Re: [UPDATE] audio/openal 1.19.1

2019-02-11 Thread Brian Callahan
On 2/10/19 4:06 AM, Leonid Bobrov wrote: Hi! Full changelog can be found here: https://github.com/kcat/openal-soft/blob/master/ChangeLog The most notable one is this release brings sndio input support, thanks to work done by Alexandre Ratchov. I raise minor number because my checks show tha

[UPDATE] audio/openal 1.19.1

2019-02-10 Thread Leonid Bobrov
Hi! Full changelog can be found here: https://github.com/kcat/openal-soft/blob/master/ChangeLog The most notable one is this release brings sndio input support, thanks to work done by Alexandre Ratchov. I raise minor number because my checks show that only new functions were added. So far the d

Re: [UPDATE] audio/openal 1.19.0 with sndio capture support

2018-09-10 Thread Leonid Bobrov
Hm, MIME is broken, so here's plain-text patch: Index: Makefile === RCS file: /cvs/ports/audio/openal/Makefile,v retrieving revision 1.51 diff -u -p -u -p -r1.51 Makefile --- Makefile9 Aug 2018 20:50:47 - 1.51 +++ Makefi

Re: [UPDATE] audio/openal 1.19.0 with sndio capture support

2018-09-08 Thread Leonid Bobrov
On Sat, Sep 08, 2018 at 06:27:52PM +0100, David CARLIER wrote: > Hi, > > When I tried to apply your patch, it fails for PLIST ... makefile and so > on > What? That's impossible, I assume that your local repo copy is up to date and you're running patch(1) in ports/audio/openal directory, not

[UPDATE] audio/openal 1.19.0 with sndio capture support

2018-09-08 Thread Leonid Bobrov
Yo! So, openal-soft 1.19.0 was released yesterday and today kcat has pushed 3 commits one of which adds sndio input support (thanks to ratchov@'s work) that will happen in 1.19.1 release, meanwhile I am taking upstream patches and removing redundant patches, making this port easier to maintain. I

Re: [UPDATE] audio/openal

2017-12-31 Thread Jeremie Courreges-Anglas
Committed, thanks. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: [UPDATE] audio/openal

2017-12-28 Thread Thomas Frohwein
> I have only tested openal-info. Does the diff below work for you? Thanks, the diff works. The original problem with fs2open is solved and the sound is now actually working. Needs a little bit more polish, but port should be ready soon. Thanks jca@ and also David for bringing it up here! > >

Re: [UPDATE] audio/openal

2017-12-27 Thread David CARLIER
Works for me thanks. On 28 December 2017 at 03:54, Jeremie Courreges-Anglas wrote: > > On Sun, Dec 24 2017, David CARLIER wrote: > > On 24 December 2017 at 00:25, Jeremie Courreges-Anglas > > wrote: > > > >> On Sat, Dec 23 2017, David CARLIER wrote: > >> > Hi, > >> > > >> > Due to lot of gami

Re: [UPDATE] audio/openal

2017-12-27 Thread Jeremie Courreges-Anglas
On Sun, Dec 24 2017, David CARLIER wrote: > On 24 December 2017 at 00:25, Jeremie Courreges-Anglas > wrote: > >> On Sat, Dec 23 2017, David CARLIER wrote: >> > Hi, >> > >> > Due to lot of gaming porting efforts these days :-), >> > here a little diff for openal just a fix to avoid probing non e

Re: [UPDATE] audio/openal

2017-12-24 Thread David CARLIER
I tried couple of softwares before sending but would be kind if anyone tried a bit as well with this patch. Kind Regards. On 24 December 2017 at 09:03, David CARLIER wrote: > Sure. In fact our sndio backend does not have capture handling thus > trying to probe it in this case would cause a segfa

Re: [UPDATE] audio/openal

2017-12-24 Thread David CARLIER
Sure. In fact our sndio backend does not have capture handling thus trying to probe it in this case would cause a segfault in case a software would require it. Noted by thrfw while porting fs2open recently. On 24 December 2017 at 00:25, Jeremie Courreges-Anglas wrote: > On Sat, Dec 23 2017, Da

Re: [UPDATE] audio/openal

2017-12-23 Thread Jeremie Courreges-Anglas
On Sat, Dec 23 2017, David CARLIER wrote: > Hi, > > Due to lot of gaming porting efforts these days :-), > here a little diff for openal just a fix to avoid probing non existent > capture handling (in the sndio backend). Could you please describe in more details the problem and why you chose to f

[UPDATE] audio/openal

2017-12-23 Thread David CARLIER
Hi, Due to lot of gaming porting efforts these days :-), here a little diff for openal just a fix to avoid probing non existent capture handling (in the sndio backend). Hope it s good. Kind regards. Index: Makefile === RCS file: /cv

Re: update: audio/openal

2017-11-11 Thread David CARLIER
ping. On 30 October 2017 at 14:43, David CARLIER wrote: > Another diff updated. Thanks for feedback. > > On 30 October 2017 at 08:12, Rafael Sadowski > wrote: > >> On Mon Oct 30, 2017 at 08:07:07AM +, David CARLIER wrote: >> > Here an an updated version. >> > >> > Kind regards. >> > >> > On

Re: update: audio/openal

2017-10-30 Thread David CARLIER
Another diff updated. Thanks for feedback. On 30 October 2017 at 08:12, Rafael Sadowski wrote: > On Mon Oct 30, 2017 at 08:07:07AM +, David CARLIER wrote: > > Here an an updated version. > > > > Kind regards. > > > > On 30 October 2017 at 07:27, Rafael Sadowski > wrote: > > > > > On Fri Oct

Re: update: audio/openal

2017-10-30 Thread Rafael Sadowski
On Mon Oct 30, 2017 at 08:07:07AM +, David CARLIER wrote: > Here an an updated version. > > Kind regards. > > On 30 October 2017 at 07:27, Rafael Sadowski wrote: > > > On Fri Oct 13, 2017 at 10:57:09PM +0100, David CARLIER wrote: > > > Hi, > > > > > > there is a small update of this port. >

Re: update: audio/openal

2017-10-30 Thread David CARLIER
Here an an updated version. Kind regards. On 30 October 2017 at 07:27, Rafael Sadowski wrote: > On Fri Oct 13, 2017 at 10:57:09PM +0100, David CARLIER wrote: > > Hi, > > > > there is a small update of this port. > > > > Hope it s good. > > > > Regards. > > Some comments below. > > make configur

Re: update: audio/openal

2017-10-30 Thread Rafael Sadowski
On Fri Oct 13, 2017 at 10:57:09PM +0100, David CARLIER wrote: > Hi, > > there is a small update of this port. > > Hope it s good. > > Regards. Some comments below. make configure: CMake Warning: Manually-specified variables were not used by the project: ALSOFT_BACKEND_ALSA ALSOFT_B

Re: update: audio/openal

2017-10-27 Thread David CARLIER
ports build tested. Seems ok. Regards. On 26 October 2017 at 09:34, David CARLIER wrote: > Fair point. I ll try whenever I get the chance this week. Cheers. > > On 26 October 2017 at 09:30, Rafael Sadowski > wrote: > >> On Thu Oct 26, 2017 at 09:26:18AM +0100, David CARLIER wrote: >> > Not all

Re: update: audio/openal

2017-10-26 Thread David CARLIER
Fair point. I ll try whenever I get the chance this week. Cheers. On 26 October 2017 at 09:30, Rafael Sadowski wrote: > On Thu Oct 26, 2017 at 09:26:18AM +0100, David CARLIER wrote: > > Not all but couple of video games :-) > > > > That's okay but you have to make sure all consumers are bulding

Re: update: audio/openal

2017-10-26 Thread Rafael Sadowski
On Thu Oct 26, 2017 at 09:26:18AM +0100, David CARLIER wrote: > Not all but couple of video games :-) > That's okay but you have to make sure all consumers are bulding with the new version. > On 26 October 2017 at 08:33, Rafael Sadowski wrote: > > > Did you test your diff with all consumers? >

Re: update: audio/openal

2017-10-26 Thread David CARLIER
Not all but couple of video games :-) On 26 October 2017 at 08:33, Rafael Sadowski wrote: > Did you test your diff with all consumers? > > audio/freealut > emulators/fs-uae > emulators/retroarch > games/0ad/base > games/astromenace > games/dhewm3 > games/dustrac > games/gemrb > games/ioquake3 >

Re: update: audio/openal

2017-10-26 Thread Rafael Sadowski
Did you test your diff with all consumers? audio/freealut emulators/fs-uae emulators/retroarch games/0ad/base games/astromenace games/dhewm3 games/dustrac games/gemrb games/ioquake3 games/irrlamb games/love games/lugaru games/lwjgl games/megaglest/base games/minetest games/openmw games/scorched3d

Re: update: audio/openal

2017-10-25 Thread David CARLIER
ping :-) On 13 October 2017 at 22:57, David CARLIER wrote: > Hi, > > there is a small update of this port. > > Hope it s good. > > Regards. >

update: audio/openal

2017-10-13 Thread David CARLIER
Hi, there is a small update of this port. Hope it s good. Regards. Index: Makefile === RCS file: /cvs/ports/audio/openal/Makefile,v retrieving revision 1.48 diff -u -p -r1.48 Makefile --- Makefile18 Aug 2017 12:47:58 -

Re: [update] audio/openal

2017-01-05 Thread Jeremie Courreges-Anglas
David CARLIER writes: > Fair enough, here a new version based on the last suggestion. I left out the REVISION bump, it's not needed since the change doesn't affect what ends up in the resulting package. Thanks, -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: [update] audio/openal

2017-01-05 Thread David CARLIER
Fair enough, here a new version based on the last suggestion. Cheers. On 5 January 2017 at 19:03, Jeremie Courreges-Anglas wrote: > David CARLIER writes: > >> ping ? >> >> :-) >> >> On 15 December 2016 at 16:30, David CARLIER wrote: >>> Hi, >>> >>> naddy@ reported an hidden dependency for one

Re: [update] audio/openal

2017-01-05 Thread Jeremie Courreges-Anglas
David CARLIER writes: > ping ? > > :-) > > On 15 December 2016 at 16:30, David CARLIER wrote: >> Hi, >> >> naddy@ reported an hidden dependency for one binary, alsoft-config, >> thus this small diff for who does not want to bear the qt4 compilation :-) I don't think that a FLAVOR is the right w

Re: [update] audio/openal

2017-01-04 Thread David CARLIER
ping ? :-) On 15 December 2016 at 16:30, David CARLIER wrote: > Hi, > > naddy@ reported an hidden dependency for one binary, alsoft-config, > thus this small diff for who does not want to bear the qt4 compilation :-) > > Hope it s ok. > > Cheers.

[update] audio/openal

2016-12-15 Thread David CARLIER
Hi, naddy@ reported an hidden dependency for one binary, alsoft-config, thus this small diff for who does not want to bear the qt4 compilation :-) Hope it s ok. Cheers. Index: Makefile === RCS file: /cvs/ports/audio/openal/Makefile,

Re: UPDATE audio/openal 1.6.0

2016-09-30 Thread David CARLIER
ping ? seems patrick@ has little interest for this update for ARM. Regards. On 19 September 2016 at 11:20, David CARLIER wrote: > Hi any comment/interest ? :) > > On 4 September 2016 at 23:29, David CARLIER wrote: >> last time, sorry ... forgot the fix from FreeBSD's version. >> >> On 4 Septemb

UPDATE audio/openal 1.6.0

2016-09-19 Thread David CARLIER
Hi, this is a little update of openal using clang + backport of the C11 atomic fix. tested with astromenace and supertuxkart. Hope it finds its way. Index: Makefile === RCS file: /cvs/ports/audio/openal/Makefile,v retrieving revision

Re: UPDATE audio/openal 1.6.0

2016-09-19 Thread David CARLIER
Hi any comment/interest ? :) On 4 September 2016 at 23:29, David CARLIER wrote: > last time, sorry ... forgot the fix from FreeBSD's version. > > On 4 September 2016 at 23:14, David CARLIER wrote: >> ... >> with an unneeded patch it is better >> ... >> >> On 4 September 2016 at 23:08, David CARL

Re: UPDATE audio/openal 1.6.0

2016-09-04 Thread David CARLIER
last time, sorry ... forgot the fix from FreeBSD's version. On 4 September 2016 at 23:14, David CARLIER wrote: > ... > with an unneeded patch it is better > ... > > On 4 September 2016 at 23:08, David CARLIER wrote: >> Hi, >> >> this is a little update of openal using clang + backport of the C11

Re: UPDATE audio/openal 1.6.0

2016-09-04 Thread David CARLIER
... with an unneeded patch it is better ... On 4 September 2016 at 23:08, David CARLIER wrote: > Hi, > > this is a little update of openal using clang + backport of the C11 > atomic fix. tested with astromenace and supertuxkart. > > Hope it finds its way. ? patches/patch-OpenAL32_alBuffer_c Index

UPDATE audio/openal 1.6.0

2016-09-04 Thread David CARLIER
Hi, this is a little update of openal using clang + backport of the C11 atomic fix. tested with astromenace and supertuxkart. Hope it finds its way. ? patches/patch-OpenAL32_alBuffer_c Index: Makefile === RCS file: /cvs/ports/audio/o

UPDATE: audio/openal

2013-03-08 Thread Brian Callahan
Hi ports -- Here's a patch to update audio/openal to 1.15.1 I originally stumbled across this accidentally trying to build openal on mips64el and was just going to mark it as broken, but might as well update it too since I'm adding mips64el to the list of BROKEN archs. Only light te

Re: UPDATE: audio/openal

2012-03-31 Thread Brad Smith
On Thu, Mar 29, 2012 at 02:03:32PM +0300, Antti Harri wrote: > This updates OpenAL to 1.14 that was released yesterday. Release notes at > http://kcat.strangesoft.net/openal.html Tested with scorched3d/supertuxkart/warzone2100 on amd64. There were API additions so I bumped the minor rev. Index:

Re: UPDATE: audio/openal

2012-03-29 Thread Stuart Henderson
On 2012/03/29 14:03, Antti Harri wrote: > This updates OpenAL to 1.14 that was released yesterday. Release notes at > http://kcat.strangesoft.net/openal.html Looks good but two questions - - what's this been tested with so far? - have you checked for ABI/API changes? > diff --git audio/openal/Ma

UPDATE: audio/openal

2012-03-29 Thread Antti Harri
This updates OpenAL to 1.14 that was released yesterday. Release notes at http://kcat.strangesoft.net/openal.html -- Antti Harri diff --git audio/openal/Makefile audio/openal/Makefile index 4acb110..9dae287 100644 --- audio/openal/Makefile +++ audio/openal/Makefile @@ -2,7 +2,8 @@ COMMENT =

UPDATE: audio/openal

2011-06-23 Thread Antti Harri
Hi, here's an update to bring OpenBSD's ancient OpenAL up to date. - Freealut regress test was happy - Supertuxkart worked just fine - Scorched3D needs to be patched because openal-config binary got removed - ufoai,-editor built fine, don't know how to test if it actually plays sounds - Warzone21