File: rules

package info (click to toggle)
handbrake 1.2.2%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 27,236 kB
  • sloc: ansic: 102,800; sh: 2,396; python: 2,156; ruby: 1,635; makefile: 505; xml: 53; csh: 15
file content (21 lines) | stat: -rwxr-xr-x 516 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

LDFLAGS += -Wl,-z,defs
LDFLAGS += -Wl,--as-needed

%:
	dh $@ --builddirectory=build

override_dh_auto_configure:
	bash ./configure --prefix=/usr --build build --debug=std \
		--disable-fdk-aac \
		--disable-nvenc \
		--enable-x265 \
		--disable-df-fetch \
		--disable-df-verify \
		--disable-gtk-update-checks \
		CC="$(CC)" CXX="$(CXX)" \
		CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" CPPFLAGS="$(CPPFLAGS)"

override_dh_installchangelogs:
	dh_installchangelogs NEWS.markdown