wineee / deepin-movie-reborn

Video player for DDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deepin movie

Deepin Movie is a full-featured video player developed by Deepin Technology, supporting playing local and streaming media in multiple video formats.

Dependencies

Build dependencies

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

Installation

Build from source code

  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.

Usage

Execute deepin-movie

Documentations

Getting help

Getting involved

License

Deepin Movie is licensed under GPL-3.0-or-later

About

Video player for DDE

License:GNU General Public License v3.0


Languages

Language:C++ 94.5%Language:C 3.8%Language:CMake 0.9%Language:Shell 0.3%Language:QMake 0.3%Language:Python 0.2%