File: rules

package info (click to toggle)
gst-fluendo-mp3 0.10.32.debian-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,552 kB
  • ctags: 785
  • sloc: sh: 11,668; ansic: 9,206; makefile: 75
file content (14 lines) | stat: -rwxr-xr-x 358 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --with-gstreamer-api=1.0

override_dh_install:
	dh_install
	rm -f $(CURDIR)/debian/gstreamer1.0-fluendo-mp3/usr/lib/*/gstreamer-1.0/*.la
	mkdir -p $(CURDIR)/fake-home
	GST_REGISTRY=$(CURDIR)/fake-home/registry.xml dh_gstscancodecs
	rm -rf $(CURDIR)/fake-home