32 Commits

Author SHA1 Message Date
rapha
8e7673c574 update to hydrogen-1.0.0beta1, help by sthen@, ok rsadowski@ 2020-02-22 17:34:35 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
rapha
45004f84e2 Update to hydrogen-0.9.7. Help and ok jca@ 2019-06-08 18:42:32 +00:00
sebastia
5181488863 Update to 0.9.5, which is still old, but newer versions change from
scons build environment to cmake

That makes the program usable again, also fixed MIDI input

feedback and OKs from sthen@, ratchov@
2019-01-08 21:24:29 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
naddy
04949af10a fix build with clang6 and fix some error path return values; informed
by changes in upstream git
2018-04-16 20:19:15 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
espie
2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
brad
930f42af09 Jacob Meuser disappeared a year and a half ago so remove him as MAINTAINER.
ok ajacoutot@
2012-12-09 07:29:57 +00:00
naddy
a8050c913d remove unneeded -pthread patches 2012-08-22 20:14:05 +00:00
espie
6011c3d2f0 normalize pkgpath in bsd.port.mk 2011-09-16 08:26:09 +00:00
sthen
c3a4115dc4 fix openbsd!=4 2011-07-20 15:30:32 +00:00
sthen
8f8742b587 Match on "openbsd" not "openbsd4", doesn't fix the build yet but it's a start.
Intentionally no bump (it didn't build and still doesn't)..
2011-07-20 12:08:24 +00:00
espie
99fe429f1a missed libspecs 2010-11-15 13:08:37 +00:00
espie
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
espie
39c51767b6 use default QString(), avoids ambiguity with upcoming qt 4.7.0. 2010-10-27 22:06:13 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
jakemsr
7f4a330ee4 enable liblrdf support 2010-10-23 17:04:14 +00:00
sthen
ad741e63bb new-style LIB_DEPENDS/REVISION, sync WANTLIB, bump where necessary.
checked with check-lib-depends and PLIST_DB "make package".
2010-09-05 22:00:13 +00:00
jakemsr
4d99813bba -update to hydrogen-0.9.4: bugfixes, qt3->qt4, code cleanup & file renaming
-add sndio audio and midi support, drop OSS audio support
- take maintainership
maintainer change suggested by grange@ (former maintainer), ok ratchov@
2010-01-11 05:11:32 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
jakemsr
756b4a6473 - default to /dev/audio for the audio device, but allow other
devices to be used as well

- add jack output.  these patches are back ported from hydrogen
subversion.

discussed with MAINTAINER
2008-03-24 03:09:42 +00:00
mgrimm
2c86a3339a Make Hydrogen deal with the audio/flac update:
- Fix WANTLIB and LIB_DEPENDS,
 - add -logg to LDFLAGS, as libOggFLAC is now part of libFLAC and depends on it,
 - adjust to API changes.

ok naddy@
2007-09-18 18:30:35 +00:00
simon
ec8fc0fefe remove surrounding quotes from COMMENT/PERMIT_*/BROKEN 2007-09-15 21:26:00 +00:00
grange
e2cbd05872 Disable check for SNDCTL_DSP_GETBLKSIZE value since it doesn't make any
sense and don't work with our uaudio driver. Problem reported and fixed
by Laurence Tratt <laurie@tratt.net>.
Regen patches and bump PKGNAME.
2007-05-02 17:51:16 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
grange
d806139ed5 Unbreak LADSPA plugins path searching, don't know what authors
was smoking. Problem noticed by James Wright <jamesw@bsdhosting.co.za>.
Bump PKGNAME.
2006-10-08 16:41:59 +00:00
grange
551fb1b741 Import hydrogen-0.9.3.
Hydrogen is an advanced drum machine. Its main goal is to bring
professional yet simple and intuitive pattern-based drum
programming.

http://www.hydrogen-music.org/
2006-09-25 18:56:00 +00:00