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:
Takashi Iwai 2015-04-20 12:41:08 +00:00 committed by Git OBS Bridge
parent 1408009352
commit a49b6c9c6d
6 changed files with 387 additions and 8 deletions

View File

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

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

File diff suppressed because one or more lines are too long

View File

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

View File

@ -1,11 +1,11 @@
#
# 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
# 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
# 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
@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: snd
BuildRequires: alsa-devel
BuildRequires: fftw3-devel
@ -30,13 +31,14 @@ BuildRequires: update-desktop-files
Summary: Powerful Sound File Editor
License: LGPL-2.1+
Group: Productivity/Multimedia/Sound/Editors and Convertors
Version: 15.4
Version: 15.5
Release: 0
Requires: ladspa
Source: ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-%{version}.tar.gz
Source1: snd.desktop
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/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -48,6 +50,7 @@ and extended using guile and guile-gtk.
%prep
%setup -q
%patch1 -p1
find -name "*~" -type f | xargs -r rm -v
find -name "*.png" -type f | xargs chmod 0644

View File

@ -1 +0,0 @@
addFilter("hidden-file-or-dir /usr/share/doc/packages/snd/tutorial/files/.snd")