Codebase list rtpmixsound / 9949b8b9-a92f-4b38-9aa9-338b4164fcba/main
Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html Kali Janitor 3 years ago
3 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
2525
2626 rtpmixsound (3.0-1kali0) kali; urgency=low
2727
28 * Initial release
28 * Initial release
2929
3030 -- Devon Kearns <[email protected]> Sun, 30 Dec 2012 07:47:57 -0700
1111 Architecture: any
1212 Depends: ${shlibs:Depends}, ${misc:Depends}, libpcap0.8, libnet1, libfindrtp
1313 Description: Mixes pre-recorded audio in real-time
14 A tool to mix pre-recorded audio in real-time with the
14 A tool to mix pre-recorded audio in real-time with the
1515 audio (i.e. RTP) in the specified target audio stream.
99 #export DH_VERBOSE=1
1010
1111 %:
12 dh $@
12 dh $@
1313 override_dh_auto_build:
1414 cd g711conversions/ && $(MAKE) && cd ../
1515 cd hack_library && $(MAKE) && cd ../