MatN work for versatile appimage creation for all types of os
authorGood Guy <good1.2guy@gmail.com>
Mon, 28 Mar 2022 17:03:10 +0000 (11:03 -0600)
committerGood Guy <good1.2guy@gmail.com>
Mon, 28 Mar 2022 17:03:10 +0000 (11:03 -0600)
commit194ea84742f4d9973b1aad567fe833ca13a8c4f9
tree6b9c470cededdf75cce3fd0980eaa1e24c6574a1
parentd8393b13b37b8654f0039ec1dba9a71c02af9411
MatN work for versatile appimage creation for all types of os
51 files changed:
cinelerra-5.1/bld_appimage.sh [new file with mode: 0755]
cinelerra-5.1/tools/makeappimagetool/INSTALL [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/LICENSES.txt [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/Makefile.am [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/appdir.cpp [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/appdir_root_setup.cpp [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/autogen.sh [new file with mode: 0755]
cinelerra-5.1/tools/makeappimagetool/bld.sh [new file with mode: 0755]
cinelerra-5.1/tools/makeappimagetool/configure.ac [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/copyright.cpp [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/copyright_dpkgquery.cpp [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/core.cpp [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/desktopfile.cpp [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/desktopfileentry.cpp [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/desktopfilereader.cpp [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/desktopfilewriter.cpp [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/elf_file.cpp [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/CImg.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/appdir.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/appdir_root_setup.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/args.hxx [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/assert.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/base.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/base_impl.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/config.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/copyright.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/copyright_dpkgquery.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/core.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/desktopfile.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/desktopfile_exceptions.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/desktopfile_util.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/desktopfileentry.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/desktopfilereader.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/desktopfilewriter.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/elf_file.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/exceptions.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/excludelist.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/log.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/misc.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/pipe_reader.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/process.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/subprocess.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/subprocess_result.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/includes/util.h [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/log [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/log.cpp [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/main.cpp [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/pipe_reader.cpp [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/process.cpp [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/subprocess.cpp [new file with mode: 0644]
cinelerra-5.1/tools/makeappimagetool/subprocess_result.cpp [new file with mode: 0644]