Accepting request 455017 from home:tiwai:branches:multimedia:apps

- update to version 17.1:
  also fix the build on TW (boo#1023723)
- Drop obsoleted patch
  snd-15.5_backport_remove_glprofile.patch
- Fix no return value compile warnings:
  snd-fix-no-return.diff
- Avoid __DATE__ and __TIME__ usages (actually the code works fine
  but the BS detects it falsely, so better to drop the line):
  snd-drop-date-time.diff

OBS-URL: https://build.opensuse.org/request/show/455017
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/snd?expand=0&rev=32
This commit is contained in:
2017-02-13 10:49:26 +00:00
committed by Git OBS Bridge
parent a49b6c9c6d
commit 8f2d177b1d
7 changed files with 63 additions and 376 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package snd
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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
@@ -31,14 +31,14 @@ BuildRequires: update-desktop-files
Summary: Powerful Sound File Editor
License: LGPL-2.1+
Group: Productivity/Multimedia/Sound/Editors and Convertors
Version: 15.5
Version: 17.1
Release: 0
Requires: ladspa
Source: ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-%{version}.tar.gz
Source1: snd.desktop
Source2: snd.png
# PATCH-FIX-UPSTREAM snd-15.5_backport_remove_glprofile.patch -- fix build for gtk 3.16
Patch1: snd-15.5_backport_remove_glprofile.patch
Patch1: snd-fix-no-return.diff
Patch2: snd-drop-date-time.diff
Url: https://ccrma.stanford.edu/software/snd/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -50,8 +50,9 @@ and extended using guile and guile-gtk.
%prep
%setup -q
%patch1 -p1
find -name "*~" -type f | xargs -r rm -v
%patch1 -p1
%patch2 -p1
find -name "*.png" -type f | xargs chmod 0644
%build