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

David Runge dvzrv at archlinux.org
Sat Feb 16 20:55:32 UTC 2019


    Date: Saturday, February 16, 2019 @ 20:55:30
  Author: dvzrv
Revision: 433830

archrelease: copy trunk to community-staging-x86_64

Added:
  carla/repos/community-staging-x86_64/
  carla/repos/community-staging-x86_64/PKGBUILD
    (from rev 433829, carla/trunk/PKGBUILD)

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

Copied: carla/repos/community-staging-x86_64/PKGBUILD (from rev 433829, carla/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-02-16 20:55:30 UTC (rev 433830)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Llewelyn Trahaearn <WoefulDerelict [at] GMail [dot] com>
+# Contributor: falkTX <falktx [at] gmail [dot] com>
+
+_name=Carla
+pkgname=carla
+pkgver=1.9.13
+pkgrel=2
+pkgdesc="Audio Plugin Host"
+arch=('x86_64')
+url="https://kxstudio.linuxaudio.org/Applications:Carla"
+license=('GPL2')
+groups=('pro-audio')
+depends=('ffmpeg' 'file' 'fluidsynth' 'gtk2' 'gtk3' 'linuxsampler'
+'python-pyqt5' 'python-pyliblo' 'python-rdflib' 'qt5-svg')
+makedepends=('qt5-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/falkTX/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('9c32755cb036db54d514db167a81d1db8db609ada9866d486417c368805fcee6ef5059683001bcaef670429c4bcd04eb46d09896a0c81d648adf9407a556a0e5')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make features
+  make DEFAULT_QT=5
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DEFAULT_QT=5 \
+       DESTDIR="${pkgdir}/" \
+       PREFIX=/usr \
+       install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list