Skip to content

Commit

Permalink
debian: add qml dialog & folderlistmodel dependency for players
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Oct 18, 2015
1 parent 79a97df commit 6577d02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 26,7 @@ QtAV can meet your most demands
- Playback speed control
- Variant streams: locale file, http, rtsp etc. and your custom streams
- Audio channel, tracks and external audio tracks
- Dynamically change render engine when playing.
- Dynamically change render engines and decoders when playing.
- Multiple video outputs for 1 player
- Video eq(software and OpenGL): brightness, contrast, saturation, hue
- QML support. Most playback APIs are compatible with QtMultimedia module
Expand Down
8 changes: 4 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6577d02

Please sign in to comment.