summaryrefslogtreecommitdiff
path: root/community-testing
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-23 23:17:55 +0000
committerroot <root@rshg047.dnsready.net>2011-07-23 23:17:55 +0000
commit0e8166d926f929f470d01d5bc8c8823e094742da (patch)
tree1e3164f028cb8314856b42e33a14df2fab4e1c93 /community-testing
parentb57c1def9a907b81a49aa91eeb39c9321763c276 (diff)
Sat Jul 23 23:17:54 UTC 2011
Diffstat (limited to 'community-testing')
-rw-r--r--community-testing/qtractor/PKGBUILD34
-rw-r--r--community-testing/qtractor/qtractor.changelog14
2 files changed, 48 insertions, 0 deletions
diff --git a/community-testing/qtractor/PKGBUILD b/community-testing/qtractor/PKGBUILD
new file mode 100644
index 000000000..0f47776b6
--- /dev/null
+++ b/community-testing/qtractor/PKGBUILD
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 52272 2011-07-22 23:53:54Z schiv $
+# Maintainer: Ray Rashif <schiv@archlinux.org>
+# Contributor: Philipp Überbacher <hollunder at gmx dot at>
+
+pkgname=qtractor
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('i686' 'x86_64')
+url="http://qtractor.sourceforge.net/"
+license=('GPL')
+depends=('qt' 'jack' 'slv2>=0.6.6-6' 'libmad' 'liblo'
+ 'libsamplerate' 'rubberband')
+ # slv2 versioned for https://bugs.archlinux.org/task/25060
+makedepends=('ladspa' 'dssi')
+[ "$CARCH" = "i686" ] && optdepends=('dssi-vst: win32 VST support')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('6dcc05532f71eaaa1aa0f336bcd265b0')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package () {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community-testing/qtractor/qtractor.changelog b/community-testing/qtractor/qtractor.changelog
new file mode 100644
index 000000000..c0c8a8e0c
--- /dev/null
+++ b/community-testing/qtractor/qtractor.changelog
@@ -0,0 +1,14 @@
+17 Jan 2010 (GMT+8) Ray Rashif <schiv@archlinux.org>
+
+ * 0.4.4-1
+ upstream update
+ new deps:
+ For LV2 support
+ --| slv2
+ ----| lv2core
+
+26 Dec 2009 (GMT+8) Ray Rashif <schiv@archlinux.org>
+
+ * 0.4.3-1
+ initial commit
+ only important changes will be logged