Search Criteria
Package Details: helm-git 0.9.0.r1897.abdedd52-2
Git Clone URL: | https://aur.archlinux.org/helm-git.git (read-only, click to copy) |
---|---|
Package Base: | helm-git |
Description: | a cross-platform, polyphonic synthesizer LV2 and VST plugin |
Upstream URL: | http://tytel.org/helm/ |
Licenses: | |
Groups: | |
Conflicts: | |
Provides: | |
Submitter: | SpotlightKid |
Maintainer: | SpotlightKid |
Last Packager: | SpotlightKid |
Votes: | 14 |
Popularity: | 0.012882 |
First Submitted: | 2015-07-11 21:39 |
Last Updated: | 2019-11-25 15:17 |
Dependencies (8)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- curl (curl-git, curl-minimal-git)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libxinerama (libxinerama-randr-git)
- lv2 (lv2-git)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-rc, mesa-stable, mesa-git, mesa-minimal-git, mesa-minimal+-git)
- git (git-git) (make)
Required by (14)
- arkade-bin (requires helm) (optional)
- chart-testing (requires helm)
- helm-2to3 (requires helm)
- helm-diff (requires helm)
- helm-docs (requires helm)
- helm-edit (requires helm)
- helm-gcs (requires helm)
- helm-push (requires helm)
- helm-s3 (requires helm)
- helm-secrets (requires helm)
- k3sup-bin (requires helm) (optional)
- kubernetes-helmfile-bin (requires helm)
- lens (requires helm) (optional)
- porter-bin (requires helm) (optional)
Latest Comments
1 2 Next › Last »
SpotlightKid commented on 2020-03-22 15:35
Should I rename this package to
helm-synth-git
then?dvzrv commented on 2020-03-22 14:28
I've renamed community/helm to community/helm-synth (this package and helm-synth can be installed side-by-side).
In a couple of weeks kubernetes-helm will be moved to [community] as helm and the
replaces
will be dropped from helm-synth.Ralf_Mardorf commented on 2019-11-30 08:04
I'm sorry for the late reply. In the meantime the machine was restarted and helm doesn't segfault anymore.
SpotlightKid commented on 2019-11-26 08:22
@Ralf_Mardorf: strange, I tested the patched build on my system (stand-alone, VST and LV2) and didn't experience a crash. Is there a pattern to when it crashes?
Ralf_Mardorf commented on 2019-11-26 08:19
Helm builds, but segfaults on my machine.
SpotlightKid commented on 2019-11-25 15:18
@alcymd: Added a patch for compilation with GCC 9. Thanks for the heads up!
alcymd commented on 2019-11-24 23:06
This package fails to compile on my system, with the error message: ../../../JUCE/modules/juce_graphics/colour/juce_PixelFormats.h:119:77: error: cannot bind packed field ‘((juce::PixelARGB*)this)->juce::PixelARGB::<anonymous>.juce::PixelARGB::<unnamed union>::comps[0]’ to ‘juce::uint8&’ {aka ‘unsigned char&’} ...
A quick google search suggests compatibility issues related to gcc-9. I changed the compiler from g++ to clang++ and now it successfully compiles.
Teteros commented on 2018-07-17 12:05
I've had to remove prepare() to compile this, seems the VST SDK is included in helm sources again? (sed fails because directory structure changed)
SpotlightKid commented on 2016-07-23 12:22
Compilation fixed, thanks to @CrocoDuck.
Package now uses steinberg-vst36 instead of including the VST3 SDK in the sources list.
CrocoDuck commented on 2016-07-03 15:48
Hi there! Following falkTX advice in this thread (https://linuxmusicians.com/viewtopic.php?f=24&t=15889&p=72486#p72486) I was able to have helm built and installed by changing the build() function to this:
build() {
cd "${srcdir}/${_pkgname}"
CXXFLAGS="${CFLAGS} -DHAVE_LROUND"
make PREFIX="/usr" all vst
}
You know probably better than me whether that is an appropriate PKGBUILD modification. I just skimmed through this: https://wiki.archlinux.org/index.php/Makepkg#Creating_optimized_packages