summaryrefslogtreecommitdiff
path: root/extra/rosegarden
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-16 00:06:15 -0700
committerroot <root@rshg054.dnsready.net>2013-04-16 00:06:15 -0700
commit975d6f489c6c43bbc7b816ac43333c54c1f4df21 (patch)
treee10299091457df6104611a2b54c3a27cdbeab49b /extra/rosegarden
parenta196f69321b722259bed2cc63e6f64a5cb0b8389 (diff)
Tue Apr 16 00:06:15 PDT 2013
Diffstat (limited to 'extra/rosegarden')
-rw-r--r--extra/rosegarden/PKGBUILD18
1 files changed, 13 insertions, 5 deletions
diff --git a/extra/rosegarden/PKGBUILD b/extra/rosegarden/PKGBUILD
index bf89afacc..219a4fff2 100644
--- a/extra/rosegarden/PKGBUILD
+++ b/extra/rosegarden/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 178993 2013-03-01 10:25:02Z andrea $
+# $Id: PKGBUILD 182809 2013-04-15 13:34:39Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: damir <damir@archlinux.org>
# Contributor: Robert Emil Berge <robert@rebi.no>
pkgname=rosegarden
-pkgver=13.02
+pkgver=13.04
pkgrel=1
pkgdesc="MIDI/audio sequencer and notation editor"
arch=('i686' 'x86_64')
@@ -23,14 +23,22 @@ optdepends=('lilypond: notation display'
[ "$CARCH" = "i686" ] && optdepends+=('dssi-vst: win32 VST support')
install=$pkgname.install
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('c1e2f80b599a942896e9ebd63896032f')
+md5sums=('bcc9be7bf8c3945e0eefdb95dc037f0b')
build() {
cd "$srcdir/$pkgname-$pkgver"
# lrdf + raptor2 compatibility
- export lrdf_CFLAGS="$(pkg-config --cflags raptor2)"
- LRELEASE=/usr/lib/qt4/bin/lrelease LUPDATE=/usr/lib/qt4/bin/lupdate ./configure --prefix=/usr
+ lrdf_CFLAGS="$(pkg-config --cflags raptor2)"
+
+ # qt4 compatibility (qt->qt5)
+ LRELEASE=/usr/lib/qt4/bin/lrelease
+ LUPDATE=/usr/lib/qt4/bin/lupdate
+
+ export lrdf_CFLAGS LRELEASE LUPDATE
+
+ ./configure --prefix=/usr
+
make
}