Compare commits
8 Commits
1.4.1.0-1m
...
1.5.0.7-1m
Author | SHA1 | Date | |
---|---|---|---|
25db6dde93 | |||
84b02ea004 | |||
df0a350b69 | |||
59d99841db | |||
c1af638d62 | |||
361f82c374 | |||
637adf3a32 | |||
957f2f433b |
43
chuck.spec
43
chuck.spec
@ -1,5 +1,5 @@
|
||||
Name: chuck
|
||||
Version: 1.4.1.0
|
||||
Version: 1.5.0.7
|
||||
Release: 1mamba
|
||||
Summary: A new audio programming language for real-time synthesis, composition, and performance
|
||||
Group: Applications/Multimedia
|
||||
@ -9,14 +9,21 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://chuck.cs.princeton.edu/
|
||||
Source: http://chuck.cs.princeton.edu/release/files/chuck-%{version}.tgz
|
||||
License: GPL
|
||||
BuildRequires: libjack-devel >= 0.102.20
|
||||
BuildRequires: libsndfile-devel >= 1.0.17
|
||||
BuildRequires: libalsa-devel >= 1.0.13
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libalsa-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libjack-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
ChucK is a new (and developing) audio programming language for real-time synthesis, composition, and performance - fully supported on MacOS X, Windows, and Linux. ChucK presents a new time-based, concurrent programming model that's highly precise and expressive (we call this strongly-timed), as well as dynamic control rates, and the ability to add and modify code on-the-fly.
|
||||
In addition, ChucK supports MIDI, OSC, HID device, and multi-channel audio. Furthermore, the language is designed to favor readability and flexibility over raw performance. It's fun and easy to learn, and offers composers, researchers, and performers a powerful programming tool for building and experimenting with complex audio synthesis programs, and real-time interactive control.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -34,10 +41,36 @@ cp -a examples %{buildroot}%{_datadir}/%{name}/
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/chuck
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{_datadir}/%{name}/examples
|
||||
%{_datadir}/%{name}/examples/*
|
||||
%doc AUTHORS COPYING README THANKS TODO
|
||||
%doc AUTHORS LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed Jul 12 2023 Automatic Build System <autodist@mambasoft.it> 1.5.0.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jul 10 2023 Automatic Build System <autodist@mambasoft.it> 1.5.0.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 07 2023 Automatic Build System <autodist@mambasoft.it> 1.5.0.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 28 2023 Automatic Build System <autodist@mambasoft.it> 1.5.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 24 2023 Automatic Build System <autodist@mambasoft.it> 1.5.0.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 19 2023 Automatic Build System <autodist@mambasoft.it> 1.5.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 19 2023 Automatic Build System <autodist@mambasoft.it> 1.4.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 21 2022 Automatic Build System <autodist@mambasoft.it> 1.4.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 26 2021 Automatic Build System <autodist@mambasoft.it> 1.4.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user