From 0e8166d926f929f470d01d5bc8c8823e094742da Mon Sep 17 00:00:00 2001 From: root Date: Sat, 23 Jul 2011 23:17:55 +0000 Subject: Sat Jul 23 23:17:54 UTC 2011 --- community-testing/qtractor/PKGBUILD | 34 +++++++++++++++++++++++++++ community-testing/qtractor/qtractor.changelog | 14 +++++++++++ 2 files changed, 48 insertions(+) create mode 100644 community-testing/qtractor/PKGBUILD create mode 100644 community-testing/qtractor/qtractor.changelog (limited to 'community-testing') 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 +# Contributor: Philipp Überbacher + +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 + + * 0.4.4-1 + upstream update + new deps: + For LV2 support + --| slv2 + ----| lv2core + +26 Dec 2009 (GMT+8) Ray Rashif + + * 0.4.3-1 + initial commit + only important changes will be logged -- cgit v1.2.3-54-g00ecf