From 1915668464b54be2b8611568ea5230407fa9552b Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Mon, 18 Nov 2019 20:41:45 +0100 Subject: [PATCH] Compress SVGs with scour --- debian/control | 5 ++++- debian/rules | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index f3227be..bb837f3 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,8 @@ Build-Depends: cmake, debhelper-compat (= 12), dh-sequence-python3, + dh-sequence-scour, + gir1.2-rsvg-2.0, libasound2-dev, libavcodec-dev, libavdevice-dev, @@ -40,8 +42,9 @@ Build-Depends: libxcb-xinput-dev, libxcomposite-dev, libxinerama-dev, - python3-docutils (>= 0.6), python3-dev, + python3-docutils (>= 0.6), + python3-gi-cairo, qtbase5-dev, swig Standards-Version: 4.4.1 diff --git a/debian/rules b/debian/rules index 13125ca..172d3b5 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed export DEB_CPPFLAGS_MAINT_APPEND=-DFFMPEG_MUX_FIXED=\"/usr/lib/$(DEB_HOST_MULTIARCH)/obs-plugins/obs-ffmpeg/obs-ffmpeg-mux\" %: - dh $@ --with python3 + dh $@ --with python3,scour override_dh_auto_configure: dh_auto_configure -- \