Compress SVGs with scour
This commit is contained in:
parent
76c3903586
commit
1915668464
2 changed files with 5 additions and 2 deletions
5
debian/control
vendored
5
debian/control
vendored
|
@ -9,6 +9,8 @@ Build-Depends:
|
||||||
cmake,
|
cmake,
|
||||||
debhelper-compat (= 12),
|
debhelper-compat (= 12),
|
||||||
dh-sequence-python3,
|
dh-sequence-python3,
|
||||||
|
dh-sequence-scour,
|
||||||
|
gir1.2-rsvg-2.0,
|
||||||
libasound2-dev,
|
libasound2-dev,
|
||||||
libavcodec-dev,
|
libavcodec-dev,
|
||||||
libavdevice-dev,
|
libavdevice-dev,
|
||||||
|
@ -40,8 +42,9 @@ Build-Depends:
|
||||||
libxcb-xinput-dev,
|
libxcb-xinput-dev,
|
||||||
libxcomposite-dev,
|
libxcomposite-dev,
|
||||||
libxinerama-dev,
|
libxinerama-dev,
|
||||||
python3-docutils (>= 0.6),
|
|
||||||
python3-dev,
|
python3-dev,
|
||||||
|
python3-docutils (>= 0.6),
|
||||||
|
python3-gi-cairo,
|
||||||
qtbase5-dev,
|
qtbase5-dev,
|
||||||
swig
|
swig
|
||||||
Standards-Version: 4.4.1
|
Standards-Version: 4.4.1
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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\"
|
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:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- \
|
dh_auto_configure -- \
|
||||||
|
|
Loading…
Reference in a new issue