Accepting request 1044603 from multimedia:apps

OBS-URL: https://build.opensuse.org/request/show/1044603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snd?expand=0&rev=43
This commit is contained in:
Dominique Leuenberger 2022-12-24 13:51:40 +00:00 committed by Git OBS Bridge
commit 72dd234fea
4 changed files with 14 additions and 7 deletions

View File

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

3
snd-23.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59eb24e1e29525eb97719bbf6d917a7409bfdf01a513ff6db410c8a0d7d68a54
size 14782817

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 22 08:32:12 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
- Update to 23.0 (no changelog)
-------------------------------------------------------------------
Thu Aug 20 13:53:56 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -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