[arch-commits] Commit in muse/trunk (PKGBUILD vst.cpp.diff)

Eric Bélanger eric at archlinux.org
Tue Feb 24 03:45:25 UTC 2009


    Date: Monday, February 23, 2009 @ 22:45:25
  Author: eric
Revision: 27635

upgpkg: muse 0.9-1
    upstream update, PKGBUILD clean up, removed old patch

Modified:
  muse/trunk/PKGBUILD
Deleted:
  muse/trunk/vst.cpp.diff

--------------+
 PKGBUILD     |   19 +++++++------------
 vst.cpp.diff |    2 --
 2 files changed, 7 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-24 03:19:15 UTC (rev 27634)
+++ PKGBUILD	2009-02-24 03:45:25 UTC (rev 27635)
@@ -2,31 +2,26 @@
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=muse
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.9
+pkgrel=1
 pkgdesc="MusE is a MIDI/Audio sequencer with recording and editing capabilities. MusE aims to be a complete multitrack virtual studio for Linux."
 arch=(i686 x86_64)
 url="http://muse-sequencer.org/"
 license=('GPL')
 depends=('jack-audio-connection-kit' 'gcc-libs' 'qt3' 'glibc' 'libcap' 'fluidsynth' 'jade' 'graphviz' 'libsamplerate')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/lmuse/$pkgname-$pkgver.tar.gz gcc43_build_fixes.patch) #        vst.cpp.diff)
-md5sums=('6611cf62de9c405a0cb15af9bada1154' '2188bcd64781e51256645837f86a3330')
+source=(http://downloads.sourceforge.net/sourceforge/lmuse/$pkgname-$pkgver.tar.gz gcc43_build_fixes.patch)
+md5sums=('04fbefa4a5eba62cb72d6d7035a0601b' '2188bcd64781e51256645837f86a3330')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   . /etc/profile.d/qt3.sh
- # patch muse/vst.cpp < ../../vst.cpp.diff
- # patch taken from Debian : fixes for gcc 4.3
   patch -Np1 -i ../gcc43_build_fixes.patch || return 1
-
   ./configure --prefix=/usr --enable-maintainer-mode \
                             --disable-doxy-treeview \
                             --enable-optimize \
                             --enable-vst \
-                            --disable-suid-build \
-                            #--enable-rtcap
- # sed -i 's|-fmove-all-movables||g' */*/Makefile
+                            --disable-suid-build || return 1
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make prefix=$pkgdir/usr install || return 1
 }

Deleted: vst.cpp.diff
===================================================================
--- vst.cpp.diff	2009-02-24 03:19:15 UTC (rev 27634)
+++ vst.cpp.diff	2009-02-24 03:45:25 UTC (rev 27635)
@@ -1,2 +0,0 @@
-16a17
-> #include <qdir.h>




More information about the arch-commits mailing list