audio/hydrogen: Updated README and REQUIRES.

This commit is contained in:
Dave Woodfall 2020-02-19 21:22:49 +00:00 committed by Willy Sudiarto Raharjo
parent 721f5524fa
commit f6adcfa4ef
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 27 additions and 12 deletions

View file

@ -4,17 +4,32 @@ Hydrogen is an advanced drum machine for GNU/Linux. It's main goal
is to bring professional yet simple and intuitive pattern-based drum
programming.
Optional dependencies:
There are a number of optional dependencies. Edited configure
output:
* jack
* JACKSESSION (not available at SBo)
* CoreAudio (not available at SBo)
* CoreMidi (not available at SBo)
* portaudio
* portmidi
* pulseaudio (included in Slackware)
* lash
* liblrdf
* rubberband
* libtar : - not found and not desired
* ladspa_sdk : -- not found but desired ...
Supported audio interfaces
--------------------------
* oss : - not found and not desired
* jack : -- not found but desired ...
* jacksession (not on SBo) : -- not found but desired ...
* NSM Session (not on SBo) : -- not found but desired ...
* CoreAudio (not on SBo) : - not found and not desired
* CoreMidi (not on SBo) : - not found and not desired
* portaudio : -- not found but desired ...
* portmidi : -- not found but desired ...
Usefull extensions
-----------------------------------------
* lash : -- not found but desired ...
* liblrdf : -- not found but desired ...
* rubberband : -- not found but desired ...
* The use of librubberband2 is marked as experimental.
* Because the current implementation produce wrong timing!
* So long this bug isn't solved, please disable this option.
* If rubberband-cli is installed, the hydrogen rubberband-function
* will work properly as expected.
These will be found automatically.

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/hydrogen-music/hydrogen/archive/0.9.7/hydrogen-0.9.
MD5SUM="569e5749e1c3f45cde09d13ba6738696"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ladspa_sdk"
REQUIRES=""
MAINTAINER="David Woodfall"
EMAIL="dave@slackbuilds.org"