Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2007 10:49:20 GMT
From:      Dmitry Klimov <lazyklimm@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/118215: New port: audio/qsynth GUI fluidsynth app
Message-ID:  <200711231049.lANAnK71045781@www.freebsd.org>
Resent-Message-ID: <200711231050.lANAo25S036181@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         118215
>Category:       ports
>Synopsis:       New port: audio/qsynth GUI fluidsynth app
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 23 10:50:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Klimov
>Release:        RELENG_7
>Organization:
Intellect
>Environment:
FreeBSD 7.0-BETA2 #1
>Description:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	qsynth
#	qsynth/Makefile
#	qsynth/distinfo
#	qsynth/pkg-descr
#	qsynth/pkg-plist
#
echo c - qsynth
mkdir -p qsynth > /dev/null 2>&1
echo x - qsynth/Makefile
sed 's/^X//' >qsynth/Makefile << 'END-of-qsynth/Makefile'
X# New ports collection makefile for:	qsynth
X# Date created:		2007-11-17
X# Whom:			lazyklimm <lazyklimm@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	qsynth
XDISTVERSION=	0.3.1
XCATEGORIES=	audio
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	qsynth
X
XMAINTAINER=	lazyklimm@gmail.com
XCOMMENT=	Qt fluidsynth front-end application
X
XBUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
XLIB_DEPENDS=	fluidsynth:${PORTSDIR}/audio/fluidsynth
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XUSE_QT_VER=	4
XQT_COMPONENTS=	qmake moc uic rcc gui xml
XCFLAGS+=	${PTHREAD_CFLAGS} ${PTHREAD_LIBS}
XCONFIGURE_ARGS+=ac_cv_path_ac_moc=${LOCALBASE}/bin/moc-qt4 ac_cv_path_ac_uic=${LOCALBASE}/bin/uic-qt4 \
X		ac_cv_path_ac_qmake=${LOCALBASE}/bin/qmake-qt4
X
X.include <bsd.port.mk>
END-of-qsynth/Makefile
echo x - qsynth/distinfo
sed 's/^X//' >qsynth/distinfo << 'END-of-qsynth/distinfo'
XMD5 (qsynth-0.3.1.tar.gz) = 41de4b244cd896a1150101855bafbbb8
XSHA256 (qsynth-0.3.1.tar.gz) = 56d0c14f85a9469df97df2d813860a471a71e2206e7e11365e37a3be028a2aa6
XSIZE (qsynth-0.3.1.tar.gz) = 137632
END-of-qsynth/distinfo
echo x - qsynth/pkg-descr
sed 's/^X//' >qsynth/pkg-descr << 'END-of-qsynth/pkg-descr'
XQsynth is a fluidsynth GUI front-end application written in C++ around the Qt4 toolkit using Qt Designer. Eventually it may evolve into a softsynth management application allowing the user to control and manage a variety of command line softsynth but for the moment it wraps the excellent FluidSynth.
X
XWWW:	http://qsynth.sourceforge.net/
END-of-qsynth/pkg-descr
echo x - qsynth/pkg-plist
sed 's/^X//' >qsynth/pkg-plist << 'END-of-qsynth/pkg-plist'
Xbin/qsynth
Xshare/pixmaps/qsynth.png
Xshare/applications/qsynth.desktop
X@dirrmtry share/applications
END-of-qsynth/pkg-plist
exit


>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711231049.lANAnK71045781>