diff --git a/srcpkgs/qsynth/template b/srcpkgs/qsynth/template new file mode 100644 index 00000000000..5a5a528b633 --- /dev/null +++ b/srcpkgs/qsynth/template @@ -0,0 +1,35 @@ +# Template file for 'qsynth' +pkgname=qsynth +version=0.3.6 +homepage="http://qsynth.sourceforge.net" +distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" +build_style=gnu_configure +short_desc="Qt GUI Interface for FluidSynth" +maintainer="davehome " +license="GPL-2" +checksum=b5968da98661bac5c9fcc93d3a15851594dfbf3bb7d01ace15fbe8779d53fb3c +long_desc=" + Qsynth 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. + FluidSynth is a command line software synthesiser based on the Soundfont + specification." + +gtk_iconcache_dirs="/usr/share/icons/hicolor" + +Add_dependency run libgcc +Add_dependency run glibc +Add_dependency run libstdc++ +Add_dependency run libX11 +Add_dependency run qt +Add_dependency run libfluidsynth +Add_dependency run jack # depend on the server too + +Add_dependency build pkg-config +Add_dependency build qt-devel +Add_dependency build jack-devel +Add_dependency build fluidsynth-devel + +Add_dependency full desktop-file-utils +Add_dependency full hicolor-icon-theme