Add jack_ghero.

Convert a GuitarHero device into a Jack MIDI device.

Submitted by:	Hans Petter Selasky <hselasky@FreeBSD.org>
This commit is contained in:
Koop Mast 2011-06-23 12:52:20 +00:00
parent c80799fcb8
commit 63182cd870
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276127
3 changed files with 42 additions and 0 deletions

37
audio/jack_ghero/Makefile Normal file
View File

@ -0,0 +1,37 @@
# Ports collection makefile for: jack_ghero
# Date created: 21 June 2011
# Whom: Hans Petter Selasky <hselasky@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= jack_ghero
PORTVERSION= 1.0.0
CATEGORIES= audio
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
http://hselasky.homeunix.org:8192/distfiles/
MAINTAINER= hselasky@FreeBSD.org
COMMENT= A daemon that converts a GuitarHero device into a JACK MIDI device.
LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack
LICENSE= BSD
USE_BZIP2= yes
MAKE_JOBS_SAFE= yes
MANCOMPRESSED= yes
MAN8= jack_ghero.8
PLIST_FILES= sbin/jack_ghero
OPTIONS= DEBUG "Build with debugging support" Off
.include <bsd.port.options.mk>
MAKE_ARGS+=" HAVE_MAN=YES"
.if defined(WITH_DEBUG)
MAKE_ARGS+=" HAVE_DEBUG=YES"
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (jack_ghero-1.0.0.tar.bz2) = 77df19055368f5f2a04d13f57f7502e5d940ce746c2d6f16b42156ef3a49f990
SIZE (jack_ghero-1.0.0.tar.bz2) = 5093

View File

@ -0,0 +1,3 @@
This is a daemon that converts a GuitarHero device into a JACK MIDI device.
WWW: http://www.selasky.org/hans_petter/midistudio