Add explicit lib depends on db and jack

mlt7 dropped the dependency on jack, because synfigstudio did not set this
implicitly in LIB_DEPENDS, it is now missing (The world would be a better place
if we had implicit lists).

Spotted by tb
This commit is contained in:
rsadowski
2026-01-14 07:54:12 +00:00
parent f8e682a3e0
commit 884bc18cea
+5 -3
View File
@@ -7,7 +7,7 @@ COMMENT = 2D animation software studio
V = 1.5.3
DISTNAME = synfigstudio-$V
API_V = 0.0
REVISION = 3
REVISION = 4
SHARED_LIBS += synfigapp 3.0 # 0.0
@@ -52,9 +52,11 @@ RUN_DEPENDS = devel/desktop-file-utils \
misc/shared-mime-info \
x11/gtk+4,-guic
LIB_DEPENDS = multimedia/synfig>=${V} \
graphics/libraw \
LIB_DEPENDS = audio/jack \
databases/db/v4 \
graphics/jasper \
graphics/libraw \
multimedia/synfig>=${V} \
x11/gtk3mm
USE_GMAKE = Yes