vThumb is a GUI to quickly create an image gallery of snapshots of a video.
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
- libgstreamer1.0-dev
To install on Ubuntu based distros:
sudo apt install meson ninja-build build-essential valac cmake libgtk-3-dev libgee-0.8-dev libgstreamer1.0-dev
Clone the repository:
git clone https://github.com/tudo75/vthumb.git
cd vthumb
And from inside the cloned folder:
meson setup build --prefix=/usr
ninja -v -C build com.github.tudo75.vthumb-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.vthumb.mo
sudo rm /usr/share/locale/it/LC_MESSAGES/com.github.tudo75.vthumb.mo