forked from pool/audacity
Accepting request 1147870 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1147870 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audacity?expand=0&rev=118
This commit is contained in:
commit
eb751378db
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 20 10:26:07 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 17 02:33:37 UTC 2023 - Konstantin Voinov <kv@kott.no-ip.biz>
|
Fri Nov 17 02:33:37 UTC 2023 - Konstantin Voinov <kv@kott.no-ip.biz>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package audacity
|
# spec file for package audacity
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -124,12 +124,12 @@ physical memory size can be edited.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-Audacity-%{version}
|
%setup -q -n %{name}-Audacity-%{version}
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
%patch2 -p1
|
%patch -P 2 -p1
|
||||||
|
|
||||||
%ifarch x86_64 aarch64
|
%ifarch x86_64 aarch64
|
||||||
%patch3 -p1
|
%patch -P 3 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
cp -f %{SOURCE1} LICENSE_NYQUIST.txt
|
cp -f %{SOURCE1} LICENSE_NYQUIST.txt
|
||||||
@ -142,8 +142,8 @@ touch include/RevisionIdent.h
|
|||||||
%if %{with vst}
|
%if %{with vst}
|
||||||
tar xf %{SOURCE3} --strip-components=1 --one-top-level=vst3sdk
|
tar xf %{SOURCE3} --strip-components=1 --one-top-level=vst3sdk
|
||||||
|
|
||||||
%patch94 -p1 -d vst3sdk
|
%patch -P 94 -p1 -d vst3sdk
|
||||||
%patch95 -p1 -d vst3sdk
|
%patch -P 95 -p1 -d vst3sdk
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user