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

David Runge dvzrv at gemini.archlinux.org
Mon Feb 7 22:21:51 UTC 2022


    Date: Monday, February 7, 2022 @ 22:21:50
  Author: dvzrv
Revision: 1128798

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  102 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 49 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-07 22:21:41 UTC (rev 1128797)
+++ PKGBUILD	2022-02-07 22:21:50 UTC (rev 1128798)
@@ -1,53 +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.4.1
-pkgrel=2
-pkgdesc="Audio Plugin Host"
-arch=(x86_64)
-url="https://kxstudio.linuxaudio.org/Applications:Carla"
-license=(GPL2)
-groups=(pro-audio)
-depends=(alsa-lib gcc-libs glibc libglvnd libx11 python-pyqt5 python-pyliblo
-python-rdflib qt5-base qt5-svg)
-makedepends=(file fluidsynth freetype2 git libsndfile liblo libpulse qt5-tools)
-optdepends=(
-  'jack: for using carla with JACK'
-  '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>
-
-prepare() {
-  cd "${pkgname}"
-  # fix python 3.10 related crashes
-  git cherry-pick -n 91720f6ddcfd00ebf9f0a6613099f53922426726
-}
-
-build() {
-  cd "${pkgname}"
-  make features
-  make
-}
-
-package() {
-  depends+=(libasound.so libfluidsynth.so libfreetype.so liblo.so libmagic.so
-  libpulse.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 1128797, carla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-07 22:21:50 UTC (rev 1128798)
@@ -0,0 +1,49 @@
+# 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.4.1
+pkgrel=3
+pkgdesc="Audio Plugin Host"
+arch=(x86_64)
+url="https://kxstudio.linuxaudio.org/Applications:Carla"
+license=(GPL2)
+groups=(pro-audio)
+depends=(alsa-lib gcc-libs glibc hicolor-icon-theme libglvnd libx11
+python-pyqt5 python-pyliblo python-rdflib qt5-base qt5-svg)
+makedepends=(file fluidsynth freetype2 git libsndfile liblo libpulse qt5-tools)
+optdepends=(
+  'jack: for using carla with JACK'
+  'lv2-host: for the LV2 plugin'
+  'vst-host: for the VST plugin'
+)
+provides=(dssi-host ladspa-host lv2-host vst-host vst3-host)
+options=(debug)
+source=(
+  "git+https://github.com/falkTX/${pkgname}#tag=v${pkgver}?signed"
+)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0')  # falkTX <falktx at falktx.com>
+
+prepare() {
+  cd $pkgname
+  # fix python 3.10 related crashes
+  git cherry-pick -n 91720f6ddcfd00ebf9f0a6613099f53922426726
+}
+
+build() {
+  make features -C $pkgname
+  make -C $pkgname
+}
+
+package() {
+  depends+=(libasound.so libfluidsynth.so libfreetype.so liblo.so libmagic.so
+  libpulse.so libsndfile.so)
+
+  make DEFAULT_QT=5 DESTDIR="$pkgdir/" PREFIX=/usr install -C $pkgname
+  install -vDm 644 $pkgname/README.md -t "${pkgdir}/usr/share/doc/$pkgname/"
+}
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list