File: rules

package info (click to toggle)
mlt 7.36.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 14,648 kB
  • sloc: cpp: 87,247; ansic: 79,634; python: 504; asm: 311; sh: 221; ruby: 197; javascript: 90; makefile: 45; perl: 33; java: 29; cs: 19; php: 18; tcl: 15
file content (24 lines) | stat: -rwxr-xr-x 492 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all buildinfo=+path

DEB_CONFIGURE_EXTRA_FLAGS := \
	-DMOD_GLAXNIMATE=ON \
	-DMOD_GLAXNIMATE_QT6=ON \
	-DMOD_QT6=ON \
	-DMOD_KDENLIVE=ON \
	-DSWIG_PYTHON=ON \
	-DMOD_OPENCV=ON

%:
	dh $@ --with python3 --buildsystem=cmake

override_dh_install:
	chrpath -d -k $(CURDIR)/debian/tmp/usr/bin/melt-7
	dh_install

override_dh_auto_configure:
	dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)

override_dh_makeshlibs:
	dh_makeshlibs -V