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

David Runge dvzrv at gemini.archlinux.org
Sun Aug 8 20:01:09 UTC 2021


    Date: Sunday, August 8, 2021 @ 20:01:09
  Author: dvzrv
Revision: 995723

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-08 20:01:00 UTC (rev 995722)
+++ PKGBUILD	2021-08-08 20:01:09 UTC (rev 995723)
@@ -1,50 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Llewelyn Trahaearn <WoefulDerelict [at] GMail [dot] com>
-# Contributor: falkTX <falktx [at] gmail [dot] com>
-
-_name=Carla
-pkgname=carla
-pkgver=2.3.1
-pkgrel=2
-pkgdesc="Audio Plugin Host"
-arch=('x86_64')
-url="https://kxstudio.linuxaudio.org/Applications:Carla"
-license=('GPL2')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'libglvnd' 'libx11' 'python-pyqt5' 'python-pyliblo'
-'python-rdflib' 'qt5-base' 'qt5-svg')
-makedepends=('alsa-lib' 'file' 'fluidsynth' 'git' 'glib2' 'gtk2' 'gtk3'
-'libsndfile' 'liblo' 'libpulse' 'qt5-tools')
-optdepends=(
-  'lv2-host: for the LV2 plugin'
-  'vst-host: for the VST plugin'
-)
-provides=('dssi-host' 'ladspa-host' 'lv2-host' 'vst-host' 'vst3-host')
-source=("git+https://github.com/falkTX/${pkgname}#tag=v${pkgver}?signed")
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0')  # falkTX <falktx at falktx.com>
-
-build() {
-  cd "${pkgname}"
-  make features
-  make
-}
-
-package() {
-  # libpulse is linked against in carla/libcarla_standalone2.so
-  # liblo is linked against in carla/libcarla_standalone2.so,
-  # carla/libcarla_native-plugin.so and the lv2 and vst plugins
-  depends+=('libasound.so' 'libfluidsynth.so' 'libgdk-3.so'
-  'libgdk-x11-2.0.so' 'libgobject-2.0.so' 'libglib-2.0.so' 'libgtk-3.so'
-  'libgtk-x11-2.0.so' 'liblo.so' 'libmagic.so' 'libpulse.so'
-  'libpulse-simple.so' 'libsndfile.so')
-
-  cd "${pkgname}"
-  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:

Copied: carla/repos/community-x86_64/PKGBUILD (from rev 995722, carla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-08 20:01:09 UTC (rev 995723)
@@ -0,0 +1,50 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Llewelyn Trahaearn <WoefulDerelict [at] GMail [dot] com>
+# Contributor: falkTX <falktx [at] gmail [dot] com>
+
+_name=Carla
+pkgname=carla
+pkgver=2.3.2
+pkgrel=1
+pkgdesc="Audio Plugin Host"
+arch=('x86_64')
+url="https://kxstudio.linuxaudio.org/Applications:Carla"
+license=('GPL2')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'libglvnd' 'libx11' 'python-pyqt5' 'python-pyliblo'
+'python-rdflib' 'qt5-base' 'qt5-svg')
+makedepends=('alsa-lib' 'file' 'fluidsynth' 'git' 'glib2' 'gtk2' 'gtk3'
+'libsndfile' 'liblo' 'libpulse' 'qt5-tools')
+optdepends=(
+  'lv2-host: for the LV2 plugin'
+  'vst-host: for the VST plugin'
+)
+provides=('dssi-host' 'ladspa-host' 'lv2-host' 'vst-host' 'vst3-host')
+source=("git+https://github.com/falkTX/${pkgname}#tag=v${pkgver}?signed")
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0')  # falkTX <falktx at falktx.com>
+
+build() {
+  cd "${pkgname}"
+  make features
+  make
+}
+
+package() {
+  # libpulse is linked against in carla/libcarla_standalone2.so
+  # liblo is linked against in carla/libcarla_standalone2.so,
+  # carla/libcarla_native-plugin.so and the lv2 and vst plugins
+  depends+=('libasound.so' 'libfluidsynth.so' 'libgdk-3.so'
+  'libgdk-x11-2.0.so' 'libgobject-2.0.so' 'libglib-2.0.so' 'libgtk-3.so'
+  'libgtk-x11-2.0.so' 'liblo.so' 'libmagic.so' 'libpulse.so'
+  'libpulse-simple.so' 'libsndfile.so')
+
+  cd "${pkgname}"
+  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