X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fbld_scripts%2Fbld_prepare.sh;h=929095bc042165eed3a7f31cdef274424a4fe8f0;hb=32294ae14f17c867a39f638112cbec12d59b32d6;hp=8aea5d836af4c04410ffb04888982ed59d5279d4;hpb=fee54016102a7a59d2181c8f16a7f2562f68540d;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/bld_scripts/bld_prepare.sh b/cinelerra-5.1/bld_scripts/bld_prepare.sh index 8aea5d83..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 \ @@ -24,15 +27,16 @@ case "$dir" in libavc1394 festival-devel libiec61883-devel flac-devel inkscape \ libsndfile-devel libtheora-devel linux-firmware ivtv-firmware \ libvorbis-devel texinfo xz-devel lzma-devel cmake udftools git \ - autoconf automake rpm-build jbigkit-devel libvdpau-devel - yasm=yasm-1.2.0-7.fc21.x86_64.rpm - release=http://archives.fedoraproject.org/pub/fedora/linux/releases/21 + autoconf automake rpm-build jbigkit-devel libvdpau-devel alsa-lib-devel + yasm=yasm-1.3.0-3.fc24.x86_64.rpm + release=http://archives.fedoraproject.org/pub/fedora/linux/releases/24 url=$release/Everything/x86_64/os/Packages/y/$yasm wget -P /tmp $url yum -y install /tmp/$yasm 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 \