diff --git a/snd-10.tar.bz2 b/snd-10.tar.bz2 new file mode 100644 index 0000000..f3e747c --- /dev/null +++ b/snd-10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3baa951fcd19188043bf204c185e8716dbf49df09905fa92f87fc2b57cd013e7 +size 13055224 diff --git a/snd-9.8.tar.bz2 b/snd-9.8.tar.bz2 deleted file mode 100644 index d60aa57..0000000 --- a/snd-9.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bb3620d693655aa35dd6894ed18b5cba38481ef223f5b5f4228f48e421db8b7 -size 10297468 diff --git a/snd.changes b/snd.changes index bcabe9c..6f1f1a3 100644 --- a/snd.changes +++ b/snd.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Oct 1 18:09:37 CEST 2008 - tiwai@suse.de + +- updated to version 10.0: + * rt/faust/stalin improvements + * more generators + * S7 support + * others, see NEWS and HISTORY.Snd +- build JACK support only for x86 (for build fixes) + ------------------------------------------------------------------- Thu Apr 17 14:52:10 CEST 2008 - tiwai@suse.de diff --git a/snd.spec b/snd.spec index 237bcad..15661cc 100644 --- a/snd.spec +++ b/snd.spec @@ -1,10 +1,17 @@ # -# spec file for package snd (Version 9.8) +# spec file for package snd (Version 10) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# 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 +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -14,7 +21,7 @@ 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 Summary: Powerful Sound File Editor -Version: 9.8 +Version: 10 Release: 1 License: LGPL v2.1 or later Group: Productivity/Multimedia/Sound/Editors and Convertors @@ -45,16 +52,21 @@ find -name "*~" -type f | xargs -r rm -v %build # aclocal # autoconf +%ifarch %ix86 x86_64 +%define with_jack --with-jack +%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-jack \ --with-ladspa \ --with-guile \ --with-static-xm \ - --with-gl + --with-gl \ + %{with_jack} make %{?jobs:-j %jobs} make sndplay sndrecord sndinfo audinfo @@ -80,7 +92,7 @@ test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT %doc *.Snd %doc Snd.ad %doc *.html -%doc *.png +%doc pix %doc tutorial %doc %{_mandir}/man?/* %{_bindir}/* @@ -89,6 +101,13 @@ test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/*.png %changelog +* Wed Oct 01 2008 tiwai@suse.de +- updated to version 10.0: + * rt/faust/stalin improvements + * more generators + * S7 support + * others, see NEWS and HISTORY.Snd +- build JACK support only for x86 (for build fixes) * Thu Apr 17 2008 tiwai@suse.de - updated to version 9.8: * more rt improvements