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:   wiz
Date:           Mon Oct  2 15:13:44 UTC 2017

Modified Files:
        pkgsrc/audio/openal-soft: Makefile distinfo
Removed Files:
        pkgsrc/audio/openal-soft/patches: patch-common_threads.c

Log Message:
openal-soft: update to 1.18.2.

openal-soft-1.18.2:

    Fixed resetting the FPU rounding mode after certain function calls on
    Windows.

    Fixed use of SSE intrinsics when building with Clang on Windows.

    Fixed a crash with the JACK backend when using JACK1.

    Fixed use of pthread_setnane_np on NetBSD.

    Fixed building on FreeBSD with an older freebsd-lib.

    OSS now links with libossaudio if found at build time (for NetBSD).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/openal-soft/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/openal-soft/distinfo
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/audio/openal-soft/patches/patch-common_threads.c

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.6 pkgsrc/audio/openal-soft/Makefile:1.7
--- pkgsrc/audio/openal-soft/Makefile:1.6       Sat Sep 16 09:36:48 2017
+++ pkgsrc/audio/openal-soft/Makefile   Mon Oct  2 15:13:44 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/09/16 09:36:48 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/10/02 15:13:44 wiz Exp $
 
-DISTNAME=      openal-soft-1.18.1
+DISTNAME=      openal-soft-1.18.2
 CATEGORIES=    audio
 MASTER_SITES=  http://kcat.strangesoft.net/openal-releases/
 EXTRACT_SUFX=  .tar.bz2
@@ -43,10 +43,6 @@ CMAKE_ARGS+= -DALSOFT_REQUIRE_OSS:BOOL=O
 CMAKE_ARGS+=   -DALSOFT_REQUIRE_OSS:BOOL=ON
 .endif
 
-.if !empty(BUILTIN_LIB_FOUND.ossaudio:M[Yy][Ee][Ss])
-CMAKE_ARGS+=   -DEXTRA_LIBS=${LIBOSSAUDIO:Q}
-.endif
-
 CFLAGS+= -DSYS_CONF_DIR="\"${PKG_SYSCONFDIR}\""
 CFLAGS.NetBSD+=        -D_NETBSD_SOURCE
 CFLAGS.SunOS+= -D__EXTENSIONS__

Index: pkgsrc/audio/openal-soft/distinfo
diff -u pkgsrc/audio/openal-soft/distinfo:1.2 pkgsrc/audio/openal-soft/distinfo:1.3
--- pkgsrc/audio/openal-soft/distinfo:1.2       Wed Sep 13 08:08:22 2017
+++ pkgsrc/audio/openal-soft/distinfo   Mon Oct  2 15:13:44 2017
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.2 2017/09/13 08:08:22 wiz Exp $
+$NetBSD: distinfo,v 1.3 2017/10/02 15:13:44 wiz Exp $
 
-SHA1 (openal-soft-1.18.1.tar.bz2) = 1fe65b8342a596aa38ea643dc34cb7081444eef7
-RMD160 (openal-soft-1.18.1.tar.bz2) = f822be811120db3092225da544dc9ca7746bc47e
-SHA512 (openal-soft-1.18.1.tar.bz2) = 5ee86f21c499d79b139b78e3a8ddb6f79d293d7fb2076342396444a2a056eeb5bf39def18577280a41c9192ba5c6cfd3c67a68e97a6914a9c0ae81b4811c0c60
-Size (openal-soft-1.18.1.tar.bz2) = 638913 bytes
+SHA1 (openal-soft-1.18.2.tar.bz2) = 84d4dd33db40ce8a7347234e632965bceb984950
+RMD160 (openal-soft-1.18.2.tar.bz2) = 49be07280fa473befc39e4b1daf536758eab1923
+SHA512 (openal-soft-1.18.2.tar.bz2) = 752e2fb0a5a014caa6d6bac1590d3df46140b463fbaa13378fb5de89f1c97ee8b62bec74f68484d4ec02ee8755c1a2d0c9394cdb477db1b7401deae2fb9eeb4d
+Size (openal-soft-1.18.2.tar.bz2) = 639420 bytes
 SHA1 (patch-CMakeLists.txt) = 3bd95d57b8d7fb26c73debee69ac67a3b6d0a8cb
 SHA1 (patch-alc_alcconfig.c) = 6344ecd30cc00aff9208603c03744e4841fc8534
-SHA1 (patch-common_threads.c) = a4c7deb58bf344439efb5141c6f3ed25b944cb69



Home | Main Index | Thread Index | Old Index