Deepin Movie is a full-featured video player developed by Deepin Technology, supporting playing local and streaming media in multiple video formats.
The master branch is current development branch, build dependencies may changes without update README.md, refer to ./debian/control
for a working build depends list
- debhelper
- cmake
- pkg-config
- libdtkcore5-bin
- libdtkwidget-dev
- libmpv-dev
- libxcb1-dev
- libxcb-util0-dev
- libxcb-shape0-dev
- libxcb-ewmh-dev
- xcb-proto
- x11proto-record-dev
- libxtst-dev
- libavcodec-dev
- libavformat-dev
- libavutil-dev
- libpulse-dev
- libssl-dev
- libdvdnav-dev
- libgsettings-qt-dev
- ffmpeg module(s):
- libffmpegthumbnailer-dev
- Qt5(>= 5.6) with modules:
- qtbase5-dev
- qtbase5-private-dev
- libqt5x11extras5-dev
- qt5-qmake
- libqt5svg5-dev
- qttools5-dev
- qttools5-dev-tools
- libqt5sql5-sqlite
- qtmultimedia5-dev
- Make sure you have installed all dependencies.
Package name may be different between distros, if deepin-movie is available from your distro, check the packaging script delivered from your distro is a better idea.
Assume you are using Deepin or other debian-based distro which got deepin-movie delivered:
$ apt build-dep deepin-movie
- Build:
$ cd deepin-movie-reborn
$ mkdir Build
$ cd Build
$ cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr ..
$ make
- Install:
$ sudo make install
When install complete, the executable binary file is placed into /usr/bin/deepin-movie
.
Execute deepin-movie
-
We encourage you to report issues and contribute changes
Deepin Movie is licensed under GPL-3.0-or-later