New package: timidity-2.14.0

This commit is contained in:
kalichakra 2016-12-06 19:29:56 +01:00
parent 0466826843
commit 270e428c20
2 changed files with 27 additions and 0 deletions

View file

@ -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.

21
srcpkgs/timidity/template Normal file
View file

@ -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 <kalichakra@zoho.com>"
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"