Compare commits

...

27 Commits

Author SHA1 Message Date
62ae9c0ede automatic version update by autodist [release 1.5.5.2-1mamba;Wed Jul 30 2025] 2025-07-31 09:29:42 +02:00
e2527ce1ab automatic version update by autodist [release 1.5.5.1-1mamba;Sat May 31 2025] 2025-05-31 11:47:03 +02:00
cc32dffbd1 automatic version update by autodist [release 1.5.5.0-1mamba;Tue Mar 04 2025] 2025-03-05 10:12:17 +01:00
70f2236033 automatic version update by autodist [release 1.5.4.4-1mamba;Thu Jan 02 2025] 2025-01-02 23:32:48 +01:00
7bdd65dbce automatic version update by autodist [release 1.5.4.3-1mamba;Tue Dec 03 2024] 2024-12-04 08:59:36 +01:00
c797bcdd84 automatic version update by autodist [release 1.5.4.2-1mamba;Sat Nov 23 2024] 2024-11-24 14:51:00 +01:00
b6e1c2a867 automatic version update by autodist [release 1.5.4.1-1mamba;Tue Nov 05 2024] 2024-11-05 14:33:41 +01:00
063fe279c7 automatic version update by autodist [release 1.5.4.0-1mamba;Sun Nov 03 2024] 2024-11-04 08:45:43 +01:00
b7fedf1d26 automatic version update by autodist [release 1.5.3.2-1mamba;Sat Oct 19 2024] 2024-10-20 09:00:37 +02:00
7d757d8cac automatic version update by autodist [release 1.5.3.1-1mamba;Sat Oct 05 2024] 2024-10-05 10:47:50 +02:00
256a91b060 automatic version update by autodist [release 1.5.3.0-1mamba;Sat Sep 28 2024] 2024-09-29 12:10:44 +02:00
4e67932256 automatic version update by autodist [release 1.5.2.5-1mamba;Sun Jul 28 2024] 2024-07-28 10:05:22 +02:00
63ceea62d2 automatic version update by autodist [release 1.5.2.4-1mamba;Fri Apr 19 2024] 2024-04-19 22:44:28 +02:00
c10d0587f8 automatic version update by autodist [release 1.5.2.3-1mamba;Sat Apr 06 2024] 2024-04-06 20:10:27 +02:00
baebe04394 automatic update by autodist [release 1.5.2.2-1mamba;Tue Mar 19 2024] 2024-03-19 21:14:28 +01:00
e7da0b12ac automatic version update by autodist [release 1.5.2.1-1mamba;Wed Jan 17 2024] 2024-01-18 09:39:49 +01:00
194ff88b37 automatic version update by autodist [release 1.5.2.0-1mamba;Tue Dec 05 2023] 2024-01-05 21:21:09 +01:00
4e29cb7246 automatic version update by autodist [release 1.5.1.8-1mamba;Tue Oct 31 2023] 2024-01-05 21:21:08 +01:00
ab2c932806 automatic version update by autodist [release 1.5.1.7-1mamba;Sun Oct 22 2023] 2024-01-05 21:21:07 +01:00
a147e005eb automatic version update by autodist [release 1.5.1.6-1mamba;Tue Oct 17 2023] 2024-01-05 21:21:06 +01:00
6a6c4dc9f3 automatic version update by autodist [release 1.5.1.5-1mamba;Tue Oct 10 2023] 2024-01-05 21:21:05 +01:00
cd898c124f automatic version update by autodist [release 1.5.1.3-1mamba;Wed Sep 06 2023] 2024-01-05 21:21:04 +01:00
7f8e305bde automatic version update by autodist [release 1.5.1.2-1mamba;Fri Aug 25 2023] 2024-01-05 21:21:03 +01:00
08ba175bd0 automatic version update by autodist [release 1.5.1.1-1mamba;Wed Aug 23 2023] 2024-01-05 21:21:02 +01:00
ab396937c0 automatic version update by autodist [release 1.5.1.0-1mamba;Sat Aug 12 2023] 2024-01-05 21:21:01 +01:00
f6c4aa4825 automatic version update by autodist [release 1.5.0.8-1mamba;Sat Aug 05 2023] 2024-01-05 21:21:00 +01:00
25db6dde93 automatic version update by autodist [release 1.5.0.7-1mamba;Wed Jul 12 2023] 2024-01-05 21:21:00 +01:00
2 changed files with 87 additions and 3 deletions

View File

@ -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.

View File

@ -1,5 +1,5 @@
Name: chuck
Version: 1.5.0.6
Version: 1.5.5.2
Release: 1mamba
Summary: A new audio programming language for real-time synthesis, composition, and performance
Group: Applications/Multimedia
@ -22,7 +22,6 @@ BuildRequires: libstdc++6-devel
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
@ -44,9 +43,93 @@ cp -a examples %{buildroot}%{_datadir}/%{name}/
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/examples
%{_datadir}/%{name}/examples/*
%doc AUTHORS LICENSE
%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