Skip to content

mdh34/videos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,300 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Video player and library app designed for elementary OS

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Vala 77.1%
  • CMake 22.9%