-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audio/distrho-mini-series: Updated for version 1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
- Loading branch information
Showing
4 changed files
with
64 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
Three audio filters in LV2 and Linux-Native VST: | ||
Audio utilities. | ||
|
||
Mini Series: | ||
Ping Pong Pan | ||
3 Band EQ | ||
3 Band Splitter | ||
|
||
Both LV2 and VST are installed. | ||
Plus these: | ||
Nekobi TB-303 emulator | ||
Kars (plucked-string synthesizer) | ||
glBars and ProM (visualizers) | ||
|
||
To exclude LV2: | ||
LV2=no ./distrho-mini-series.SlackBuild | ||
Includes LV2, DSSI, and VST versions. | ||
|
||
To exclude VST: | ||
VST=no ./distrho-mini-series.SlackBuild |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,26 @@ | ||
PRGNAM="distrho-mini-series" | ||
VERSION="20140826" | ||
VERSION="1.1" | ||
HOMEPAGE="http://distrho.sourceforge.net/plugins" | ||
DOWNLOAD="http://iweb.dl.sourceforge.net/project/distrho/2014-08-26/distrho-mini-series-linux32bit.tar.xz" | ||
MD5SUM="53f6b020b33b750e715227cd1f031cb9" | ||
DOWNLOAD_x86_64="http://iweb.dl.sourceforge.net/project/distrho/2014-08-26/distrho-mini-series-linux64bit.tar.xz" | ||
MD5SUM_x86_64="7398e50083a59e0c03bb207c564178b8" | ||
REQUIRES="lv2" | ||
DOWNLOAD="https://github.com/DISTRHO/DPF-Plugins/releases/download/v1.1/distrho-mini-series-linux32.tar.xz \ | ||
https://github.com/DISTRHO/DPF-Plugins/releases/download/v1.1/distrho-nekobi-linux32.tar.xz \ | ||
https://github.com/DISTRHO/DPF-Plugins/releases/download/v1.1/distrho-kars-linux32.tar.xz \ | ||
https://github.com/DISTRHO/DPF-Plugins/releases/download/v1.1/distrho-glbars-linux32.tar.xz \ | ||
http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-prom-linux32bit.tar.xz" | ||
MD5SUM="351d5b6a017a45c9a0a6433ee9dcb409 \ | ||
7d418e09f20f088fd9c0df8744f84c04 \ | ||
8a4685fe52d084d1fd52688417f936b0 \ | ||
dae233362b7d2281d22c2b9c3589354e \ | ||
e9a97701f47a34cbfa13f3432ea32a11" | ||
DOWNLOAD_x86_64="https://github.com/DISTRHO/DPF-Plugins/releases/download/v1.1/distrho-mini-series-linux64.tar.xz \ | ||
https://github.com/DISTRHO/DPF-Plugins/releases/download/v1.1/distrho-nekobi-linux64.tar.xz \ | ||
https://github.com/DISTRHO/DPF-Plugins/releases/download/v1.1/distrho-kars-linux64.tar.xz \ | ||
https://github.com/DISTRHO/DPF-Plugins/releases/download/v1.1/distrho-glbars-linux64.tar.xz \ | ||
http://sourceforge.net/projects/distrho/files/2014-08-26/distrho-prom-linux64bit.tar.xz" | ||
MD5SUM_x86_64="f731f5ee0d38e51395f2b8717bff17d2 \ | ||
94e2402f38b4ef39f8679c09d6e8ccd9 \ | ||
807a46cc1bba970626000ca17c30e4a3 \ | ||
4863993ec5bbb5d3cac160f6596f6d97 \ | ||
eae42b12051d6b4e059b46aefc7377a3" | ||
REQUIRES="dssi lv2" | ||
MAINTAINER="Klaatu" | ||
EMAIL="klaatu@member.fsf.org" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters