[arch-commits] Commit in timidity++/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Fri Dec 21 03:38:30 UTC 2012


    Date: Thursday, December 20, 2012 @ 22:38:29
  Author: eric
Revision: 173688

upgpkg: timidity++ 2.14.0-4

Rebuild against tcl/tk 8.6, Clean up depends

Modified:
  timidity++/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-21 02:00:46 UTC (rev 173687)
+++ PKGBUILD	2012-12-21 03:38:29 UTC (rev 173688)
@@ -3,13 +3,13 @@
 
 pkgname=timidity++
 pkgver=2.14.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A MIDI to WAVE converter and player"
 arch=('i686' 'x86_64')
 url="http://timidity.sourceforge.net"
 license=('GPL')
-depends=('libao' 'libvorbis' 'jack' 'ncurses')
-makedepends=('xaw3d>=1.6' 'gtk2' 'tk' 'libxaw')
+depends=('libao' 'jack')
+makedepends=('xaw3d' 'gtk2' 'tk' 'libxaw')
 optdepends=('gtk2: for using the GTK+ interface' 'tk: for using the Tk interface' \
             'xaw3d: for using the Xaw interface')
 backup=('etc/timidity++/timidity.cfg')
@@ -22,6 +22,8 @@
 
 build() {
   cd "${srcdir}/TiMidity++-${pkgver}"
+  sed -i -e 's/tcl8.5/tcl8.6 tcl8.5/' -e 's/tk8.5/tk8.6 tk8.5/' configure
+  sed -i 's/my_interp->result/(char *) Tcl_GetObjResult(my_interp)/' interface/tk_c.c
   ./configure --prefix=/usr --mandir=/usr/share/man --with-default-path=/etc/timidity++/ \
     --enable-server --enable-alsaseq --enable-spectrogram --enable-network --enable-xft \
     --enable-audio=alsa,oss,ao,vorbis,flac,jack \




More information about the arch-commits mailing list