From 156eb61a342f48f48ec43c6a29fe3ec3e934ea5ef41e8eebe16795e730a3569c Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 31 Jan 2022 15:42:37 +0000 Subject: [PATCH] Accepting request 949766 from home:dirkmueller:Factory - update to 1.17: * Change applyplugin to use libsndfile. * Fix URL in documentation. * Fix so delay can handle a delay of zero. * Simplify, and hopefully accelerate, clip checking code in applyplugin. * Improved usage message. OBS-URL: https://build.opensuse.org/request/show/949766 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ladspa?expand=0&rev=42 --- ladspa.changes | 10 ++++++++++ ladspa.spec | 9 +++++---- ladspa_sdk_1.15.tgz | 3 --- ladspa_sdk_1.17.tgz | 3 +++ 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 ladspa_sdk_1.15.tgz create mode 100644 ladspa_sdk_1.17.tgz diff --git a/ladspa.changes b/ladspa.changes index 586df02..bc898ed 100644 --- a/ladspa.changes +++ b/ladspa.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jan 28 20:33:14 UTC 2022 - Dirk Müller + +- update to 1.17: + * Change applyplugin to use libsndfile. + * Fix URL in documentation. + * Fix so delay can handle a delay of zero. + * Simplify, and hopefully accelerate, clip checking code in applyplugin. + * Improved usage message. + ------------------------------------------------------------------- Sun Jan 6 13:37:27 UTC 2019 - davejplater@gmail.com diff --git a/ladspa.spec b/ladspa.spec index 14133e0..8d31711 100644 --- a/ladspa.spec +++ b/ladspa.spec @@ -1,7 +1,7 @@ # # spec file for package ladspa # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,20 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: ladspa -Version: 1.15 +Version: 1.17 Release: 0 Summary: The Linux Audio Developer's Simple Plug-In API License: LGPL-2.1-or-later Group: Productivity/Multimedia/Sound/Utilities -Url: http://www.ladspa.org/ +URL: https://www.ladspa.org/ Source: http://www.ladspa.org/download/%{name}_sdk_%{version}.tgz Source1: baselibs.conf BuildRequires: gcc-c++ +BuildRequires: libsndfile-devel AutoReq: on Autoprov: off diff --git a/ladspa_sdk_1.15.tgz b/ladspa_sdk_1.15.tgz deleted file mode 100644 index 0f6bca4..0000000 --- a/ladspa_sdk_1.15.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4229959b09d20c88c8c86f4aa76427843011705df22d9c28b38359fd1829fded -size 71179 diff --git a/ladspa_sdk_1.17.tgz b/ladspa_sdk_1.17.tgz new file mode 100644 index 0000000..fd080a2 --- /dev/null +++ b/ladspa_sdk_1.17.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d596171d93f9c226fcdb7e27c6f917422ac487efe2c05e0a18094df4268061 +size 71052