Package Details: hydrogen-git 1.2.0.r301.g05b49c75c-1

Git Clone URL: https://aur.archlinux.org/hydrogen-git.git (read-only, click to copy)
Package Base: hydrogen-git
Description: An advanced drum machine (git version)
Upstream URL: https://github.com/hydrogen-music/hydrogen
Licenses: GPL
Groups: pro-audio
Conflicts: hydrogen
Provides: hydrogen
Submitter: SpotlightKid
Maintainer: SpotlightKid
Last Packager: SpotlightKid
Votes: 3
Popularity: 0.000000
First Submitted: 2016-02-03 14:38 (UTC)
Last Updated: 2023-10-16 22:21 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

Tara commented on 2016-06-01 23:24 (UTC)

Also, I would like to suggest adding the following line from the PKGBUILD in extra: # TODO: tell upstream to comply with freedesktop.org icon conventions sed -i 's:Icon=h2-icon:Icon=/usr/share/hydrogen/data/img/gray/h2-icon.svg:' \ "$pkgdir/usr/share/applications/$pkgname.desktop" It appears after: make DESTDIR="${pkgdir}" install That way we can see a proper icon on the desktop. I'm using plasma.

Tara commented on 2016-06-01 23:20 (UTC)

Regarding the raptor.h problem... I was having the same problem. The fix described in this discussion works: https://github.com/hydrogen-music/hydrogen/issues/342 Specifically from @pvint: Jin - try changing line 222 of CMakeLists.txt to: include_directories(${PC_LRDF_INCLUDE_DIRS}) # see github issue 194 & 342

SpotlightKid commented on 2016-04-08 14:58 (UTC)

The output of 'git describe --tags' keeps changing. I've adapted the pkgver function to be hopefully more robust.

HeyCitizen commented on 2016-04-08 14:06 (UTC)

pkgver still complains because line 24 of the PKGBUILD version="$(git describe --tags | sed -e 's/-/./')" should be version="$(git describe --tags | sed -e 'y/-/./')"

SpotlightKid commented on 2016-04-02 23:05 (UTC) (edited on 2016-04-02 23:14 (UTC) by SpotlightKid)

Can't reproduce this here. /usr/include/lrdf.h is in package liblrdf, which depends on raptor, which provides /usr/include/raptor2/raptor.h. raptor is in extra. hydrogen links against liblrdf and libraptor2 without problems here. Noticed three other issues though and fixed them: - Project was compiled as build type "Debug" instead of "Release". - pkgver() function wasn't working correctly anymore. - Dependency libarchive was already covered.

anirban.metal commented on 2016-04-02 22:04 (UTC)

Please include 'aur/raptor1' in the dependencies, otherwise the following error occurs during compilation. /usr/include/lrdf.h:8:20: fatal error: raptor.h: No such file or directory compilation terminated. src/core/CMakeFiles/hydrogen-core-0.9.7.dir/build.make:590: recipe for target 'src/core/CMakeFiles/hydrogen-core-0.9.7.dir/src/fx/effects.cpp.o' failed