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
This commit is contained in:
parent
2bde48a0c1
commit
ecda8584ce
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f2e1870e5ee84bd112d5a9d43e784ae15160294be158e8955d926fd60bd68dc0
|
|
||||||
size 15526054
|
|
3
snd-23.tar.gz
Normal file
3
snd-23.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:59eb24e1e29525eb97719bbf6d917a7409bfdf01a513ff6db410c8a0d7d68a54
|
||||||
|
size 14782817
|
@ -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>
|
Thu Aug 20 13:53:56 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
10
snd.spec
10
snd.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package snd
|
# 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
|
# 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
|
||||||
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%ifarch aarch64
|
%ifarch aarch64
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
%endif
|
%endif
|
||||||
@ -26,7 +27,7 @@
|
|||||||
%bcond_with jack
|
%bcond_with jack
|
||||||
%endif
|
%endif
|
||||||
Name: snd
|
Name: snd
|
||||||
Version: 20.6
|
Version: 23
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sound File Editor
|
Summary: Sound File Editor
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -42,9 +43,11 @@ BuildRequires: gsl
|
|||||||
BuildRequires: gsl-devel
|
BuildRequires: gsl-devel
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: ladspa-devel
|
BuildRequires: ladspa-devel
|
||||||
|
BuildRequires: libXpm-devel
|
||||||
BuildRequires: libdrm-devel
|
BuildRequires: libdrm-devel
|
||||||
BuildRequires: libjack-devel
|
BuildRequires: libjack-devel
|
||||||
BuildRequires: libsamplerate-devel
|
BuildRequires: libsamplerate-devel
|
||||||
|
BuildRequires: motif-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
Requires: ladspa
|
Requires: ladspa
|
||||||
|
|
||||||
@ -61,10 +64,9 @@ find -name "*.png" -type f -exec chmod 0644 "{}" "+"
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--with-gtk \
|
--with-gui \
|
||||||
--with-alsa \
|
--with-alsa \
|
||||||
--with-ladspa \
|
--with-ladspa \
|
||||||
--with-static-xm \
|
|
||||||
--with-gl \
|
--with-gl \
|
||||||
%{?with_jack:--with-jack} \
|
%{?with_jack:--with-jack} \
|
||||||
# feel free to improve following change and please notify upstream
|
# feel free to improve following change and please notify upstream
|
||||||
|
Loading…
Reference in New Issue
Block a user