[arch-commits] CVS update of extra/multimedia/qsynth (PKGBUILD)

Damir Perisa damir at archlinux.org
Mon Nov 12 23:27:53 UTC 2007


    Date: Monday, November 12, 2007 @ 18:27:53
  Author: damir
    Path: /home/cvs-extra/extra/multimedia/qsynth

Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: qsynth 0.3.1-1


----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)


Index: extra/multimedia/qsynth/PKGBUILD
diff -u extra/multimedia/qsynth/PKGBUILD:1.8 extra/multimedia/qsynth/PKGBUILD:1.9
--- extra/multimedia/qsynth/PKGBUILD:1.8	Sat Apr 14 19:20:43 2007
+++ extra/multimedia/qsynth/PKGBUILD	Mon Nov 12 18:27:53 2007
@@ -1,22 +1,21 @@
-# $Id: PKGBUILD,v 1.8 2007/04/14 23:20:43 damir Exp $
+# $Id: PKGBUILD,v 1.9 2007/11/12 23:27:53 damir Exp $
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=qsynth
-pkgver=0.2.6
+pkgver=0.3.1
 pkgrel=1
 pkgdesc="Qt GUI for fluidsynth"
 license=("GPL")
 arch=("i686" "x86_64")
 url="http://qsynth.sourceforge.net/qsynth-index.html"
-depends=('fluidsynth' 'qt')
+depends=('fluidsynth' 'qt>=4.3')
 source=(http://mesh.dl.sourceforge.net/sourceforge/qsynth/${pkgname}-${pkgver}.tar.gz)
 
 build() {
-  [ -z "${QTDIR}" ] && . /etc/profile.d/qt.sh
-
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }
-md5sums=('b7600cc92e668f25c82d0b049dde2bc4')
+
+md5sums=('41de4b244cd896a1150101855bafbbb8')




More information about the arch-commits mailing list