new netbsd files by Andrew
[goodguy/cinelerra.git] / cinelerra-5.1 / blds / netbsd.bld
diff --git a/cinelerra-5.1/blds/netbsd.bld b/cinelerra-5.1/blds/netbsd.bld
new file mode 100644 (file)
index 0000000..b6c5f96
--- /dev/null
@@ -0,0 +1,22 @@
+#!/bin/bash
+#use: patch -p2 < bsd.patch
+export CONFIG_SHELL=/bin/bash
+export MAKE=gmake
+export C_INCLUDE_PATH=/usr/local/include:/usr/X11R7/include:/usr/pkg/include:/usr/pkg/include/ffmpeg4
+export CPLUS_INCLUDE_PATH=/usr/local/include
+export LIBRARY_PATH=/usr/local/lib
+export LDFLAGS="-L/usr/X11R7/lib -L/usr/pkg/lib"
+export CFLAGS="-I/usr/pkg/include -I/usr/pkg/include/ffmpeg4 -pthread -I/usr/pkg/include -I/usr/pkg/include/OpenEXR -I/usr/pkg/include -I/usr/pkg/include/Imath"
+
+alias make=gmake
+( ./autogen.sh
+  BSD=1 CC=gcc CXX=g++ CFLAGS="-g -fpermissive -O2 -DFFMPEG3" \
+  ./configure --with-single-user \
+    --disable-static-build --without-lv2 --disable-lame --disable-twolame \
+    --with-oss --without-alsa --without-firewire --without-dv --without-dvb \
+    --without-video4linux2 --without-xxf86vm --without-ladspa-build \
+    --without-libzmpeg --without-commercial --without-thirdparty \
+    --without-vaapi --without-openexr --with-jobs=4 --without-vdpau --without-shuttle --without-shuttle-usb \
+    --without-x10tv --without-wintv
+   gmake
+   gmake install ) 2>&1 | tee log