Search Criteria
Package Details: drmr-falktx-git 0.1.r118.0c2c794-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/drmr-falktx-git.git (read-only, click to copy) |
|---|---|
| Package Base: | drmr-falktx-git |
| Description: | DrMr is an LV2 sampler plugin that can play Hydrogen drumkits. This version enables plugin state saving using strings. |
| Upstream URL: | https://github.com/falkTX/drmr |
| Licenses: | GPL |
| Groups: | lv2-plugins |
| Conflicts: | drmr, drmr-falktx |
| Provides: | drmr, drmr-falktx |
| Submitter: | vrouet |
| Maintainer: | vrouet |
| Last Packager: | vrouet |
| Votes: | 4 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-12-04 18:30 (UTC) |
| Last Updated: | 2017-01-21 19:21 (UTC) |
Dependencies (6)
- expat (expat-gitAUR)
- gtk2AUR (gtk2-patched-filechooser-icon-viewAUR, gtk2-ng-gitAUR, gtk2-ng-gitAUR)
- libsamplerate (libsamplerate-gitAUR)
- libsndfile (libsndfile-gitAUR)
- lv2 (lv2-gitAUR, lv2-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
BrainDamage commented on 2019-11-06 01:34 (UTC)
gtk2 is only a build dependency, runtime it's optional only for the builtin ui
I run the plugin in a headless machine and it works perfectly fine as remote ui without the need to have gtk2 installed
so with edits, the variables should be:
depends=('libsndfile' 'libsamplerate' 'expat' 'lv2') makedepends=('git' 'gtk2' 'cmake') optdepends=('gtk2: For the builtin GUI')
linos commented on 2019-10-19 18:03 (UTC)
cmake is needed as a build dependency. please update PKGBUILD accordingly.
vrouet commented on 2017-01-21 19:22 (UTC) (edited on 2017-01-21 19:22 (UTC) by vrouet)
SpotlightKid commented on 2017-01-21 12:06 (UTC)