Skip to content

Latest commit

 

History

History
103 lines (76 loc) · 2.7 KB

README.zh_CN.md

File metadata and controls

103 lines (76 loc) · 2.7 KB

Deepin movie

影院是深度技术开发的全功能视频播放器,支持以多种视频格式播放本地和流媒体。

依赖

编译依赖

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

安装

构建过程

  1. 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
  1. 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.

用途

Execute deepin-movie

文档

帮助

贡献指南

开源许可证

Deepin Movie 根据 [GPL-3.0-or-later](许可证)获得许可.