forked from pool/csound
This commit is contained in:
parent
a97547cbc9
commit
c2b4d52344
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0d6c511f4e983b078e2c4787507b2594e625cbbf8895b2f2b9a87bef285a87be
|
|
||||||
size 11088842
|
|
3
Csound5.05_src.tar.bz2
Normal file
3
Csound5.05_src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8078f446cf3c75b3839c23001660e231ea9602916af389aa7bc0aeb6f93af68b
|
||||||
|
size 18810841
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 27 18:08:43 CEST 2007 - tiwai@suse.de
|
||||||
|
|
||||||
|
- update to version 5.05:
|
||||||
|
* fixes/improvements on FLTK support
|
||||||
|
* fix heap overflow
|
||||||
|
* clean up old codes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 22 13:11:02 CET 2007 - tiwai@suse.de
|
Mon Jan 22 13:11:02 CET 2007 - tiwai@suse.de
|
||||||
|
|
||||||
|
15
csound.spec
15
csound.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package csound (Version 5.04)
|
# spec file for package csound (Version 5.05)
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -17,11 +17,11 @@ BuildRequires: alsa-devel fluidsynth-devel gcc-c++ jack-devel liblo-devel libsn
|
|||||||
BuildRequires: fltk-devel libjpeg-devel libpng-devel xorg-x11-devel
|
BuildRequires: fltk-devel libjpeg-devel libpng-devel xorg-x11-devel
|
||||||
%endif
|
%endif
|
||||||
Summary: Computer Sound Synthesis and Composition Program
|
Summary: Computer Sound Synthesis and Composition Program
|
||||||
Version: 5.04
|
Version: 5.05
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||||
Group: Productivity/Multimedia/Sound/Utilities
|
Group: Productivity/Multimedia/Sound/Utilities
|
||||||
Source: Csound%{version}-src.tar.bz2
|
Source: Csound%{version}_src.tar.bz2
|
||||||
Source1: README.SuSE
|
Source1: README.SuSE
|
||||||
Patch: csound-alsa-fix.diff
|
Patch: csound-alsa-fix.diff
|
||||||
Patch1: csound-tmpnam-fix.diff
|
Patch1: csound-tmpnam-fix.diff
|
||||||
@ -39,7 +39,7 @@ For detailed information, refer to http://www.csounds.com.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n csound5
|
%setup -n Csound5.05.0
|
||||||
%patch
|
%patch
|
||||||
%patch1
|
%patch1
|
||||||
cp %{SOURCE1} .
|
cp %{SOURCE1} .
|
||||||
@ -88,7 +88,12 @@ mv $RPM_BUILD_ROOT%{_bindir}/extract $RPM_BUILD_ROOT%{_bindir}/csound-extract
|
|||||||
%{_libdir}/csound
|
%{_libdir}/csound
|
||||||
%{_datadir}/csound
|
%{_datadir}/csound
|
||||||
|
|
||||||
%changelog -n csound
|
%changelog
|
||||||
|
* Tue Mar 27 2007 - tiwai@suse.de
|
||||||
|
- update to version 5.05:
|
||||||
|
* fixes/improvements on FLTK support
|
||||||
|
* fix heap overflow
|
||||||
|
* clean up old codes
|
||||||
* Mon Jan 22 2007 - tiwai@suse.de
|
* Mon Jan 22 2007 - tiwai@suse.de
|
||||||
- major update to version 5.04
|
- major update to version 5.04
|
||||||
(not built with fltk due to lack of threading support)
|
(not built with fltk due to lack of threading support)
|
||||||
|
Loading…
Reference in New Issue
Block a user