This commit is contained in:
parent
876cb19bad
commit
d80d3a324a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:61f0d921fcdbe9203e94292ccafb42bd088d77a882bffdfbf950a1806825f10d
|
|
||||||
size 7886140
|
|
3
snd-8.9.tar.bz2
Normal file
3
snd-8.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:49b69792558cc2694506afe8b91cb3f9f0061958af19a33a11d8ffaf05931926
|
||||||
|
size 8061736
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 27 18:06:37 CEST 2007 - tiwai@suse.de
|
||||||
|
|
||||||
|
- update to version 8.9:
|
||||||
|
* more fft windows
|
||||||
|
* better noise reduction in clean.scm
|
||||||
|
* added cairo graphics backend
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 12 16:35:20 CET 2007 - tiwai@suse.de
|
Mon Feb 12 16:35:20 CET 2007 - tiwai@suse.de
|
||||||
|
|
||||||
|
13
snd.spec
13
snd.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package snd (Version 8.8)
|
# spec file for package snd (Version 8.9)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -13,7 +13,7 @@
|
|||||||
Name: snd
|
Name: snd
|
||||||
BuildRequires: alsa-devel fftw3-devel freeglut-devel gsl gsl-devel gtk2-devel guile-devel jack-devel ladspa libdrm-devel libsamplerate-devel update-desktop-files
|
BuildRequires: alsa-devel fftw3-devel freeglut-devel gsl gsl-devel gtk2-devel guile-devel jack-devel ladspa libdrm-devel libsamplerate-devel update-desktop-files
|
||||||
Summary: Powerful Sound File Editor
|
Summary: Powerful Sound File Editor
|
||||||
Version: 8.8
|
Version: 8.9
|
||||||
Release: 1
|
Release: 1
|
||||||
License: Public Domain, Freeware
|
License: Public Domain, Freeware
|
||||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||||
@ -54,7 +54,7 @@ CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
|||||||
--with-guile \
|
--with-guile \
|
||||||
--with-static-xm \
|
--with-static-xm \
|
||||||
--with-gl
|
--with-gl
|
||||||
make
|
make %{?jobs:-j %jobs}
|
||||||
make sndplay sndrecord sndinfo audinfo
|
make sndplay sndrecord sndinfo audinfo
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -87,7 +87,12 @@ test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/pixmaps/*.png
|
%{_datadir}/pixmaps/*.png
|
||||||
|
|
||||||
%changelog -n snd
|
%changelog
|
||||||
|
* Tue Mar 27 2007 - tiwai@suse.de
|
||||||
|
- update to version 8.9:
|
||||||
|
* more fft windows
|
||||||
|
* better noise reduction in clean.scm
|
||||||
|
* added cairo graphics backend
|
||||||
* Mon Feb 12 2007 - tiwai@suse.de
|
* Mon Feb 12 2007 - tiwai@suse.de
|
||||||
- update to version 8.8:
|
- update to version 8.8:
|
||||||
* poussin-sum and jackson-sum in dsp.scm
|
* poussin-sum and jackson-sum in dsp.scm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user