[packages/OpenAL] up to 1.23.0
atler
atler at pld-linux.org
Fri Feb 3 23:34:47 CET 2023
commit c9afd3a3800522ee04f2c04b94d4c948435d8f09
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Feb 3 23:25:16 2023 +0100
up to 1.23.0
OpenAL-nosse.patch | 9 ---------
OpenAL.spec | 6 +++---
2 files changed, 3 insertions(+), 12 deletions(-)
---
diff --git a/OpenAL.spec b/OpenAL.spec
index 9959a2f..657029d 100644
--- a/OpenAL.spec
+++ b/OpenAL.spec
@@ -17,12 +17,12 @@
Summary: Open Audio Library
Summary(pl.UTF-8): Otwarta Biblioteka Dźwięku
Name: OpenAL
-Version: 1.22.2
-Release: 2
+Version: 1.23.0
+Release: 1
License: LGPL v2+
Group: Libraries
Source0: https://openal-soft.org/openal-releases/openal-soft-%{version}.tar.bz2
-# Source0-md5: 525cb1b825c72c143dcdf2bf8e04110f
+# Source0-md5: 6f9531a6256d4be035b1a2acc3293af0
Patch0: %{name}-nosse.patch
URL: http://www.openal.org/
%{?with_sdl:BuildRequires: SDL2-devel >= 2}
diff --git a/OpenAL-nosse.patch b/OpenAL-nosse.patch
index 6eeaf71..4955474 100644
--- a/OpenAL-nosse.patch
+++ b/OpenAL-nosse.patch
@@ -87,12 +87,3 @@
if(size_t todo{dst.size()>>1})
{
auto *out = reinterpret_cast<__m64*>(dst.data());
-@@ -215,7 +215,7 @@
- template<size_t S>
- inline void PhaseShifterT<S>::processAccum(al::span<float> dst, const float *RESTRICT src) const
- {
--#ifdef HAVE_SSE_INTRINSICS
-+#if defined(HAVE_SSE_INTRINSICS) && defined(__SSE__)
- if(size_t todo{dst.size()>>1})
- {
- auto *out = reinterpret_cast<__m64*>(dst.data());
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/OpenAL.git/commitdiff/45bc63cd69361e76585fcd128e8e2731283b16e2
More information about the pld-cvs-commit
mailing list