From 6f9a3ec3e3397048c461db871fd9619ff3fd88eafa4b6d3a12f67f624e56256d Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 5 Apr 2010 16:50:14 +0000 Subject: [PATCH] Accepting request 36942 from multimedia:apps Copy from multimedia:apps/snd based on submit request 36942 from user plater OBS-URL: https://build.opensuse.org/request/show/36942 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snd?expand=0&rev=17 --- snd-10.7.tar.bz2 | 3 --- snd-11.4.tar.bz2 | 3 +++ snd.changes | 6 ++++++ snd.spec | 29 ++++++++++++++++------------- sndrpmlintrc | 1 + 5 files changed, 26 insertions(+), 16 deletions(-) delete mode 100644 snd-10.7.tar.bz2 create mode 100644 snd-11.4.tar.bz2 create mode 100644 sndrpmlintrc diff --git a/snd-10.7.tar.bz2 b/snd-10.7.tar.bz2 deleted file mode 100644 index 471bde7..0000000 --- a/snd-10.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df51a3828eabbaf87b566f7365c08af847b4a2a238630a66e1d0d83974c24779 -size 18519673 diff --git a/snd-11.4.tar.bz2 b/snd-11.4.tar.bz2 new file mode 100644 index 0000000..0eca733 --- /dev/null +++ b/snd-11.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5e899c2eecd2a3624560dcb444760456f48ac62f58bf3e7f168ed74deabf1a +size 18366414 diff --git a/snd.changes b/snd.changes index cdec2ab..76d3b96 100644 --- a/snd.changes +++ b/snd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 5 07:04:32 UTC 2010 - davejplater@gmail.com + +- Update to version 11.4. Fix broken Url: link. Binary sndrecord no + longer exists. Added sndrpmlintrc for hidden file in tutorial. + ------------------------------------------------------------------- Mon Jul 27 17:15:12 CEST 2009 - tiwai@suse.de diff --git a/snd.spec b/snd.spec index 1e2a8ac..8d18857 100644 --- a/snd.spec +++ b/snd.spec @@ -1,7 +1,7 @@ # -# spec file for package snd (Version 10.7) +# spec file for package snd (Version 11.4) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,17 +19,19 @@ Name: snd -BuildRequires: alsa-devel fftw3-devel freeglut-devel gsl gsl-devel gtk2-devel guile-devel ladspa-devel libdrm-devel libjack-devel libsamplerate-devel update-desktop-files +BuildRequires: alsa-devel fftw3-devel freeglut-devel gsl gsl-devel gtk2-devel ladspa-devel +BuildRequires: libdrm-devel libjack-devel libsamplerate-devel update-desktop-files Summary: Powerful Sound File Editor -Version: 10.7 +Version: 11.4 Release: 1 -License: LGPL v2.1 or later +License: LGPLv2.1+ Group: Productivity/Multimedia/Sound/Editors and Convertors Requires: ladspa Source: snd-%{version}.tar.bz2 Source1: snd.desktop Source2: snd.png -Url: http://ccrma-www.stanford.edu/CCRMA/Software/snd/snd.html +Source3: sndrpmlintrc +Url: https://ccrma.stanford.edu/software/snd/ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -48,31 +50,32 @@ Authors: %setup -q find -name "*~" -type f | xargs -r rm -v find -name "*.png" -type f | xargs chmod 0644 +%{?suse_update_config:%{suse_update_config -f}} %build # aclocal # autoconf -%ifarch %ix86 x86_64 +# %ifarch %ix86 x86_64 %define with_jack --with-jack -%else -%define with_jack "" -%endif +# %else +# %define with_jack "" +# %endif CFLAGS="$RPM_OPT_FLAGS $CFLAGS -fno-strict-aliasing" \ CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ ./configure --prefix=%{_prefix} \ --with-gtk \ --with-alsa \ --with-ladspa \ - --with-guile \ --with-static-xm \ --with-gl \ %{with_jack} +# make make %{?jobs:-j %jobs} -make sndplay sndrecord sndinfo audinfo +make sndplay sndinfo audinfo %install install -d -m 755 $RPM_BUILD_ROOT%{_bindir} -for i in snd sndplay sndrecord sndinfo audinfo ; do +for i in snd sndplay sndinfo audinfo ; do install -c -m 755 $i $RPM_BUILD_ROOT%{_bindir} done mkdir -p $RPM_BUILD_ROOT%{_libdir}/snd/scheme diff --git a/sndrpmlintrc b/sndrpmlintrc new file mode 100644 index 0000000..594725a --- /dev/null +++ b/sndrpmlintrc @@ -0,0 +1 @@ +addFilter("hidden-file-or-dir /usr/share/doc/packages/snd/tutorial/files/.snd")