Date: Saturday, October 1, 2022 @ 08:50:46
  Author: dvzrv
Revision: 1320122

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   87 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 42 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-01 08:50:21 UTC (rev 1320121)
+++ PKGBUILD    2022-10-01 08:50:46 UTC (rev 1320122)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-# Contributor: Llewelyn Trahaearn <WoefulDerelict [at] GMail [dot] com>
-# Contributor: falkTX <falktx [at] gmail [dot] com>
-
-_name=Carla
-pkgname=carla
-pkgver=2.5.0
-pkgrel=1
-_commit=6bc9a90ebb1767649d2538108ed4a604ce96dacb  # refs/tags/v2.5.0^{}
-_commit=3c05e747eb32e5ec8c08bfbc05071bf42ca769ce  # refs/tags/v2.5.0
-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=$_commit?signed
-)
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0')  # falkTX 
<[email protected]>
-
-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:

Copied: carla/repos/community-x86_64/PKGBUILD (from rev 1320121, 
carla/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-01 08:50:46 UTC (rev 1320122)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge <[email protected]>
+# Contributor: Llewelyn Trahaearn <WoefulDerelict [at] GMail [dot] com>
+# Contributor: falkTX <falktx [at] gmail [dot] com>
+
+_name=Carla
+pkgname=carla
+_commit=6b95b543c19fffa30dc982c5c33e937651d80e64  # refs/tags/v2.5.1
+pkgver=2.5.1
+pkgrel=1
+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=$_commit?signed)
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0')  # falkTX 
<[email protected]>
+
+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:

Reply via email to