summaryrefslogtreecommitdiff
path: root/audio/qsynth
diff options
context:
space:
mode:
authoradam <adam>2005-10-19 15:13:38 +0000
committeradam <adam>2005-10-19 15:13:38 +0000
commit3997c4ead25e62c34185427f3809147f41041e88 (patch)
tree864ee67d637e8947be2967aca3a6e10bb78ae311 /audio/qsynth
parentb9083cad95c309bb7a2746fd4d122eab467cc97f (diff)
downloadpkgsrc-3997c4ead25e62c34185427f3809147f41041e88.tar.gz
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.
Diffstat (limited to 'audio/qsynth')
-rw-r--r--audio/qsynth/DESCR4
-rw-r--r--audio/qsynth/Makefile29
-rw-r--r--audio/qsynth/PLIST3
-rw-r--r--audio/qsynth/distinfo5
4 files changed, 41 insertions, 0 deletions
diff --git a/audio/qsynth/DESCR b/audio/qsynth/DESCR
new file mode 100644
index 00000000000..c73110a7b08
--- /dev/null
+++ b/audio/qsynth/DESCR
@@ -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.
diff --git a/audio/qsynth/Makefile b/audio/qsynth/Makefile
new file mode 100644
index 00000000000..00b0b1ce175
--- /dev/null
+++ b/audio/qsynth/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/19 15:13:38 adam Exp $
+
+DISTNAME= qsynth-0.2.4
+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_LIBTOOL= yes
+GNU_CONFIGURE= 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
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/qsynth ${PREFIX}/bin/
+ ${INSTALL_DATA} ${WRKSRC}/icons/qsynth.png ${PREFIX}/share/icons/
+
+.include "../../audio/fluidsynth/buildlink3.mk"
+.include "../../x11/qt3-tools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/qsynth/PLIST b/audio/qsynth/PLIST
new file mode 100644
index 00000000000..055df4e3ecd
--- /dev/null
+++ b/audio/qsynth/PLIST
@@ -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
diff --git a/audio/qsynth/distinfo b/audio/qsynth/distinfo
new file mode 100644
index 00000000000..e0b356b8fb6
--- /dev/null
+++ b/audio/qsynth/distinfo
@@ -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