On Sat, Sep 02, 2023 at 10:11:12AM +0000, Lucas Raab wrote: > Hello, > > Here's a new port for a forthcoming update to devilutionX. > > SDL_audiolib is an audio decoding, resampling and mixing library. > > It is a small and simple to use C++ library for playing various audio > formats. It is a thin (-ish) wrapper around existing resampling (like > SRC or SoX) and decoding libraries (like libmpg123 or libvorbis). > > Most popular audio formats are supported. > > Thanks to bcallah for the review and updates > > Thanks, > Lucas
V = 20230225 PKGNAME = sdl2-audiolib-${V} similar to sthen@'s response to libsmacker this is probably better with V=0.0.20230225 to avoid EPOCH in the future. CATEGORIES = devel audio I would definitely put this one in ports/audio, not ports/devel. Probably best to drop devel from CATEGORIES altogether. Otherwise builds fine; runtime not tested but ok thfr@ with above.