Am Thu, Apr 22, 2021 at 12:07:48AM -0400 schrieb Brad Smith: > Here is an update to OpenAL 1.21.1. >
Looks good to me at least > > Index: Makefile > =================================================================== > RCS file: /home/cvs/ports/audio/openal/Makefile,v > retrieving revision 1.54 > diff -u -p -u -p -r1.54 Makefile > --- Makefile 9 Jun 2020 13:22:42 -0000 1.54 > +++ Makefile 22 Apr 2021 03:32:23 -0000 > @@ -2,15 +2,15 @@ > > COMMENT = cross-platform 3D audio API > > -V = 1.20.1 > +V = 1.21.1 > EPOCH = 0 > DISTNAME = openal-soft-$V > PKGNAME = openal-$V > CATEGORIES = audio > > -SHARED_LIBS = openal 4.0 > +SHARED_LIBS = openal 4.1 > > -HOMEPAGE = https://kcat.strangesoft.net/openal.html > +HOMEPAGE = https://openal-soft.org/ > > MAINTAINER = David Carlier <[email protected]> > > @@ -19,7 +19,7 @@ PERMIT_PACKAGE =Yes > > WANTLIB += c m mysofa pthread sndio z ${COMPILER_LIBCXX} > > -MASTER_SITES = ${HOMEPAGE:S,.html,-releases/,} > +MASTER_SITES = ${HOMEPAGE}openal-releases/ > EXTRACT_SUFX = .tar.bz2 > > LIB_DEPENDS += audio/libmysofa > Index: distinfo > =================================================================== > RCS file: /home/cvs/ports/audio/openal/distinfo,v > retrieving revision 1.12 > diff -u -p -u -p -r1.12 distinfo > --- distinfo 9 Jun 2020 13:22:42 -0000 1.12 > +++ distinfo 22 Apr 2021 03:25:10 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (openal-soft-1.20.1.tar.bz2) = > ts6wUTJXMsI/XIttN9vYlTRRfmQ5qH6XCIK0R8MCXW0= > -SIZE (openal-soft-1.20.1.tar.bz2) = 512971 > +SHA256 (openal-soft-1.21.1.tar.bz2) = > yK12fpoyMN9mdWohzI6/IYqdRyiPJRQBSDIgTmZq9dg= > +SIZE (openal-soft-1.21.1.tar.bz2) = 524787 > Index: patches/patch-CMakeLists_txt > =================================================================== > RCS file: /home/cvs/ports/audio/openal/patches/patch-CMakeLists_txt,v > retrieving revision 1.9 > diff -u -p -u -p -r1.9 patch-CMakeLists_txt > --- patches/patch-CMakeLists_txt 9 Jun 2020 13:22:42 -0000 1.9 > +++ patches/patch-CMakeLists_txt 22 Apr 2021 03:28:15 -0000 > @@ -3,12 +3,12 @@ $OpenBSD: patch-CMakeLists_txt,v 1.9 202 > Index: CMakeLists.txt > --- CMakeLists.txt.orig > +++ CMakeLists.txt > -@@ -1347,7 +1347,7 @@ endif() > - # Install alsoft.conf configuration file > - IF(ALSOFT_CONFIG) > - INSTALL(FILES alsoftrc.sample > +@@ -1398,7 +1398,7 @@ endif() > + > + if(ALSOFT_INSTALL_CONFIG) > + install(FILES alsoftrc.sample > - DESTINATION ${CMAKE_INSTALL_DATADIR}/openal) > + DESTINATION ${CMAKE_INSTALL_DATADIR}/examples/openal) > - MESSAGE(STATUS "Installing sample configuration") > - MESSAGE(STATUS "") > - ENDIF() > + message(STATUS "Installing sample configuration") > + endif() > + > Index: patches/patch-alc_alconfig_cpp > =================================================================== > RCS file: /home/cvs/ports/audio/openal/patches/patch-alc_alconfig_cpp,v > retrieving revision 1.1 > diff -u -p -u -p -r1.1 patch-alc_alconfig_cpp > --- patches/patch-alc_alconfig_cpp 9 Jun 2020 13:22:43 -0000 1.1 > +++ patches/patch-alc_alconfig_cpp 22 Apr 2021 03:28:12 -0000 > @@ -3,7 +3,7 @@ $OpenBSD: patch-alc_alconfig_cpp,v 1.1 2 > Index: alc/alconfig.cpp > --- alc/alconfig.cpp.orig > +++ alc/alconfig.cpp > -@@ -326,7 +326,7 @@ void ReadALConfig() > +@@ -318,7 +318,7 @@ void ReadALConfig() > > void ReadALConfig() > { > Index: pkg/PLIST > =================================================================== > RCS file: /home/cvs/ports/audio/openal/pkg/PLIST,v > retrieving revision 1.11 > diff -u -p -u -p -r1.11 PLIST > --- pkg/PLIST 9 Jun 2020 13:22:43 -0000 1.11 > +++ pkg/PLIST 22 Apr 2021 03:52:32 -0000 > @@ -1,5 +1,4 @@ > @comment $OpenBSD: PLIST,v 1.11 2020/06/09 13:22:43 ajacoutot Exp $ > -@bin bin/altonegen > @bin bin/makemhr > @bin bin/openal-info > include/AL/ >
