This commit is contained in:
parent
cb995f452e
commit
c062b78436
3
snd-10.tar.bz2
Normal file
3
snd-10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3baa951fcd19188043bf204c185e8716dbf49df09905fa92f87fc2b57cd013e7
|
||||||
|
size 13055224
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7bb3620d693655aa35dd6894ed18b5cba38481ef223f5b5f4228f48e421db8b7
|
|
||||||
size 10297468
|
|
10
snd.changes
10
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
|
Thu Apr 17 14:52:10 CEST 2008 - tiwai@suse.de
|
||||||
|
|
||||||
|
33
snd.spec
33
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.
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -14,7 +21,7 @@
|
|||||||
Name: snd
|
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 guile-devel ladspa-devel libdrm-devel libjack-devel libsamplerate-devel update-desktop-files
|
||||||
Summary: Powerful Sound File Editor
|
Summary: Powerful Sound File Editor
|
||||||
Version: 9.8
|
Version: 10
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||||
@ -45,16 +52,21 @@ find -name "*~" -type f | xargs -r rm -v
|
|||||||
%build
|
%build
|
||||||
# aclocal
|
# aclocal
|
||||||
# autoconf
|
# autoconf
|
||||||
|
%ifarch %ix86 x86_64
|
||||||
|
%define with_jack --with-jack
|
||||||
|
%else
|
||||||
|
%define with_jack ""
|
||||||
|
%endif
|
||||||
CFLAGS="$RPM_OPT_FLAGS $CFLAGS -fno-strict-aliasing" \
|
CFLAGS="$RPM_OPT_FLAGS $CFLAGS -fno-strict-aliasing" \
|
||||||
CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
||||||
./configure --prefix=%{_prefix} \
|
./configure --prefix=%{_prefix} \
|
||||||
--with-gtk \
|
--with-gtk \
|
||||||
--with-alsa \
|
--with-alsa \
|
||||||
--with-jack \
|
|
||||||
--with-ladspa \
|
--with-ladspa \
|
||||||
--with-guile \
|
--with-guile \
|
||||||
--with-static-xm \
|
--with-static-xm \
|
||||||
--with-gl
|
--with-gl \
|
||||||
|
%{with_jack}
|
||||||
make %{?jobs:-j %jobs}
|
make %{?jobs:-j %jobs}
|
||||||
make sndplay sndrecord sndinfo audinfo
|
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
|
||||||
%doc Snd.ad
|
%doc Snd.ad
|
||||||
%doc *.html
|
%doc *.html
|
||||||
%doc *.png
|
%doc pix
|
||||||
%doc tutorial
|
%doc tutorial
|
||||||
%doc %{_mandir}/man?/*
|
%doc %{_mandir}/man?/*
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
@ -89,6 +101,13 @@ test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/pixmaps/*.png
|
%{_datadir}/pixmaps/*.png
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 17 2008 tiwai@suse.de
|
||||||
- updated to version 9.8:
|
- updated to version 9.8:
|
||||||
* more rt improvements
|
* more rt improvements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user