Skip to content

tiotrom/deepin-movie-reborn

 
 

Repository files navigation

Deepin movie

Deepin movie is Deepin Desktop Environment Movie Player.

Dependencies

Build dependencies

  • cmake
  • qt5
  • ffmpeg
  • mpv

Runtime dependencies

  • Qt5 (>= 5.3)
  • Qt5-X11extras
  • mpv

Installation

Build from source code

  1. Make sure you have installed all dependencies.

  2. Build:

$ cd deepin-movie-reborn
$ mkdir Build
$ cd Build
$ cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr ..
$ make
  1. Install:
$ sudo make install

When install complete, the executable binary file is placed into /usr/bin/deepin-movie.

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

Deepin Movie is licensed under GPLv3 with OpenSSL exception.

About

Video player for DDE

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE.OpenSSL

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.6%
  • Other 1.4%