From ecda8584ce6e1fa72db3867bd107c7acff52cafd46ea660753ab96f626f7b0b4 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 23 Dec 2022 10:15:24 +0000 Subject: [PATCH] Accepting request 1044187 from home:polslinux:branches:multimedia:apps - Update to 23.0 (no changelog) OBS-URL: https://build.opensuse.org/request/show/1044187 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/snd?expand=0&rev=52 --- snd-20.6.tar.gz | 3 --- snd-23.tar.gz | 3 +++ snd.changes | 5 +++++ snd.spec | 10 ++++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 snd-20.6.tar.gz create mode 100644 snd-23.tar.gz diff --git a/snd-20.6.tar.gz b/snd-20.6.tar.gz deleted file mode 100644 index 3f18d70..0000000 --- a/snd-20.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2e1870e5ee84bd112d5a9d43e784ae15160294be158e8955d926fd60bd68dc0 -size 15526054 diff --git a/snd-23.tar.gz b/snd-23.tar.gz new file mode 100644 index 0000000..890988a --- /dev/null +++ b/snd-23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59eb24e1e29525eb97719bbf6d917a7409bfdf01a513ff6db410c8a0d7d68a54 +size 14782817 diff --git a/snd.changes b/snd.changes index 55fecfb..2830ddb 100644 --- a/snd.changes +++ b/snd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 22 08:32:12 UTC 2022 - Paolo Stivanin + +- Update to 23.0 (no changelog) + ------------------------------------------------------------------- Thu Aug 20 13:53:56 UTC 2020 - Guillaume GARDET diff --git a/snd.spec b/snd.spec index 77c1678..b5ff436 100644 --- a/snd.spec +++ b/snd.spec @@ -1,7 +1,7 @@ # # spec file for package snd # -# Copyright (c) 2020 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 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %ifarch aarch64 %define _lto_cflags %{nil} %endif @@ -26,7 +27,7 @@ %bcond_with jack %endif Name: snd -Version: 20.6 +Version: 23 Release: 0 Summary: Sound File Editor License: LGPL-2.1-or-later @@ -42,9 +43,11 @@ BuildRequires: gsl BuildRequires: gsl-devel BuildRequires: gtk3-devel BuildRequires: ladspa-devel +BuildRequires: libXpm-devel BuildRequires: libdrm-devel BuildRequires: libjack-devel BuildRequires: libsamplerate-devel +BuildRequires: motif-devel BuildRequires: update-desktop-files Requires: ladspa @@ -61,10 +64,9 @@ find -name "*.png" -type f -exec chmod 0644 "{}" "+" %build %configure \ - --with-gtk \ + --with-gui \ --with-alsa \ --with-ladspa \ - --with-static-xm \ --with-gl \ %{?with_jack:--with-jack} \ # feel free to improve following change and please notify upstream