automatic version update by autodist [release 1.5.4.4-1mamba;Thu Jan 02 2025]

This commit is contained in:
Automatic Build System 2025-01-02 23:32:48 +01:00
parent 7bdd65dbce
commit 70f2236033
2 changed files with 5 additions and 2 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.4.3
Version: 1.5.4.4
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
@ -47,6 +46,9 @@ cp -a examples %{buildroot}%{_datadir}/%{name}/
%doc AUTHORS LICENSE.*
%changelog
* 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