pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/openal-soft
Module Name: pkgsrc
Committed By: adam
Date: Mon Apr 7 11:47:58 UTC 2025
Modified Files:
pkgsrc/audio/openal-soft: Makefile buildlink3.mk distinfo
Log Message:
openal-soft: updated to 1.24.3
1.24.3
Fixed using as a static library when linked into another project that uses fmtlib.
Fixed building with static VC runtimes.
Fixed building with Windows headers that default to older targets.
Fixed building on 32-bit targets that use 32-bit file offsets.
Fixed handling WASAPI enumerated device changes.
Fixed a crash with UWP builds when __wargv is null.
Fixed using AL_FORMAT_BFORMAT3D_I32.
Improved the bsinc resamplers' cutoff frequencies.
Slightly reduced the aliasing noise in the cubic spline resampler.
Added new bsinc48 and fast_bsinc48 resampler options.
Added support for 16KB page sizes on Android.
Added support for using NFC filters with UHJ output.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/audio/openal-soft/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/openal-soft/buildlink3.mk
cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/openal-soft/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/openal-soft/Makefile
diff -u pkgsrc/audio/openal-soft/Makefile:1.47 pkgsrc/audio/openal-soft/Makefile:1.48
--- pkgsrc/audio/openal-soft/Makefile:1.47 Mon Apr 7 10:30:08 2025
+++ pkgsrc/audio/openal-soft/Makefile Mon Apr 7 11:47:57 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2025/04/07 10:30:08 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2025/04/07 11:47:57 adam Exp $
-DISTNAME= openal-soft-1.24.2
-PKGREVISION= 2
+DISTNAME= openal-soft-1.24.3
CATEGORIES= audio
MASTER_SITES= https://openal-soft.org/openal-releases/
EXTRACT_SUFX= .tar.bz2
@@ -42,8 +41,8 @@ CMAKE_CONFIGURE_ARGS+= -DALSOFT_REQUIRE_
.include "../../mk/oss.buildlink3.mk"
.if ${OSS_TYPE} != "none"
-CMAKE_CONFIGURE_ARGS+= -DALSOFT_BACKEND_OSS=ON
-CMAKE_CONFIGURE_ARGS+= -DALSOFT_REQUIRE_OSS=ON
+CMAKE_CONFIGURE_ARGS+= -DALSOFT_BACKEND_OSS=ON
+CMAKE_CONFIGURE_ARGS+= -DALSOFT_REQUIRE_OSS=ON
SUBST_CLASSES+= oss
SUBST_STAGE.oss= pre-configure
SUBST_MESSAGE.oss= Fixing default OSS device references.
Index: pkgsrc/audio/openal-soft/buildlink3.mk
diff -u pkgsrc/audio/openal-soft/buildlink3.mk:1.5 pkgsrc/audio/openal-soft/buildlink3.mk:1.6
--- pkgsrc/audio/openal-soft/buildlink3.mk:1.5 Mon Apr 7 10:29:52 2025
+++ pkgsrc/audio/openal-soft/buildlink3.mk Mon Apr 7 11:47:57 2025
@@ -1,10 +1,10 @@
-# $NetBSD: buildlink3.mk,v 1.5 2025/04/07 10:29:52 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2025/04/07 11:47:57 adam Exp $
BUILDLINK_TREE+= openal-soft
.include "../../mk/compiler.mk"
-.if !empty(CC_VERSION:Mgcc-4.*)
+.if ${CC_VERSION:Mgcc-4.*}
OPENAL_USE_CXX?= no
.else
OPENAL_USE_CXX?= yes
@@ -15,8 +15,8 @@ OPENAL_USE_CXX?= yes
. include "../../audio/openal-soft-c/buildlink3.mk"
.endif
-.if !empty(CC_VERSION:Mgcc-[56789].*) || \
- !empty(CC_VERSION:Mgcc-10.*) || !empty(CC_VERSION:Mgcc-11.*)
+.if ${CC_VERSION:Mgcc-[56789].*} || \
+ ${CC_VERSION:Mgcc-10.*} || ${CC_VERSION:Mgcc-11.*}
. include "../../audio/openal-soft-cxx14/buildlink3.mk"
.endif
Index: pkgsrc/audio/openal-soft/distinfo
diff -u pkgsrc/audio/openal-soft/distinfo:1.21 pkgsrc/audio/openal-soft/distinfo:1.22
--- pkgsrc/audio/openal-soft/distinfo:1.21 Thu Jan 30 11:08:39 2025
+++ pkgsrc/audio/openal-soft/distinfo Mon Apr 7 11:47:57 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2025/01/30 11:08:39 adam Exp $
+$NetBSD: distinfo,v 1.22 2025/04/07 11:47:57 adam Exp $
-BLAKE2s (openal-soft-1.24.2.tar.bz2) = 61c7bf78584dec5e81e9200dfa17732a3b8e183711c06276762d930744afb88c
-SHA512 (openal-soft-1.24.2.tar.bz2) = 5ac05fb20b414dfe50e6ac80a69d1e36db5588fd2ccef2606ae1f3b6fc155881d45826031660123101a31469e24bc2bea42993d81b28dd5f18d0d0463988fa65
-Size (openal-soft-1.24.2.tar.bz2) = 1020760 bytes
+BLAKE2s (openal-soft-1.24.3.tar.bz2) = f2383ecb76336685d3a5aeac432d3f20ec1417859f4b6f9612cdfee030de6dfc
+SHA512 (openal-soft-1.24.3.tar.bz2) = fab41a031f0f52aa0d5803d22722084885c1dd43727895ccd090b29fd3476621a97a5031b21e507d5175372dca910450b728a04fc65857698e1296831db8a6fe
+Size (openal-soft-1.24.3.tar.bz2) = 1025568 bytes
SHA1 (patch-CMakeLists.txt) = 4821a484cc7f3315bae044df9959a46894f905cf
SHA1 (patch-alc_alconfig.cpp) = e8664e499dd23edd07bd0e4c42451013a1518c2b
SHA1 (patch-alc_backends_alsa.cpp) = 3ee7f86e544d9b33ccbe9422eb87b9540623053a
Home |
Main Index |
Thread Index |
Old Index