[arch-commits] Commit in carla/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Wed Jan 31 14:07:10 UTC 2018


    Date: Wednesday, January 31, 2018 @ 14:07:09
  Author: dvzrv
Revision: 288408

archrelease: copy trunk to community-testing-x86_64

Added:
  carla/repos/community-testing-x86_64/PKGBUILD
    (from rev 288407, carla/trunk/PKGBUILD)
Deleted:
  carla/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-31 14:07:01 UTC (rev 288407)
+++ PKGBUILD	2018-01-31 14:07:09 UTC (rev 288408)
@@ -1,36 +0,0 @@
-# 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.8
-pkgrel=2
-pkgdesc="Audio Plugin Host"
-arch=('x86_64')
-url="https://kxstudio.sf.net/carla"
-license=('GPL2')
-depends=('file' 'fftw' 'fluidsynth' 'liblo' 'linuxsampler' 'mxml' 'projectm' 'python' 'qt5-base')
-makedepends=('gtk2' 'gtk3' 'pulseaudio' 'python-pyliblo' 'python-pyqt5' 'python-rdflib' 'qt4' 'qt5-svg' 'zynaddsubfx')
-optdepends=('gtk2: LV2 GTK2 UI support'
-            'gtk3: LV2 GTK3 UI support'
-            'python-pyliblo: OSC support'
-            'python-rdflib: LADSPA-RDF support'
-            'qt4: LV2 QT4 UI support'
-            'zynaddsubfx: ZynAddSubFX banks'
-)
-source=("https://github.com/falkTX/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('0f801fdf7704bb3eb62e684134567df3e83a6c7dfad201479039158480f9fbc0c9a91bc007131091c29a87b4cbb2d831797c8c517de9c36399ec7348a8889f5d')
-
-build() {
-  cd "${_name}-${pkgver}"
-  make features
-  make DEFAULT_QT=5
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  make DEFAULT_QT=5 DESTDIR="${pkgdir}/" PREFIX=/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: carla/repos/community-testing-x86_64/PKGBUILD (from rev 288407, carla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-31 14:07:09 UTC (rev 288408)
@@ -0,0 +1,36 @@
+# 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.8
+pkgrel=3
+pkgdesc="Audio Plugin Host"
+arch=('x86_64')
+url="https://kxstudio.sf.net/carla"
+license=('GPL2')
+depends=('file' 'fftw' 'fluidsynth' 'liblo' 'linuxsampler' 'mxml' 'projectm' 'python' 'qt5-base')
+makedepends=('gtk2' 'gtk3' 'pulseaudio' 'python-pyliblo' 'python-pyqt5' 'python-rdflib' 'qt4' 'qt5-svg' 'zynaddsubfx')
+optdepends=('gtk2: LV2 GTK2 UI support'
+            'gtk3: LV2 GTK3 UI support'
+            'python-pyliblo: OSC support'
+            'python-rdflib: LADSPA-RDF support'
+            'qt4: LV2 QT4 UI support'
+            'zynaddsubfx: ZynAddSubFX banks'
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/falkTX/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('0f801fdf7704bb3eb62e684134567df3e83a6c7dfad201479039158480f9fbc0c9a91bc007131091c29a87b4cbb2d831797c8c517de9c36399ec7348a8889f5d')
+
+build() {
+  cd "${_name}-${pkgver}"
+  make features
+  make DEFAULT_QT=5
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  make DEFAULT_QT=5 DESTDIR="${pkgdir}/" PREFIX=/usr install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list