[arch-commits] Commit in qtractor/repos (2 files)

David Runge dvzrv at archlinux.org
Thu Feb 1 10:52:23 UTC 2018


    Date: Thursday, February 1, 2018 @ 10:52:21
  Author: dvzrv
Revision: 288473

archrelease: copy trunk to community-testing-x86_64

Added:
  qtractor/repos/community-testing-x86_64/
  qtractor/repos/community-testing-x86_64/PKGBUILD
    (from rev 288472, qtractor/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: qtractor/repos/community-testing-x86_64/PKGBUILD (from rev 288472, qtractor/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-02-01 10:52:21 UTC (rev 288473)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Philipp Überbacher <hollunder at gmx dot at>
+
+pkgname=qtractor
+pkgver=0.8.6
+pkgrel=1
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('x86_64')
+url="http://qtractor.org/"
+license=('GPL')
+depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
+         'rubberband' 'hicolor-icon-theme')
+makedepends=('qt5-tools' 'ladspa' 'dssi')
+optdepends=('dssi-vst: win32 VST support')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('491b0e253c8cfa232d82a4abd75a291a3e92403031f4d83320302e810b49a4e5541ae71372ddbba8f550cca32e693f3409082a7f55c70b40266ef5ede71156fc')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+              --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list