From 5abaf36310fdc3c2dd4dc39197e709ce115d81cb7815caa8b5602d54f0aa3049 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Mon, 25 Jan 2021 05:28:22 +0000 Subject: [PATCH] Accepting request 866394 from home:dirkmueller:branches:multimedia:libs - update to 1.18.2: * Various code cleanups and infrastructure improvements. * eg-sampler: Save and restore gain parameter value. * state: Fix state:StateChanged URI in metadata and documentation. OBS-URL: https://build.opensuse.org/request/show/866394 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lv2?expand=0&rev=32 --- lv2-1.18.0.tar.bz2 | 3 --- lv2-1.18.2.tar.bz2 | 3 +++ lv2.changes | 8 ++++++++ lv2.spec | 23 +++++++++++------------ 4 files changed, 22 insertions(+), 15 deletions(-) delete mode 100644 lv2-1.18.0.tar.bz2 create mode 100644 lv2-1.18.2.tar.bz2 diff --git a/lv2-1.18.0.tar.bz2 b/lv2-1.18.0.tar.bz2 deleted file mode 100644 index 9c40967..0000000 --- a/lv2-1.18.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90a3e5cf8bdca81b49def917e89fd6bba1d5845261642cd54e7888df0320473f -size 530172 diff --git a/lv2-1.18.2.tar.bz2 b/lv2-1.18.2.tar.bz2 new file mode 100644 index 0000000..a452b29 --- /dev/null +++ b/lv2-1.18.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e891fbc744c05855beb5dfa82e822b14917dd66e98f82b8230dbd1c7ab2e05e +size 538345 diff --git a/lv2.changes b/lv2.changes index 318f1f5..d699e5d 100644 --- a/lv2.changes +++ b/lv2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jan 24 17:54:25 UTC 2021 - Dirk Müller + +- update to 1.18.2: + * Various code cleanups and infrastructure improvements. + * eg-sampler: Save and restore gain parameter value. + * state: Fix state:StateChanged URI in metadata and documentation. + ------------------------------------------------------------------- Thu Nov 26 12:22:00 UTC 2020 - Martin Liška diff --git a/lv2.spec b/lv2.spec index 24db456..ce45669 100644 --- a/lv2.spec +++ b/lv2.spec @@ -1,7 +1,7 @@ # # spec file for package lv2 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,19 +23,20 @@ %else %define _waf python2 waf %endif - Name: lv2 -Version: 1.18.0 +Version: 1.18.2 Release: 0 Summary: Plugin standard for audio systems License: ISC Group: System/Libraries -URL: http://lv2plug.in/ -Source0: http://lv2plug.in/spec/lv2-%{version}.tar.bz2 +URL: https://lv2plug.in/ +Source0: https://lv2plug.in/spec/lv2-%{version}.tar.bz2 Source1: lv2-rpmlintrc # Patch-Fix-Upstream lv2pkgconfig.patch davejplater@gmail.com -- Add "/" to end of -I directory because otherwise pkg-config outputs nothing. Patch0: lv2pkgconfig.patch -BuildRequires: pkg-config +BuildRequires: pkgconfig +BuildRequires: pkgconfig(gtk+-2.0) >= 2.18.0 +BuildRequires: pkgconfig(sndfile) >= 1.0.0 %if 0%{?suse_version} > 1500 BuildRequires: python3-Markdown BuildRequires: python3-rdflib @@ -43,8 +44,6 @@ BuildRequires: python3-rdflib BuildRequires: python-Markdown BuildRequires: python-rdflib %endif -BuildRequires: pkgconfig(gtk+-2.0) >= 2.18.0 -BuildRequires: pkgconfig(sndfile) >= 1.0.0 %if %{asciidocs} == 1 # Documentation build requirements. BuildRequires: asciidoc @@ -182,12 +181,12 @@ This package contains the LV2 API documentation. %build %if 0%{?suse_version} > 1500 -for i in `grep -rl "/usr/bin/env python"`;do sed -i '1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done +for i in `grep -rl "%{_bindir}/env python"`;do sed -i '1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done %endif export CFLAGS='%{optflags}' export CXXFLAGS='%{optflags}' -%_waf configure -v \ +%{_waf} configure -v \ --prefix=%{_prefix} \ --lv2dir=%{_libdir}/%{name} \ --libdir=%{_libdir} \ @@ -197,10 +196,10 @@ export CXXFLAGS='%{optflags}' %endif --debug -%_waf %{?_smp_mflags} -vvv build +%{_waf} %{?_smp_mflags} -vvv build %install -%_waf install --lv2dir=%{_libdir}/%{name} --destdir=%{buildroot} +%{_waf} install --lv2dir=%{_libdir}/%{name} --destdir=%{buildroot} %files %defattr(0644,root,root,0755)