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

David Runge dvzrv at archlinux.org
Tue Dec 5 01:11:48 UTC 2017


    Date: Tuesday, December 5, 2017 @ 01:11:47
  Author: dvzrv
Revision: 272186

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: qtractor/repos/community-testing-x86_64/PKGBUILD (from rev 272185, qtractor/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-05 01:11:47 UTC (rev 272186)
@@ -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.5
+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=('9f916e46460403fcb4b1e2dadd048dd52c0d74425a2220cc4d40456141ff7bf5a9cb2fda0f394dac38079af67c322720468d9b7825181442875945899b699329')
+
+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