Port details |
- hydrogen-devel Advanced drum machine
- 0.9.7a audio
=0 0.9.7aVersion of this port present on the latest quarterly branch.
- Maintainer: FreeBSD@ShaneWare.Biz
- Port Added: 2014-07-19 11:25:25
- Last Update: 2018-01-18 00:22:33
- SVN Revision: 459301
- License: GPLv2+
- WWW:
- http://www.hydrogen-music.org/
- Description:
- Hydrogen is an advanced drum machine. Its main goal is to bring
professional yet simple and intuitive pattern-based drum programming.
WWW: http://www.hydrogen-music.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- hydrogen-devel>0:audio/hydrogen-devel
- No installation instructions:
- This port has been deleted.
- PKGNAME: hydrogen-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (hydrogen-music-hydrogen-0.9.7a-718b2652fb_GH0.tar.gz) = bfdf0cb8c171d50ecfdd3c652f6d3a4d860feedc514e5de506046a7b89b86adf
SIZE (hydrogen-music-hydrogen-0.9.7a-718b2652fb_GH0.tar.gz) = 6545382
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ladspa>=0 : audio/ladspa
- cmake : devel/cmake
- ninja : devel/ninja
- update-desktop-database : devel/desktop-file-utils
- pkgconf>=1.3.0_1 : devel/pkgconf
- moc : devel/qt4-moc
- qmake : devel/qt4-qmake
- rcc : devel/qt4-rcc
- uic : devel/qt4-uic
- Runtime dependencies:
-
- analyseplugin : audio/ladspa
- update-desktop-database : devel/desktop-file-utils
- Library dependencies:
-
- libsndfile.so : audio/libsndfile
- libjack.so : audio/jack
- liblrdf.so : textproc/liblrdf
- libtar.so : devel/libtar
- libQtCore.so : devel/qt4-corelib
- libQtGui.so : x11-toolkits/qt4-gui
- libQtNetwork.so : net/qt4-network
- libQtXml.so : textproc/qt4-xml
- libQtXmlPatterns.so : textproc/qt4-xmlpatterns
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for hydrogen-devel-0.9.7a:
ALSA=off: ALSA audio architecture support
DEBUG=off: Build with debugging support
JACK=on: JACK audio server support
LADSPA=on: LADSPA audio plugins support
LASH=off: LASH audio support
OSS=on: Open Sound System support
PORTAUDIO=off: PortAudio library support
PULSEAUDIO=off: PulseAudio sound server support
RDF=on: RDF File support
RUBBERBAND=off: librubberband for time stretching
TEST=off: Build and/or run tests
====> Export support for drumkit: you have to select exactly one of them
LIBARCHIVE=off: LibArchive support
LIBTAR=on: Libtar support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cmake desktop-file-utils pkgconfig qmake:_env
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.7a 18 Jan 2018 00:22:33 |
jbeich |
audio/hydrogen-devel: remove out of date port
PR: 225285
Submitted by: Shane Ambler (maintainer) |
0.9.7a 21 May 2017 21:55:08 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
0.9.7a 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
0.9.7a 08 Jun 2016 12:57:00 |
amdmi3 |
- Fix misused PLIST_SUB substitudes [1]
- While here, fix license, whitespace, add missing qt corelib dependency and
switch to new test framework [2]
PR: 210096 [1]
Submitted by: tcberner@gmail.com [1]
Approved by: FreeBSD@ShaneWare.Biz [1], portmgr blanket [2] |
0.9.7a 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.9.7a 28 Sep 2015 07:12:23 |
riggs |
Update to recent upstream snapshot, bump PORTVERSION to 0.9.7a
PR: 203207
Submitted by: FreeBSD@ShaneWare.Biz (maintainer) |
0.9.6r2_2 19 Jul 2015 19:51:13 |
bapt |
Convert to USES=libarchive |
0.9.6r2_2 30 May 2015 20:39:13 |
bapt |
Update portaudio to v19/Remove portaudio2 [1]
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken
Approved by: maintainer |
0.9.6r2_1 06 May 2015 14:34:40 |
mat |
Fix after last commit. |
0.9.6r2_1 06 May 2015 12:57:56 |
mat |
Update ports in the a* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
0.9.6r2_1 19 Mar 2015 16:44:59 |
bdrewery |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
0.9.6r2_1 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
0.9.6r2_1 08 Sep 2014 19:41:56 |
riggs |
- Bump PORTREVISION
- Simplify port makefile (mostly OPTIONS)
- Address build failures in certain situations
PR: 193065
Submitted by: FreeBSD@ShaneWare.Biz (maintainer) |
0.9.6r2 07 Aug 2014 14:22:40 |
wg |
audio/hydrogen-devel: update to 0.9.6r2
PR: 192440
Submitted by: maintainer |
0.9.6b3 19 Jul 2014 11:25:10 |
riggs |
- Introduce new port: audio/hydrogen-devel
- Add audio/hydrogen-devel to audio/Makefile
- Introduce suitable CONFLICTS to audio/hydrogen/Makefile
PR: 178457
Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer)
Approved by: mentors (implicit) |