Пакет faust: Информация

    Исходный пакет: faust
    Версия: 0.9.90-alt4
    Собран:  4 мая 2021 г. 18:25 в задании #271219
    Категория: Звук
    Сообщить об ошибке в пакете
    Домашняя страница: http://faust.grame.fr/

    Лицензия: GPL-2.0-or-later
    О пакете: FAUST is a compiled language for real-time audio signal processing
    Описание: 
    FAUST is a compiled language for real-time audio signal processing.
    
    The name FAUST stands for Functional AUdio STream. Its programming model
    combines two approaches : functional programming and block diagram composition.
    You can think of FAUST as a structured block diagram language with a textual syntax.
    
    Programming with FAUST is somehow like working with electronic circuits
    and signals. A FAUST program is a list of definitions that defines a signal
    processor block-diagram : a piece of code that produces output signals
    according to its input signals (and maybe some user interface parameters).
    
    Faust is a compiled language translated to C++. In order to generate the most
    efficient code, the compilation is based on a semantic approach. Instead of
    compiling directly the block-diagram as described by the user, the idea is to
    compile its mathematical meaning (what it actually computes).

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    faust (x86_64, ppc64le, i586, armh, aarch64)
    faust-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    faust-devel (noarch)
    faust-doc (noarch)
    faust-examples (noarch)
    faust2appls (noarch)

    Сопровождающий: Anton Midyukov


      1. rpm-build-python3
      2. rpm-macros-python3
      3. gcc-c++

    Последнее изменение


    4 мая 2021 г. Anton Midyukov 0.9.90-alt4
    - Add python3 path /usr/lib/faust (Fix FTBFS without
      rpm-build-python)
    21 мая 2020 г. Anton Midyukov 0.9.90-alt3.1
    - Fix License tag
    27 ноября 2019 г. Anton Midyukov 0.9.90-alt3
    - switch to python3