Update to 1.19.0
Update upstream URLs to http://openal-soft.org/ Rebase patches
This commit is contained in:
parent
a041cf14cc
commit
a10a2af8ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ openal-soft-1.12.854.tar.bz2
|
||||
/openal-soft-1.17.1.tar.bz2
|
||||
/openal-soft-1.17.2.tar.bz2
|
||||
/openal-soft-1.18.2.tar.bz2
|
||||
/openal-soft-1.19.0.tar.bz2
|
||||
|
@ -5,7 +5,7 @@ Index: openal-soft-1.16.0/CMakeLists.txt
|
||||
@@ -679,7 +679,7 @@ ENDIF()
|
||||
# Check for ARM Neon support
|
||||
OPTION(ALSOFT_REQUIRE_NEON "Require ARM Neon support" OFF)
|
||||
CHECK_INCLUDE_FILE(arm_neon.h HAVE_ARM_NEON_H)
|
||||
CHECK_INCLUDE_FILE(arm_neon.h HAVE_ARM_NEON_H ${FPU_NEON_SWITCH})
|
||||
-IF(HAVE_ARM_NEON_H)
|
||||
+IF(HAVE_ARM_NEON_H AND CMAKE_SIZEOF_VOID_P EQUAL 4) # only 32-bit ARM
|
||||
OPTION(ALSOFT_CPUEXT_NEON "Enable ARM Neon support" ON)
|
||||
|
@ -1,11 +1,11 @@
|
||||
Name: openal-soft
|
||||
Version: 1.18.2
|
||||
Release: 6%{?dist}
|
||||
Version: 1.19.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Open Audio Library
|
||||
|
||||
License: LGPLv2+
|
||||
URL: http://kcat.strangesoft.net/openal.html
|
||||
Source0: http://kcat.strangesoft.net/openal-releases/openal-soft-%{version}.tar.bz2
|
||||
Source0: http://openal-soft.org/openal-releases/openal-soft-%{version}.tar.bz2
|
||||
Patch0: openal-soft-arm_neon-only-for-32bit.patch
|
||||
|
||||
BuildRequires: alsa-lib-devel
|
||||
@ -84,7 +84,6 @@ sed -i 's/#allow-moves = false/allow-moves = true/' \
|
||||
%exclude %{_datadir}/openal/presets/presets.txt
|
||||
|
||||
%files devel
|
||||
%{_bindir}/bsincgen
|
||||
%{_bindir}/makehrtf
|
||||
%{_includedir}/*
|
||||
%{_libdir}/libopenal.so
|
||||
@ -95,6 +94,8 @@ sed -i 's/#allow-moves = false/allow-moves = true/' \
|
||||
%{_bindir}/alhrtf
|
||||
%{_bindir}/allatency
|
||||
%{_bindir}/alloopback
|
||||
%{_bindir}/almultireverb
|
||||
%{_bindir}/alplay
|
||||
%{_bindir}/alrecord
|
||||
%{_bindir}/alreverb
|
||||
%{_bindir}/alstream
|
||||
@ -104,6 +105,11 @@ sed -i 's/#allow-moves = false/allow-moves = true/' \
|
||||
%{_bindir}/alsoft-config
|
||||
|
||||
%changelog
|
||||
* Mon Oct 8 2018 François Cami <fcami@fedoraproject.org> - 1.19.0-1
|
||||
- Update upstream URLs to http://openal-soft.org/
|
||||
- New upstream release
|
||||
- Rebase patches
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (openal-soft-1.18.2.tar.bz2) = 752e2fb0a5a014caa6d6bac1590d3df46140b463fbaa13378fb5de89f1c97ee8b62bec74f68484d4ec02ee8755c1a2d0c9394cdb477db1b7401deae2fb9eeb4d
|
||||
SHA512 (openal-soft-1.19.0.tar.bz2) = 5fb8f54f271b36970f29335952173300dde15a798b4ac60e8167143b5806ed3178cc4f400e1d8da4354c2c3f57f28c90064e61740264b70d7c605d7d1b4273b3
|
||||
|
Loading…
Reference in New Issue
Block a user