diff options
author | kwm <kwm@FreeBSD.org> | 2011-06-23 20:54:46 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-06-23 20:54:46 +0800 |
commit | b1470ece69444d65f6df60ecdb1c8c10fd9ff6af (patch) | |
tree | d725e8c7e82ddc6c4fa7e54c5dfa8b3ac3446fe1 | |
parent | fee2025ccc1f5a1e56956acd714d3aa40979a2e0 (diff) | |
download | freebsd-ports-gnome-b1470ece69444d65f6df60ecdb1c8c10fd9ff6af.tar.gz freebsd-ports-gnome-b1470ece69444d65f6df60ecdb1c8c10fd9ff6af.tar.zst freebsd-ports-gnome-b1470ece69444d65f6df60ecdb1c8c10fd9ff6af.zip |
Add midipp.
A MIDI playback, recording and live performance tool
Submitted by: Hans Petter Selasky <hselasky@FreeBSD.org>
-rw-r--r-- | audio/midipp/Makefile | 26 | ||||
-rw-r--r-- | audio/midipp/distinfo | 2 | ||||
-rw-r--r-- | audio/midipp/pkg-descr | 13 | ||||
-rw-r--r-- | audio/midipp/pkg-plist | 4 |
4 files changed, 45 insertions, 0 deletions
diff --git a/audio/midipp/Makefile b/audio/midipp/Makefile new file mode 100644 index 000000000000..8fbd3d076bac --- /dev/null +++ b/audio/midipp/Makefile @@ -0,0 +1,26 @@ +# Ports collection makefile for: midipp +# Date created: 21 June 2011 +# Whom: Hans Petter Selasky <hselasky@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= midipp +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 MIDI playback, recording and live performance tool + +LIB_DEPENDS= umidi20.1:${PORTSDIR}/audio/libumidi + +LICENSE= BSD +USE_BZIP2= yes +USE_QT_VER= 4 +QT_COMPONENTS= gui qmake_build moc +QMAKE_ARGS= PREFIX=${PREFIX} ${PORTNAME}.pro +MAKE_JOBS_SAFE= yes + +.include <bsd.port.mk> diff --git a/audio/midipp/distinfo b/audio/midipp/distinfo new file mode 100644 index 000000000000..7109b9b482ff --- /dev/null +++ b/audio/midipp/distinfo @@ -0,0 +1,2 @@ +SHA256 (midipp-1.0.0.tar.bz2) = 7e256cc830f6853e9ef9b51938430e8148ceabae7f36fe38cc2c4319951f4cfc +SIZE (midipp-1.0.0.tar.bz2) = 38792 diff --git a/audio/midipp/pkg-descr b/audio/midipp/pkg-descr new file mode 100644 index 000000000000..7a0fc35049ab --- /dev/null +++ b/audio/midipp/pkg-descr @@ -0,0 +1,13 @@ +MIDI Player Pro allows you to play any kind of MIDI music in seconds +with your fingertips. List of supported features: + +- Raw MIDI. +- Jack MIDI. +- Import from lyrics sites (chorded lyrics) +- Import from GuitarPro v3 and v4 format. +- Loading and saving from and to standard v1.0 MIDI files. +- Live performancing. +- Simple sequence looping. +- Printing music like PDF. + +WWW: http://www.selasky.org/hans_petter/midistudio/ diff --git a/audio/midipp/pkg-plist b/audio/midipp/pkg-plist new file mode 100644 index 000000000000..4f9b4088a5e0 --- /dev/null +++ b/audio/midipp/pkg-plist @@ -0,0 +1,4 @@ +bin/midipp +share/pixmaps/midipp.png +share/applications/midipp.desktop +@dirrmtry share/applications |