Cutefish Video Player
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
reionwong c1218016e4 Update changelog 3 years ago
cmake Init 3 years ago
debian Update changelog 3 years ago
images Refactored the code 3 years ago
qml Add translations 3 years ago
src Add translations 3 years ago
translations Update translations 3 years ago
.gitignore Init 3 years ago
CMakeLists.txt Add translations 3 years ago
LICENSE Initial commit 3 years ago
README.md Fix command line 3 years ago
cutefish-videoplayer.desktop Update changelog 3 years ago
org.freedesktop.ScreenSaver.xml Init 3 years ago
qml.qrc Refactored the code 3 years ago

README.md

Cutefish Video Player

An open source video player built with Qt/QML and libmpv.

Third Party Code

haruna

Dependencies

sudo apt install extra-cmake-modules qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev libmpv-dev

Build and Install

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make
sudo make install

License

This project has been licensed by GPLv3.