Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

4
audio/qsynth/DESCR Normal file
View File

@@ -0,0 +1,4 @@
Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt3
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
softsynths but for the moment it wraps the excellent FluidSynth.

38
audio/qsynth/Makefile Normal file
View File

@@ -0,0 +1,38 @@
# $NetBSD: Makefile,v 1.26 2013/06/06 12:54:05 wiz Exp $
DISTNAME= qsynth-0.2.4
PKGREVISION= 19
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qsynth/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://qsynth.sourceforge.net/
COMMENT= Qt GUI Interface to FluidSynth
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PTHREAD_AUTO_VARS= yes
# a fix for qt-3.3.5, please remove if qt-3.3.6 (or newer) solves the problem
SUBST_CLASSES+= hints
SUBST_STAGE.hints= post-patch
SUBST_MESSAGE.hints= Fix includehints.
SUBST_FILES.hints= src/*.ui
SUBST_FILTER_CMD.hints= ${GREP} -v includehint
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qsynth ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/icons
${INSTALL_DATA} ${WRKSRC}/icons/qsynth.png \
${DESTDIR}${PREFIX}/share/icons
.include "../../audio/fluidsynth/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

3
audio/qsynth/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/19 15:13:38 adam Exp $
bin/qsynth
share/icons/qsynth.png

5
audio/qsynth/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2005/10/19 15:13:38 adam Exp $
SHA1 (qsynth-0.2.4.tar.gz) = 280ce73c6f3d3f127dd14201eb190edfb7eabcaf
RMD160 (qsynth-0.2.4.tar.gz) = eb048cb1a8d46cdb4c2ac44a30803f9b2067fa20
Size (qsynth-0.2.4.tar.gz) = 127895 bytes