Small gui for the VCS (Video Contact Sheet *NIX) script
First of all the system must support threads.
To compile some libraries are needed:
- meson
- ninja-build
- valac
- libgtk-3-dev
- libglib2.0-dev
- libgee-0.8-dev
To install on Ubuntu based distros:
sudo apt install meson ninja-build build-essential valac cmake libgtk-3-dev libpeas-dev xed-dev libxapp-dev libgee-0.8-dev libgtksourceview-4-dev
Need the VCS (Video Contact Sheet *NIX) script must be installed. You can find it here:
Clone the repository:
git clone https://github.com/tudo75/vcs-creator.git
cd vcs-creator
And from inside the cloned folder:
meson setup build --prefix=/usr
ninja -v -C build com.github.tudo75.vcs-creator-gmo
ninja -v -C build
ninja -v -C build install
To uninstall and remove all added files, go inside the cloned folder and:
sudo ninja -v -C build uninstall
sudo rm /usr/share/locale/en/LC_MESSAGES/com.github.tudo75.vcs-creator.mo
sudo rm /usr/share/locale/it/LC_MESSAGES/com.github.tudo75.vcs-creator.mo