From 270e428c20173b5356210a4752a9c17a774a32ee Mon Sep 17 00:00:00 2001 From: kalichakra Date: Tue, 6 Dec 2016 19:29:56 +0100 Subject: [PATCH] New package: timidity-2.14.0 --- srcpkgs/timidity/INSTALL.msg | 6 ++++++ srcpkgs/timidity/template | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 srcpkgs/timidity/INSTALL.msg create mode 100644 srcpkgs/timidity/template diff --git a/srcpkgs/timidity/INSTALL.msg b/srcpkgs/timidity/INSTALL.msg new file mode 100644 index 00000000000..a1a28ad4955 --- /dev/null +++ b/srcpkgs/timidity/INSTALL.msg @@ -0,0 +1,6 @@ +For MIDI playing and sequencing, TiMidity requires a patchset (or sound fonts). + +The 'freepats' package provides a patchset compatible with TiMidity, as well as +an example configuration file that can be copied to /etc/timidity/timidity.cfg + +Please refer to the timidity.cfg(5) manpage for more details. diff --git a/srcpkgs/timidity/template b/srcpkgs/timidity/template new file mode 100644 index 00000000000..fd81a7b8a92 --- /dev/null +++ b/srcpkgs/timidity/template @@ -0,0 +1,21 @@ +# Template file for 'timidity' +pkgname="timidity" +version="2.14.0" +revision=1 +build_style=gnu-configure +wrksrc="TiMidity++-${version}" +short_desc="A MIDI to WAVE converter and player" +maintainer="David " +license="GPL-2" +homepage="http://timidity.sourceforge.net" +distfiles="${SOURCEFORGE_SITE}/${pkgname}/TiMidity++-${version}.tar.xz" +checksum="abf0c8367959e85c9e635b8fbd5183fc27bd380e0ef5e45de4158784538c86fc" +nocross="configure: error: cannot run test program while cross compiling" + +makedepends="alsa-lib-devel libvorbis-devel libao-devel libflac-devel + libX11-devel gtk+-devel ncurses-devel" + +configure_args="--with-default-path=/etc/timidity \ + --enable-audio=alsa,oss,ao,vorbis,flac --enable-server \ + --enable-alsaseq=yes --enable-network \ + --enable-gtk --enable-ncurses"