X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fbld_scripts%2Fbld_prepare.sh;h=929095bc042165eed3a7f31cdef274424a4fe8f0;hp=028a0071746f2c2f1fe13a4d82defcb5cfd97071;hb=32294ae14f17c867a39f638112cbec12d59b32d6;hpb=eecf057a9d6b8c8cffc7d0001bff89bc9cac7b05 diff --git a/cinelerra-5.1/bld_scripts/bld_prepare.sh b/cinelerra-5.1/bld_scripts/bld_prepare.sh index 028a0071..929095bc 100755 --- a/cinelerra-5.1/bld_scripts/bld_prepare.sh +++ b/cinelerra-5.1/bld_scripts/bld_prepare.sh @@ -1,4 +1,6 @@ #!/bin/bash +# add lilv-devel for lv2 support +# also need lv2 plugins (eg. lv2-calf-plugin) if [ `id -u` -ne 0 ]; then echo "you must be root" @@ -11,6 +13,7 @@ fi dir="$1" + case "$dir" in "centos") yum -y install nasm libavc1394-devel libusb-devel flac-devel \ @@ -33,6 +36,7 @@ case "$dir" in rm -f /tmp/$yasm ;; "fedora") + dnf install groups "Development Tools" dnf -y --best --allowerasing \ install nasm yasm libavc1394-devel libusb-devel flac-devel \ libjpeg-devel libdv-devel libdvdnav-devel libdvdread-devel \ @@ -76,7 +80,7 @@ case "$dir" in ;; #"ub16-10") # apt-get -y install libx264-dev libx265-dev libvpx-dev libmjpegtools-dev -"ubuntu" | "mint" | "ub14" | "ub15" | "ub16" | "ub17" ) +"ubuntu" | "mint" | "ub14" | "ub15" | "ub16" | "ub17" | "ub18" ) apt-get -y install apt-file sox nasm yasm g++ build-essential libz-dev \ texinfo libpng-dev freeglut3-dev libxv-dev libasound2-dev libbz2-dev \ libncurses5-dev libxinerama-dev libfreetype6-dev libxft-dev libgif-dev \