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 -- \