diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-08-06 17:37:34 +0000 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-08-06 17:37:34 +0000 |
commit | e031b5431ed18ee4293ace7d09d2862a2d5de310 (patch) | |
tree | 1a0b31947349db101bb1236977101985e828add9 /audio/rosegarden | |
parent | ee568e66e888305e967ae64a9d25f3bdebaf7558 (diff) | |
download | FreeBSD-ports-e031b5431ed18ee4293ace7d09d2862a2d5de310.zip FreeBSD-ports-e031b5431ed18ee4293ace7d09d2862a2d5de310.tar.gz |
New audio port, Rosegarden, a midi musical sequencer and notation editor.
Submitted by: Andreas Kohout
Diffstat (limited to 'audio/rosegarden')
-rw-r--r-- | audio/rosegarden/Makefile | 22 | ||||
-rw-r--r-- | audio/rosegarden/distinfo | 1 | ||||
-rw-r--r-- | audio/rosegarden/files/patch-aa | 19 | ||||
-rw-r--r-- | audio/rosegarden/files/patch-ab | 19 | ||||
-rw-r--r-- | audio/rosegarden/pkg-comment | 1 | ||||
-rw-r--r-- | audio/rosegarden/pkg-descr | 7 | ||||
-rw-r--r-- | audio/rosegarden/pkg-plist | 12 |
7 files changed, 81 insertions, 0 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile new file mode 100644 index 0000000..9daf65d --- /dev/null +++ b/audio/rosegarden/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: rosegarden +# Version required: 2.0b3 +# Date created: 04 Aug 1996 +# Whom: shanee +# +# $Id: Makefile,v 1.0 1996/08/04 01:14:40 shanee Exp $ +# + +DISTNAME= rosegarden +PKGNAME= rosegarden-2.0 +MASTER_SITES= ftp://ftp.maths.bath.ac.uk/pub/dream/ROSE/ +CATEGORIES= audio +EXTRACT_SUFX= -2.0-BETA3-sources.tgz + +MAINTAINER= shanee@rabbit.augusta.de + +LIB_DEPENDS= Xaw3d\\.6\\.:$(PORTSDIR)/x11/Xaw3d +RUN_DEPENDS= playmidi:${PORTSDIR}/audio/playmidi + +ALL_TARGET= all ROSEGARDEN=$(WRKSRC) SYSLIBS="\"-lmalloc -lXaw3d -lXext -lXmu -lXt -lX11\"" + +.include <bsd.port.mk> diff --git a/audio/rosegarden/distinfo b/audio/rosegarden/distinfo new file mode 100644 index 0000000..f3d5ed8 --- /dev/null +++ b/audio/rosegarden/distinfo @@ -0,0 +1 @@ +MD5 (rosegarden-2.0-BETA3-sources.tgz) = a1c91f8fb40a871811911649b4e9419f diff --git a/audio/rosegarden/files/patch-aa b/audio/rosegarden/files/patch-aa new file mode 100644 index 0000000..a0471bd --- /dev/null +++ b/audio/rosegarden/files/patch-aa @@ -0,0 +1,19 @@ +*** ./sequencer/src/Record_LINUX.c.orig Mon Aug 5 00:08:18 1996 +--- ./sequencer/src/Record_LINUX.c Mon Aug 5 00:08:33 1996 +*************** +*** 24,30 **** + #undef POSIX_PLEASE + #undef _POSIX_SOURCE + +! #include <sys/soundcard.h> + #include <sys/ioctl.h> + #include <errno.h> + +--- 24,30 ---- + #undef POSIX_PLEASE + #undef _POSIX_SOURCE + +! #include <machine/soundcard.h> + #include <sys/ioctl.h> + #include <errno.h> + diff --git a/audio/rosegarden/files/patch-ab b/audio/rosegarden/files/patch-ab new file mode 100644 index 0000000..7594d55 --- /dev/null +++ b/audio/rosegarden/files/patch-ab @@ -0,0 +1,19 @@ +*** ./sequencer/src/Sequence_LINUX.c.orig Mon Aug 5 00:09:00 1996 +--- ./sequencer/src/Sequence_LINUX.c Mon Aug 5 00:09:14 1996 +*************** +*** 41,47 **** + #undef _POSIX_SOURCE + + /* include our linux soundcard header */ +! #include <sys/soundcard.h> + #include <sys/ioctl.h> + #include <errno.h> + +--- 41,47 ---- + #undef _POSIX_SOURCE + + /* include our linux soundcard header */ +! #include <machine/soundcard.h> + #include <sys/ioctl.h> + #include <errno.h> + diff --git a/audio/rosegarden/pkg-comment b/audio/rosegarden/pkg-comment new file mode 100644 index 0000000..4a2ec0f --- /dev/null +++ b/audio/rosegarden/pkg-comment @@ -0,0 +1 @@ +The Rosegarden Editor and Sequencer suite, release 2.0 beta 3. diff --git a/audio/rosegarden/pkg-descr b/audio/rosegarden/pkg-descr new file mode 100644 index 0000000..b325b39 --- /dev/null +++ b/audio/rosegarden/pkg-descr @@ -0,0 +1,7 @@ +Rosegarden is a free integrated musical notation editor and MIDI +sequencer for Unix/X platforms, with specific support for Linux PCs +and SGI IRIX workstations. + +See the Rosegarden Web page at http://www.bath.ac.uk/~masjpf/rose.html +for more information, or anonymous ftp to ftp.maths.bath.ac.uk, +directory /pub/dream/ROSE . diff --git a/audio/rosegarden/pkg-plist b/audio/rosegarden/pkg-plist new file mode 100644 index 0000000..4afb1ba --- /dev/null +++ b/audio/rosegarden/pkg-plist @@ -0,0 +1,12 @@ +@cwd /usr/local +bin/rosegarden +lib/rosegarden/editor +lib/rosegarden/rosehelp.hnx +lib/rosegarden/rosehelp.info +lib/rosegarden/sequencer +lib/rosegarden/std.sb +lib/rosegarden/music/glazunov.rose +lib/rosegarden/music/sonataC.rose +lib/rosegarden/music/vivaldi.rose +@cwd /usr/X11R6 +lib/X11/app-defaults/Rosegarden |