summaryrefslogtreecommitdiff
path: root/audio/hydrogen/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2017-06-28add support for PKGMANDIRwiedi1-1/+2
2016-11-30Add upstream bug report URL.wiz1-2/+2
2016-11-30Updated hydrogen to 0.9.7.wiz1-5/+5
2016-11-01 the hydrogen team <hydrogen-devel@lists.sourceforge.net> * Release 0.9.7 * The color of the SongEditors squares is now configurable * Added support for midi cymbal choking * Added support for midi hihat pressure control * Added hihat pressure groups * Added basic non session manager support * Added instrument components * Basic lilypond export * New windows cross compilation script * Support for soundlibrary images * Configurable sample selection algorithm * Support for soundlibraries with images * Donation dialog * New midi action: * SELECT_PREV_PATTERN_RELATIVE
2016-10-25fix LOGGER_SLEEP() to not call usleep() with 1000000 which is allowedmrg1-1/+2
to be illegal (and is on netbsd.) this fixes 100% cpu usage seen while doing nothing at all. (it still writes nul to /dev/audio while doing nothing, but that takes little cpu :)
2016-06-18Use github framework and avoid too generic distnameryoon1-5/+5
No binary change is intended.
2015-11-03Add SHA512 digests for distfiles for audio categoryagc1-1/+2
Problems found with existing distfiles: /pub/pkgsrc/distfiles/amp-0.7.6.tgz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz /pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz /pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2 /pub/pkgsrc/distfiles/mp3to.gz /pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz No changes made to these file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-09-10update to hydrogen 0.9.6.1. mostly just a bug fix release.mrg1-4/+4
2014-08-05update to hydrogen 0.9.6 (actual release.)mrg1-6/+4
includes: - fixes for NetBSD - cppunit tests - pulseaudio support (not yet enabled?) - several new --options - fixes for JACK support (this, and the NetBSD fixes remove all our local patches!) - fixes for drumkit loading - wants newer libarchive than NetBSD or pkgsrc have; use libtar for now - updates to playlist support - uses snprintf() over sprintf() - better undo/redo support - copy/paste support for particular notes
2014-04-19Don't use -fno-implement-inlines.joerg1-2/+2
2014-03-06update to hydrogen 0.9.6-beta3. changes include:mrg1-6/+6
Bugfixes: - Major fixes for the pattern handling in the soundlibrary - A memory leak was fixed which appeared when using note-off notes - A note-off related segmentation fault was fixed - The path of instrumens is now set correctly if a song gets saved (solves the abs. vs. rel. path problem) - lots of smaller fixes.. New features: - New midi action: SELECT_NEXT_PATTERN_RELATIVE - Show a layers velocity informations in a tooltip - Added a description field for patterns - Jack session support - Jack midi out - Undo history - Tabbed interface (aimed at netbooks) - CMake for build
2013-01-11Fix build with newer scons and update PLIST. Bump revision.joerg1-2/+2
2012-11-13update to hydrogen 0.9.5.1. slightly clean up the netbsd port.mrg1-6/+6
2011-02-19 the hydrogen team <hydrogen-devel@lists.sourceforge.net> * Release 0.9.5.1 * Compatible with linux 3.0 kernels * Compiles now with gcc 4.7 * Added greek translation * Updated czech translation * Few small bugfixes 2011-03-15 the hydrogen team <hydrogen-devel@lists.sourceforge.net> * Release 0.9.5 * load playlists at startup * midi-learn works now with shift-click on some gui elements * multi-track export * LADI support * maximum number of bars is now configurable * added czech translation * fixed serveral export song failures * added ogg, flac, aiff export support * added some new commandline parameter for no_gui version * added rubberband-cli support * several improvements on sample editor * added NO_GUI_SUPPORT to build a version of hydrogen without a gui * added support for app bundles on OSX * non destructive sample editor * piano roll editor * instrument midi out * destructive midi recording * support for midi "note off" messages * virtual patterns * time line to change song tempo and add tags * director * and at least several small changes * Xml handling is now done by QtXml instead of TinyXML * improved support for non-ascii filenames / strings * remove direct dependencies to libflac
2012-06-28Linux build fixes:sbd1-2/+2
* On Linux only pull in alsa-lib buildlink and enable alsa support. * In the Sconstruct file move the line setting the include path and ldflags based on the prefix from the netbsd section to the linux, darwin and netbsd section. * When adding to an if/elif/else block _elif_ should be used. Bump PKGREVISION (because of the earlier libarchive additions).
2012-03-26Accept all NetBSD versions.joerg1-3/+3
2011-04-28update to hydrogen 0.9.4.2. changes include:mrg1-4/+6
- more jack support (not enabled) - qt3 -> qt4 update (including a major UI update) - support for more instruments - better midi support - many bug fixes - multi-layer instrument support - multiple concurrent patterns - FLAC support - autosave support - drumkit manager - much better pattern support/ui/editing thanks to wiz@ for help getting this right.
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-07-06Initial import of hydrogen-0.8.0 from pkgsrc-wip, contributed byxtraeme1-0/+4
Chris Wareham. Hydrogen is a simple real-time drum machine/sequencer for CAC (Computer Aided Composition).