forked from wang-bin/QtAV
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debian: add qml dialog & folderlistmodel dependency for players
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 2,7 @@ | |
Source: qtav | ||
Section: video | ||
Priority: extra | ||
Maintainer: Sou Bunnbu <[email protected]> | ||
Maintainer: Wang Bin <[email protected]>, Sou Bunnbu <[email protected]> | ||
Build-Depends: debhelper (>= 9), | ||
qt5-qmake, libqt5opengl5-dev, qtdeclarative5-dev, | ||
libqt5x11extras5-dev, | ||
|
@@ -29,7 29,7 @@ Description: FFmpeg powered multimedia playback SDK for Qt | |
QtAV can help you to write a player with less effort than ever before. | ||
. | ||
Features include: | ||
* Hardware decoding suppprt: DXVA2, VAAPI, VDA, CedarX, CUDA | ||
* Hardware decoding suppprt: DXVA2, VAAPI, VDA, VideoToolbox, CedarX, CUDA | ||
* Realtime preview | ||
* OpenGL and ES2 support for Hi10P and other 16-bit YUV videos | ||
* Video capture in rgb and yuv format | ||
|
@@ -39,7 39,7 @@ Description: FFmpeg powered multimedia playback SDK for Qt | |
* Playback speed control | ||
* Variant streams: locale file, http, rtsp, etc. | ||
* Multiple render engine support. Currently supports QPainter, GDI , Direct2D, XV and OpenGL(and ES2). | ||
* Dynamically change render engine and decoder when playing. | ||
* Dynamically change render engines and decoders when playing. | ||
* Multiple video outputs for 1 player | ||
* Region of interest(ROI), i.e. video cropping | ||
* Video eq: brightness, contrast, saturation, hue | ||
|
@@ -108,7 108,7 @@ Package: qtav-players | |
Section: video | ||
Architecture: any | ||
Pre-Depends: ${misc:Pre-Depends} | ||
Depends: ${misc:Depends}, ${shlibs:Depends}, libqtav, libqtavwidgets, qml-module-qtav, libqt5svg5 | ||
Depends: ${misc:Depends}, ${shlibs:Depends}, libqtav, libqtavwidgets, qml-module-qtav, libqt5svg5, qml-module-qtquick-dialogs | qtdeclarative5-dialogs-plugin, qml-module-qt-labs-folderlistmodel | qtdeclarative5-folderlistmodel-plugin | ||
Multi-Arch: same | ||
Description: QtAV/QML players | ||
QtAV is a multimedia playback framework based on Qt and FFmpeg. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 11,7 @@ Copyright: 2012-2014 Wang Bin <[email protected]> | |
License: GPL-3 | ||
|
||
Files: debian/* | ||
Copyright: 2014 Sou Bunnbu <[email protected]> | ||
Copyright: 2015 Wang Bin <[email protected]>, 2014 Sou Bunnbu <[email protected]> | ||
License: LGPL-2.1 | ||
|
||
License: LGPL-2.1 | ||
|