From 0fb1c340d530053fc93a887fea4fe10790d40bb2 Mon Sep 17 00:00:00 2001 From: Relected Date: Wed, 9 Nov 2022 17:09:03 +0200 Subject: [PATCH 1/2] updated dep --- srcpkgs/flowblade/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/flowblade/template b/srcpkgs/flowblade/template index f1a43ae189ed..b9596131c7c4 100644 --- a/srcpkgs/flowblade/template +++ b/srcpkgs/flowblade/template @@ -7,8 +7,7 @@ build_style=python3-module make_install_args="--install-lib=${DESTDIR}/usr/share/flowblade" hostmakedepends="python3-setuptools" # https://github.com/jliljebl/flowblade/blob/master/flowblade-trunk/docs/DEPENDENCIES.md -depends="frei0r-plugins gmic mlt-python3 python3-Pillow python3-dbus gtk+3 - python3-gobject python3-numpy swh-plugins" +depends="frei0r-plugins gmic libgirepository librsvg mlt-data mlt-python3 python3-Pillow python3-dbus gtk+3 python3-gobject python3-numpy sox swh-plugins" short_desc="Non-linear video editor for Linux" maintainer="shizonic " license="GPL-3.0-or-later" From 7485a30e78806f7e581d614d4f1055bd879b8159 Mon Sep 17 00:00:00 2001 From: Relected Date: Wed, 9 Nov 2022 18:08:32 +0200 Subject: [PATCH 2/2] flowblade: updated dependencies --- srcpkgs/flowblade/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/flowblade/template b/srcpkgs/flowblade/template index b9596131c7c4..677a3ee31e7e 100644 --- a/srcpkgs/flowblade/template +++ b/srcpkgs/flowblade/template @@ -1,7 +1,7 @@ # Template file for 'flowblade' pkgname=flowblade version=2.8.0.3 -revision=1 +revision=2 build_wrksrc=flowblade-trunk build_style=python3-module make_install_args="--install-lib=${DESTDIR}/usr/share/flowblade"