Accepting request 1032256 from multimedia:libs

- Update to 1.3.1:
  * added a memory loader for HRTFs
  * supporting strange head geometrics from MeshHRTF
- Enable test suite

OBS-URL: https://build.opensuse.org/request/show/1032256
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmysofa?expand=0&rev=11
factory
Dominique Leuenberger 7 months ago committed by Git OBS Bridge
commit 7707d3429a

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94cb02e488de4dc0860c8d23b29d93d290bb0a004d4aa17e1642985bba158ee9
size 200011479

BIN
libmysofa-1.3.1.tar.gz (Stored with Git LFS)

Binary file not shown.

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Oct 29 17:54:35 UTC 2022 - Mia Herkt <mia@0x0.st>
- Update to 1.3.1:
* added a memory loader for HRTFs
* supporting strange head geometrics from MeshHRTF
- Enable test suite
-------------------------------------------------------------------
Thu Dec 9 20:36:03 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>

@ -1,7 +1,7 @@
#
# spec file for package libmysofa
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define sover 1
%define __builder ninja
Name: libmysofa
Version: 1.2.1
Version: 1.3.1
Release: 0
Summary: Reader for AES SOFA HRTF files
License: BSD-3-Clause
@ -32,7 +32,7 @@ BuildRequires: cmake
BuildRequires: ninja
BuildRequires: pkgconfig
# for tests
# BuildRequires: nodejs-common
BuildRequires: nodejs-common
BuildRequires: pkgconfig(cunit)
BuildRequires: pkgconfig(zlib)
@ -70,8 +70,8 @@ This package contains the development libraries and headers for libmysofa.
%cmake_install
# test suite is broken
# %%check
# %%cmake_build -C build test
%check
%cmake_build -C build test
%post -n %{name}%{sover} -p /sbin/ldconfig
%postun -n %{name}%{sover} -p /sbin/ldconfig

Loading…
Cancel
Save