minor corrections and update to 2022 2022-01
authorGood Guy <good1.2guy@gmail.com>
Thu, 3 Feb 2022 22:50:24 +0000 (15:50 -0700)
committerGood Guy <good1.2guy@gmail.com>
Thu, 3 Feb 2022 22:50:24 +0000 (15:50 -0700)
common/title.tex
parts/Advanced.tex
parts/Installation.tex
parts/Real-World.tex

index a4d48e6c5a8caf921af2feaf40f0d239ee17c61d..38516a85db1a478f96d3ef4ebbd6284bb4d81757 100644 (file)
@@ -98,7 +98,7 @@
 % respective conditions.
 %
 Maintained and published by Phyllis Smith\\[+1.2em]
-Copyright~\copyright{} 2020 The \CGG{} Community\par
+Copyright~\copyright{} 2022 The \CGG{} Community\par
 Please report errors in the book to our \href{https://www.cinelerra-gg.org/bugtracker/}{bug tracker} or the \href{https://www.cinelerra-gg.org/forum/}{user forum}\par
 % Contributing authors: \textsc{Phyllis Smith, Andrea Paz, Andrey}\par
 Graphic cover page: \textsc{Sam}, License
index 9734abf0893de627ae1dcf72c2a0e55d2887c1d0..514dcdc8f52c5885ab3c8f6762d4d95ea1e4f085 100644 (file)
@@ -307,7 +307,7 @@ See a real-world workflow at appendix \nameref{sec:workflow_openedl_nested_clips
 It is sometimes handy to have EDL \index{EDL} assets not as a copy, but as a
 reference that is automatically updated into your project.  Suppose
 you have several short videos that at the end have the same credits
-which include the current year such as 2019.  But now it is 2020 and
+which include the current year such as 2021.  But now it is 2022 and
 all of the videos would have to be individually updated with the new
 date.  By including a \textit{Referenced File} as the EDL file type
 when you create each of the videos, you can just change the one
index b95083b47091ed82603b0a4604cc7918ba8180f8..0be18e327b15ece93d466137d27b453bb41da6a9 100644 (file)
@@ -22,16 +22,18 @@ Download the file from:
 Some example file names are as follows - where 8 digits represent yyyymmdd:
 
 \begin{lstlisting}[style=sh]
-       CinGG-20210731-x86_64.AppImage
-         (currently based on Fedora Core 32, libc version 2.31)
-       CinGG-20210731-x86_64-older-distros.AppImage
+       CinGG-20220131-x86_64.AppImage
+         (currently based on Fedora 32, linux kernel 5.8.15, libc version 2.31)
+       CinGG-20220131-x86_64-older-distros.AppImage
          (currently based on Ubuntu 16.04, libc version 2.23)
-       CinGG-20210731-i686.AppImage
+       CinGG-20220131-i686.AppImage
          (currently based on Debian 9, linux kernel 4.9, use "newer" for Debian 11.0)
-       CinGG-20210731-i686-newer-distros.AppImage
+       CinGG-20220131-i686-newer-distros.AppImage
          (currently based on Debian 11, linux kernel 5.10)
-       CinGG-20210731-x86_64-multibit.AppImage
-         (currently based on Fedora Core 32, libc version 2.31)
+       CinGG-20220131-x86_64-multibit.AppImage
+         (currently based on Fedora 32, libc version 2.31)
+       CinGG-20220131-x86_64-older-distros-multibit.AppImage
+         (currently based on Fedora 29 - runs on RHEL8 - linux kernel 4.19.9, libc version 2.28)
 \end{lstlisting}
 
 Make the file executable with the proper execute permissions either from the GUI of the Desktop Environment used (link to the file) or from a terminal window.  Make sure you are already in the directory containing the appimage:
@@ -159,8 +161,8 @@ NOTE: as of May 31, 2021 when Context Help was added, to include
 this Context Help you will need to download the corresponding
 tgz file containing the HTML manual sections referenced for the
 Help pages.  The file to download is:
-\url{https://cinelerra-gg.org/download/images/HTML_Manual-20210531.tgz}
-substituting for "20210531" the "yyyymmdd" representing latest release date.
+\url{https://cinelerra-gg.org/download/images/HTML_Manual-20220131.tgz}
+substituting for "20220131" the "yyyymmdd" representing latest release date.
 Then unpack to your Cinelerra/bin/doc directory so it is included in
 your built system.
 NOTE End
@@ -456,8 +458,8 @@ NOTE: as of May 31, 2021 when Context Help was added, to include
 this Context Help you will need to download the corresponding
 tgz file containing the HTML manual sections referenced for the
 Help pages.  The file to download is:
-\url{https://cinelerra-gg.org/download/images/HTML_Manual-20210531.tgz}
-substituting for "20210531" the "yyyymmdd" representing latest release date.
+\url{https://cinelerra-gg.org/download/images/HTML_Manual-20220131.tgz}
+substituting for "20220131" the "yyyymmdd" representing latest release date.
 Then unpack to your Cinelerra/bin/doc directory so it is included in
 your built system.  The reason for not including the HTML manual in 
 the source code so that it would already be there, is because it is
index 40c2976d2810aa25aca420dad4f698c29f267c72..6451e63958dd165f33f9584a7f5fe207188ea9f5 100644 (file)
@@ -255,8 +255,8 @@ such files as FFmpeg video or audio files, fonts that you want to add for usage
 plugin, icons that you wish to modify, and any other text file for customization.
 To get access, first extract the files from the AppImage, find the files to add, edit, or modify, and then run the extracted binary following the steps shown here.
 \begin{itemize}
-       \item  /path-to-appimage/CinGG-20211231-x86\_64.AppImage --appimage-extract
-       \item  edit or add the files you want to modify in the \textit{bin} subdirecctory
+       \item  /path-to-appimage/CinGG-20220131-x86\_64.AppImage -{}-appimage-extract
+       \item  edit or add the files you want to modify in the \textit{bin} or \textit{lib} subdirecctory
        \item  /path-to-appimage/squashfs-root/usr/bin/cin
 \end{itemize}