From 77e0960cf10713fc0c1dfbae8a4b76f98fc3893c Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Fri, 1 Mar 2019 10:18:53 -0800 Subject: [PATCH] added svg dependency to all packing systems --- debian/control | 2 +- olive.pro | 2 +- snap/snapcraft.yaml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index ef8994c44..c156631bf 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: olive-editor Section: video Priority: optional Maintainer: Olive Team -Build-Depends: debhelper (>=9), build-essential, qt5-default, qtmultimedia5-dev, libqt5opengl5-dev, libqt5multimedia5-plugins, libavformat-dev, libavcodec-dev, libavutil-dev, libswscale-dev, libswresample-dev, libavfilter-dev, libpostproc-dev, git, frei0r-plugins-dev, qttools5-dev-tools +Build-Depends: debhelper (>=9), build-essential, qt5-default, qtmultimedia5-dev, libqt5opengl5-dev, libqt5svg5-dev, libqt5multimedia5-plugins, libavformat-dev, libavcodec-dev, libavutil-dev, libswscale-dev, libswresample-dev, libavfilter-dev, libpostproc-dev, git, frei0r-plugins-dev, qttools5-dev-tools Standards-Version: 3.9.6 Homepage: https://olivevideoeditor.org/ diff --git a/olive.pro b/olive.pro index 95066c9b0..0a38ee49a 100644 --- a/olive.pro +++ b/olive.pro @@ -4,7 +4,7 @@ # #------------------------------------------------- -QT += core gui multimedia opengl +QT += core gui multimedia opengl svg greaterThan(QT_MAJOR_VERSION, 4): QT += widgets diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index a31bf2697..9b8160989 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -31,7 +31,8 @@ parts: source: . build-packages: - qt5-default - - qtmultimedia5-dev + - qtmultimedia5-dev + - libqt5svg5-dev - libavformat-dev - libavfilter-dev - frei0r-plugins-dev