[packages/OpenAL] up to 1.21.1

atler atler at pld-linux.org
Fri Feb 5 13:00:51 CET 2021


commit fa0d858c4ee9e92664ab0311d8de7bdca3def883
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Feb 5 13:00:21 2021 +0100

    up to 1.21.1

 OpenAL-nosse.patch | 12 ++++++------
 OpenAL.spec        |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/OpenAL.spec b/OpenAL.spec
index 95cf4cf..662f761 100644
--- a/OpenAL.spec
+++ b/OpenAL.spec
@@ -14,12 +14,12 @@
 Summary:	Open Audio Library
 Summary(pl.UTF-8):	Otwarta Biblioteka Dźwięku
 Name:		OpenAL
-Version:	1.21.0
+Version:	1.21.1
 Release:	1
 License:	LGPL v2+
 Group:		Libraries
 Source0:	http://openal-soft.org/openal-releases/openal-soft-%{version}.tar.bz2
-# Source0-md5:	332dc0ead285887a3da5ec6bc725fdcd
+# Source0-md5:	a936806ebd8de417b0ffd8cf3f48f456
 Patch0:		%{name}-pc.patch
 Patch1:		%{name}-nosse.patch
 URL:		http://www.openal.org/
diff --git a/OpenAL-nosse.patch b/OpenAL-nosse.patch
index f5fe4f6..97fb3cc 100644
--- a/OpenAL-nosse.patch
+++ b/OpenAL-nosse.patch
@@ -27,12 +27,12 @@
      return _mm_cvttsd_si32(_mm_set_sd(d));
  
  #elif ((defined(__GNUC__) || defined(__clang__)) && (defined(__i386__) || defined(__x86_64__)) && \
---- openal-soft-1.20.0/alc/fpu_ctrl.cpp.orig	2019-11-28 09:45:08.000000000 +0100
-+++ openal-soft-1.20.0/alc/fpu_ctrl.cpp	2019-12-04 18:37:09.810067181 +0100
+--- openal-soft-1.20.0/core/fpu_ctrl.cpp.orig	2019-11-28 09:45:08.000000000 +0100
++++ openal-soft-1.20.0/core/fpu_ctrl.cpp	2019-12-04 18:37:09.810067181 +0100
 @@ -209,7 +209,7 @@
- 
- FPUCtl::FPUCtl()
  {
+     if(this->in_mode) return;
+ 
 -#if defined(HAVE_SSE_INTRINSICS)
 +#if defined(HAVE_SSE_INTRINSICS) && defined(__SSE_MATH__)
      this->sse_state = _mm_getcsr();
@@ -67,8 +67,8 @@
      for(float &output : dst)
      {
          __m128 r4{_mm_setzero_ps()};
---- openal-soft-1.21.0/alc/uhjfilter.cpp.orig	2020-11-04 11:00:35.000000000 +0100
-+++ openal-soft-1.21.0/alc/uhjfilter.cpp	2020-11-05 06:29:14.128492431 +0100
+--- openal-soft-1.21.0/core/uhjfilter.cpp.orig	2020-11-04 11:00:35.000000000 +0100
++++ openal-soft-1.21.0/core/uhjfilter.cpp	2020-11-05 06:29:14.128492431 +0100
 @@ -3,7 +3,7 @@
  
  #include "uhjfilter.h"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/OpenAL.git/commitdiff/fa0d858c4ee9e92664ab0311d8de7bdca3def883



More information about the pld-cvs-commit mailing list