# If you want to build Cinelerra 5.1 from the source git repository, be sure to have the following installed: # add pulseaudio-libs-devel 1/4/2020 # Updated 6/23/2020 pacman -Fy pacman -Syu pacman --noconfirm -S xorg-server xorg-xinit xorg-twm xorg-xclock xterm pacman --noconfirm -S mesa xf86-video-vesa xf86-input-synaptics pacman --noconfirm -S gnome gnome-extra gnome-tweak-tool pacman --noconfirm -S alsa-utils pulseaudio pacman --noconfirm -S base-devel nasm yasm cmake gdb pacman --noconfirm -S libxml2 perl-xml-libxml perl-xml-parser pacman --noconfirm -S inkscape dvdauthor udftools pacman --noconfirm -S vim xorg-fonts-misc xorg-xrandr pacman --noconfirm -S libusb libtool pacman --noconfirm -S libva libvdpau # If you want to use kde instead of gnome as above, you must also install libdv # pacman --noconfirm -S kde libdv # # The PKG build requires that the following packages are already installed. pacman -S \ alsa-lib atk bzip2 cairo expat fftw flac fontconfig \ freetype2 fribidi gcc-libs gdk-pixbuf2 glib2 glibc \ glu graphite gtk2 harfbuzz libavc1394 libdatrie \ libdv libffi libglvnd libiec61883 libjpeg-turbo \ libogg libpng libraw1394 libsndfile libthai libwebp aom\ libtheora libtiff libutil-linux libvdpau libvorbis \ libvpx libx11 libxau libxcb libxcomposite libxcursor \ libxdamage libxdmcp libxext libxfixes libxft libxi \ libxinerama libxrandr libxrender libxv numactl opus \ pango pcre pixman xz zlib xorg-server libva \ xorg-fonts-misc ttf-dejavu inkscape dvdauthor udftools # # add MatN's text for Manjaro and EndeavourOS 6/23/2020 # How to get Cinelerra-GG running on other Arch based Linux platforms. # Platform -------- manjaro-xfce-20.0.2-200531-linux56 - Problem: missing libnuma.so.1 Fix: "sudo pacman -S numactl" endeavouros-2020.05.08-x86_64 - Problem missing libaom.so.0, but pacsearch shows aom installed. there is /usr/lib/libaom.so.2 Fix in /usr/lib: "sudo ln -s libaom.so.2.0.0 libaom.so.0" - Problem missing libGLU.so.1 Fix "sudo pacman -S mesa" - Problem missing libnuma.so.1 Fix "sudo pacman -S numactl" - Problem missing vainfo Fix "sudo pacman -S libva-utils" Recommended other installs: mesa-demos inxi vdpauinfo clinfo (vainfo appears not to be available).