Blame docker-builder-data/build/script/packet/mlt-6.2.0.sh

ce0d6b
# + ffmpeg
ce0d6b
# + xml
ce0d6b
# + fftw
ce0d6b
# + samplerate
ce0d6b
# ? sdl
ce0d6b
# ? sox
ce0d6b
# + jack
ce0d6b
# + glib
ce0d6b
1d4d1c
DEPS="ffmpeg-3.1.5 xml-2.9.4 fftw-3.3.5 samplerate-0.1.9 sox-14.4.2 sdl-1.2.15 jack-0.125.0 glib-2.50.0"
ce0d6b
ce0d6b
PK_DIRNAME="mlt-6.2.0"
ce0d6b
PK_ARCHIVE="v6.2.0.tar.gz"
ce0d6b
PK_URL="https://github.com/mltframework/mlt/archive/$PK_ARCHIVE"
ce0d6b
ce0d6b
PK_CONFIGURE_OPTIONS=" \
ce0d6b
 --enable-gpl \
ce0d6b
 --enable-gpl3 \
ce0d6b
 --disable-decklink \
ce0d6b
 --disable-gtk2 \
ce0d6b
 --disable-opengl \
ce0d6b
 --disable-qt \
ce0d6b
 --disable-rtaudio"
ce0d6b
ce0d6b
source $INCLUDE_SCRIPT_DIR/inc-pkall-default.sh
ce0d6b