more build tweaks for bsd
[goodguy/history.git] / cinelerra-5.1 / blds / deb.bld
1 #!/bin/bash
2
3 #apt install libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev \
4 # libavresample-dev libavutil-dev uuid-dev libdv4-dev libmjpegtools-dev \
5 # liblilv-dev libsuil-dev libavc1394-dev libraw1394-dev libmp3lame-dev \
6 # libopenjp2-7-dev libtwolame-dev libvpx-dev libwebp-dev libwebpmux3 \
7 # libx264-dev libx265-dev libopus-dev
8
9 ( ./autogen.sh
10   CFLAGS=-DFFMPEG3 ./configure --with-single-user \
11     --disable-static-build --without-thirdparty \
12     --without-video4linux2 --without-dvb --with-lv2=auto \
13     --without-libzmpeg --without-commercial
14   make && make install ) 2>&1 | tee log
15 mv Makefile Makefile.cfg
16 cp Makefile.devel Makefile
17