/videos

Video player and library app designed for elementary OS

Primary LanguageValaGNU General Public License v3.0GPL-3.0

Videos

Translation status

Building, Testing, and Installation

You'll need the following dependencies:

  • cmake
  • intltool
  • libclutter-gst-3.0-dev
  • libclutter-gtk-1.0-dev
  • libgranite-dev
  • libgstreamer-plugins-base1.0-dev
  • libgstreamer1.0-dev
  • valac

It's recommended to create a clean build environment

mkdir build
cd build/

Run cmake to configure the build environment and then make to build

cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make

To install, use make install, then execute with io.elementary.videos

sudo make install
io.elementary.videos