Accepting request 297899 from home:benoit_monin:branches:multimedia:apps
- update to version 15.5 - add snd-15.5_backport_remove_glprofile.patch: fix build with gtk 3.16 - drop sndrpmlintrc: hidden file not packaged anymore OBS-URL: https://build.opensuse.org/request/show/297899 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/snd?expand=0&rev=30
This commit is contained in:
parent
1408009352
commit
a49b6c9c6d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:90df2ad5e04fe1fcc3e6dd536226ad3bf4384184cdac0b0b2c84341b058859b5
|
|
||||||
size 14653067
|
|
3
snd-15.5.tar.gz
Normal file
3
snd-15.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:330a4c522e9ff9a6dce2fdba923f6d71bb362c808c5ba087b2c21194d011f62f
|
||||||
|
size 14677987
|
368
snd-15.5_backport_remove_glprofile.patch
Normal file
368
snd-15.5_backport_remove_glprofile.patch
Normal file
File diff suppressed because one or more lines are too long
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 18 10:44:12 UTC 2015 - benoit.monin@gmx.fr
|
||||||
|
|
||||||
|
- update to version 15.5:
|
||||||
|
* repl.scm to replace use of readline in various cases
|
||||||
|
- add snd-15.5_backport_remove_glprofile.patch:
|
||||||
|
fix build with gtk 3.16
|
||||||
|
- drop sndrpmlintrc: hidden file not packaged anymore
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 25 15:23:06 UTC 2015 - p.drouand@gmail.com
|
Wed Mar 25 15:23:06 UTC 2015 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
11
snd.spec
11
snd.spec
@ -1,11 +1,11 @@
|
|||||||
#
|
#
|
||||||
# spec file for package snd
|
# spec file for package snd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
# upon. The license fo5 this file, and modifications and additions to the
|
# upon. The license for this file, and modifications and additions to the
|
||||||
# file, is the same license as for the pristine package itself (unless the
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
# license for the pristine package is not an Open Source License, in which
|
# license for the pristine package is not an Open Source License, in which
|
||||||
# case the license is the MIT License). An "Open Source License" is a
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: snd
|
Name: snd
|
||||||
BuildRequires: alsa-devel
|
BuildRequires: alsa-devel
|
||||||
BuildRequires: fftw3-devel
|
BuildRequires: fftw3-devel
|
||||||
@ -30,13 +31,14 @@ BuildRequires: update-desktop-files
|
|||||||
Summary: Powerful Sound File Editor
|
Summary: Powerful Sound File Editor
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||||
Version: 15.4
|
Version: 15.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Requires: ladspa
|
Requires: ladspa
|
||||||
Source: ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-%{version}.tar.gz
|
Source: ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-%{version}.tar.gz
|
||||||
Source1: snd.desktop
|
Source1: snd.desktop
|
||||||
Source2: snd.png
|
Source2: snd.png
|
||||||
Source3: sndrpmlintrc
|
# PATCH-FIX-UPSTREAM snd-15.5_backport_remove_glprofile.patch -- fix build for gtk 3.16
|
||||||
|
Patch1: snd-15.5_backport_remove_glprofile.patch
|
||||||
Url: https://ccrma.stanford.edu/software/snd/
|
Url: https://ccrma.stanford.edu/software/snd/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -48,6 +50,7 @@ and extended using guile and guile-gtk.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch1 -p1
|
||||||
find -name "*~" -type f | xargs -r rm -v
|
find -name "*~" -type f | xargs -r rm -v
|
||||||
find -name "*.png" -type f | xargs chmod 0644
|
find -name "*.png" -type f | xargs chmod 0644
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
addFilter("hidden-file-or-dir /usr/share/doc/packages/snd/tutorial/files/.snd")
|
|
Loading…
Reference in New Issue
Block a user