Balló György pushed to branch main at Arch Linux / Packaging / Packages / calf
Commits:
1a0eafbe by Balló György at 2025-10-26T01:03:19+02:00
upgpkg: 0.90.8-5: Disable GUI (removes gtk2 dependency)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = calf
- pkgdesc = LV2 plug-in suite and standalone Jack host
+ pkgdesc = LV2 plug-in suite
pkgver = 0.90.8
- pkgrel = 4
+ pkgrel = 5
url = http://calf-studio-gear.org
arch = x86_64
groups = lv2-plugins
@@ -11,16 +11,11 @@ pkgbase = calf
makedepends = cmake
makedepends = git
makedepends = lv2
- depends = cairo
depends = expat
depends = fluidsynth
depends = gcc-libs
- depends = gdk-pixbuf2
- depends = glib2
depends = glibc
- depends = gtk2
depends = hicolor-icon-theme
- depends = jack
source = git+https://github.com/calf-studio-gear/calf#tag=0.90.8
b2sums =
18b206958a945e47aa88e3097dfbc3ec960d163a26e4f23f2b239e58f2f4f71841b5e8cd5bac646e4adb8d37e60b232580edcc8a91bcc44b4a1f9a15ebfa2872
=====================================
PKGBUILD
=====================================
@@ -4,14 +4,14 @@
pkgname=calf
pkgver=0.90.8
-pkgrel=4
-pkgdesc='LV2 plug-in suite and standalone Jack host'
+pkgrel=5
+pkgdesc='LV2 plug-in suite'
arch=(x86_64)
url='http://calf-studio-gear.org' # http only
_url="https://github.com/calf-studio-gear/calf"
groups=(lv2-plugins pro-audio)
license=(GPL-2.0-or-later LGPL-2.0-or-later)
-depends=(cairo expat fluidsynth gcc-libs gdk-pixbuf2 glib2 glibc gtk2
hicolor-icon-theme jack)
+depends=(expat fluidsynth gcc-libs glibc hicolor-icon-theme)
makedepends=(cmake git lv2)
source=("git+$_url#tag=$pkgver")
b2sums=('18b206958a945e47aa88e3097dfbc3ec960d163a26e4f23f2b239e58f2f4f71841b5e8cd5bac646e4adb8d37e60b232580edcc8a91bcc44b4a1f9a15ebfa2872')
@@ -22,6 +22,7 @@ build() {
-D CMAKE_BUILD_TYPE=None \
-D CMAKE_INSTALL_PREFIX=/usr \
-D WANT_EXPERIMENTAL=ON \
+ -D WANT_GUI=OFF \
-S $pkgname \
-W no-dev
make -C build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/calf/-/commit/1a0eafbe7f6a40cfe94f57255893a3af9410c823
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/calf/-/commit/1a0eafbe7f6a40cfe94f57255893a3af9410c823
You're receiving this email because of your account on gitlab.archlinux.org.