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

Исходный пакет: alure
Версия: 1.2-alt2.qa2
Собран:  26 июля 2021 г. 4:37
Сообщить об ошибке в пакете
Домашняя страница: http://kcat.strangesoft.net/alure.html

Лицензия: MIT
О пакете: ALURE is a utility library to help manage common tasks with OpenAL applications
Описание: 
The purpose of this library is to provide pre-made functionality that would otherwise be
repetitive or difficult to (re)code for various projects and platforms, such as loading
a sound file into an OpenAL buffer and streaming an audio file through a buffer queue.
Support for different formats is consistant across platforms, so no special checks are
needed when loading files, and all formats are handled through the same API.

Currently ALURE includes a basic .wav and .aif file reader, and can leverage external
libraries such as libSndFile (for extended wave formats and several others),
VorbisFile (for Ogg Vorbis), FLAC (for FLAC and Ogg FLAC), and others. External libraries
can also be dynamically loaded at run-time, or individually disabled outright at compile time.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
alure-examples (mipsel)
alure-examples-debuginfo (mipsel)
libalure (mipsel)
libalure-debuginfo (mipsel)
libalure-devel (mipsel)
libalure-devel-doc (mipsel)

Сопровождающий: Slava Dubrovskiy


    1. libmodplug-devel
    2. libmpg123-devel
    3. dumb-devel
    4. libopenal-devel
    5. gcc-c++
    6. libvorbis-devel
    7. cmake
    8. libflac-devel
    9. libfluidsynth-devel
    10. libsndfile-devel

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


31 мая 2021 г. Arseny Maslennikov 1.2-alt2.qa2
- NMU: spec: adapted to new cmake macros.
11 апреля 2016 г. Gleb F-Malinovskiy 1.2-alt2.qa1
- Rebuilt for gcc5 C++11 ABI.
12 ноября 2013 г. Slava Dubrovskiy 1.2-alt2
- Fix build