drag edithandle rework, lib x264/x265 update, dvb fixes, batchrender boot_defaults...
[goodguy/cinelerra.git] / cinelerra-5.1 / blds / arch.bld
1 #!/bin/bash
2
3 #pacman -S openexr libdv flac
4
5 ( ./autogen.sh
6   ./configure --with-single-user --disable-static-build --without-lv2 \
7  --without-firewire --without-dv --without-dvb --without-video4linux2 \
8  --without-libzmpeg --without-commercial --without-thirdparty
9   make && make install ) 2>&1 | tee log
10 mv Makefile Makefile.cfg
11 cp Makefile.devel Makefile