Compare commits
34 Commits
1.4.1.0-1m
...
main
Author | SHA1 | Date | |
---|---|---|---|
62ae9c0ede | |||
e2527ce1ab | |||
cc32dffbd1 | |||
70f2236033 | |||
7bdd65dbce | |||
c797bcdd84 | |||
b6e1c2a867 | |||
063fe279c7 | |||
b7fedf1d26 | |||
7d757d8cac | |||
256a91b060 | |||
4e67932256 | |||
63ceea62d2 | |||
c10d0587f8 | |||
baebe04394 | |||
e7da0b12ac | |||
194ff88b37 | |||
4e29cb7246 | |||
ab2c932806 | |||
a147e005eb | |||
6a6c4dc9f3 | |||
cd898c124f | |||
7f8e305bde | |||
08ba175bd0 | |||
ab396937c0 | |||
f6c4aa4825 | |||
25db6dde93 | |||
84b02ea004 | |||
df0a350b69 | |||
59d99841db | |||
c1af638d62 | |||
361f82c374 | |||
637adf3a32 | |||
957f2f433b |
@ -3,3 +3,4 @@
|
||||
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.
|
||||
|
||||
|
||||
|
123
chuck.spec
123
chuck.spec
@ -1,5 +1,5 @@
|
||||
Name: chuck
|
||||
Version: 1.4.1.0
|
||||
Version: 1.5.5.2
|
||||
Release: 1mamba
|
||||
Summary: A new audio programming language for real-time synthesis, composition, and performance
|
||||
Group: Applications/Multimedia
|
||||
@ -9,14 +9,20 @@ 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.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -34,10 +40,117 @@ 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 30 2025 Automatic Build System <autodist@openmamba.org> 1.5.5.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 31 2025 Automatic Build System <autodist@openmamba.org> 1.5.5.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 04 2025 Automatic Build System <autodist@openmamba.org> 1.5.5.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 04 2025 Automatic Build System <autodist@openmamba.org> 1.5.4.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 02 2025 Automatic Build System <autodist@openmamba.org> 1.5.4.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 03 2024 Automatic Build System <autodist@openmamba.org> 1.5.4.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 23 2024 Automatic Build System <autodist@openmamba.org> 1.5.4.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 05 2024 Automatic Build System <autodist@openmamba.org> 1.5.4.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 03 2024 Automatic Build System <autodist@openmamba.org> 1.5.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 19 2024 Automatic Build System <autodist@openmamba.org> 1.5.3.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 05 2024 Automatic Build System <autodist@openmamba.org> 1.5.3.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 28 2024 Automatic Build System <autodist@openmamba.org> 1.5.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jul 28 2024 Automatic Build System <autodist@openmamba.org> 1.5.2.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 19 2024 Automatic Build System <autodist@openmamba.org> 1.5.2.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 06 2024 Automatic Build System <autodist@openmamba.org> 1.5.2.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 19 2024 Automatic Build System <autodist@openmamba.org> 1.5.2.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Jan 17 2024 Automatic Build System <autodist@openmamba.org> 1.5.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 05 2023 Automatic Build System <autodist@mambasoft.it> 1.5.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 31 2023 Automatic Build System <autodist@mambasoft.it> 1.5.1.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 22 2023 Automatic Build System <autodist@mambasoft.it> 1.5.1.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 17 2023 Automatic Build System <autodist@mambasoft.it> 1.5.1.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 10 2023 Automatic Build System <autodist@mambasoft.it> 1.5.1.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 06 2023 Automatic Build System <autodist@mambasoft.it> 1.5.1.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 25 2023 Automatic Build System <autodist@mambasoft.it> 1.5.1.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 23 2023 Automatic Build System <autodist@mambasoft.it> 1.5.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 12 2023 Automatic Build System <autodist@mambasoft.it> 1.5.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 05 2023 Automatic Build System <autodist@mambasoft.it> 1.5.0.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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