automatic version update by autodist [release 1.5.0.0-1mamba;Fri May 19 2023]
This commit is contained in:
parent
637adf3a32
commit
361f82c374
22
chuck.spec
22
chuck.spec
@ -1,5 +1,5 @@
|
|||||||
Name: chuck
|
Name: chuck
|
||||||
Version: 1.4.2.0
|
Version: 1.5.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A new audio programming language for real-time synthesis, composition, and performance
|
Summary: A new audio programming language for real-time synthesis, composition, and performance
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -9,14 +9,21 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
URL: https://chuck.cs.princeton.edu/
|
URL: https://chuck.cs.princeton.edu/
|
||||||
Source: http://chuck.cs.princeton.edu/release/files/chuck-%{version}.tgz
|
Source: http://chuck.cs.princeton.edu/release/files/chuck-%{version}.tgz
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRequires: libjack-devel >= 0.102.20
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libsndfile-devel >= 1.0.17
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libalsa-devel >= 1.0.13
|
BuildRequires: libalsa-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libjack-devel
|
||||||
|
BuildRequires: libsndfile-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%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.
|
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.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -34,10 +41,15 @@ cp -a examples %{buildroot}%{_datadir}/%{name}/
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/chuck
|
%{_bindir}/chuck
|
||||||
|
%dir %{_datadir}/%{name}
|
||||||
|
%dir %{_datadir}/%{name}/examples
|
||||||
%{_datadir}/%{name}/examples/*
|
%{_datadir}/%{name}/examples/*
|
||||||
%doc AUTHORS COPYING README THANKS TODO
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Thu Jan 19 2023 Automatic Build System <autodist@mambasoft.it> 1.4.2.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user