[arch-commits] Commit in carla/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Fri Oct 15 21:38:58 UTC 2021


    Date: Friday, October 15, 2021 @ 21:38:58
  Author: dvzrv
Revision: 1030333

upgpkg: carla 2.4.1-1: Upgrade to 2.4.1.

Remove unnecessary dependencies on gtk{2,3} (is dlopened on demand).

Modified:
  carla/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-15 21:16:07 UTC (rev 1030332)
+++ PKGBUILD	2021-10-15 21:38:58 UTC (rev 1030333)
@@ -4,7 +4,7 @@
 
 _name=Carla
 pkgname=carla
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="Audio Plugin Host"
 arch=('x86_64')
@@ -11,11 +11,11 @@
 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')
+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'
 )
@@ -32,13 +32,8 @@
 }
 
 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')
+  depends+=('libasound.so' 'libfluidsynth.so' 'libfreetype.so' 'liblo.so'
+  'libmagic.so' 'libpulse.so' 'libsndfile.so')
 
   cd "${pkgname}"
   make DEFAULT_QT=5 \



More information about the arch-commits mailing list