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.
- Loading branch information
Showing
14 changed files
with
70 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Section: libs | |
Priority: extra | ||
Maintainer: Sou Bunnbu <[email protected]> | ||
Build-Depends: debhelper (>= 9), | ||
qt5-qmake, libqt5opengl5-dev, qtdeclarative5-dev, | ||
qt5-default, qt5-qmake, libqt5opengl5-dev, qtdeclarative5-dev, | ||
libavutil-dev, | ||
libavresample-dev, | ||
libavcodec-dev, | ||
|
@@ -90,3 +90,15 @@ Description: QtAV QML module | |
It can help you to write a player with less effort than ever before. | ||
. | ||
This package contains the QtAV QML module for Qt declarative. | ||
|
||
Package: qtav-players | ||
Section: video | ||
Architecture: any | ||
Pre-Depends: ${misc:Pre-Depends} | ||
Depends: ${misc:Depends}, ${shlibs:Depends}, libqtav, qml-module-qtav | ||
Multi-Arch: same | ||
Description: QtAV/QML players | ||
QtAV is a multimedia playback framework based on Qt and FFmpeg. | ||
High performance. User & developer friendly. | ||
. | ||
This package contains the QtAV based players |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
usr/lib/*/qt5/bin/libcommon.so.* | ||
usr/lib/*/qt5/bin/player | ||
usr/lib/*/qt5/bin/QMLPlayer | ||
usr/bin/player | ||
usr/bin/QMLPlayer | ||
usr/share/applications/player.desktop | ||
usr/share/applications/QMLPlayer.desktop | ||
usr/share/icons/hicolor/64x64/apps/QtAV.svg |
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -41,3 +41,7 @@ macx:!ios { | |
} | ||
|
||
include($$PROJECTROOT/deploy.pri) | ||
|
||
target.path = $$[QT_INSTALL_BINS] | ||
INSTALLS += target | ||
|
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=QtAV QML Player | ||
GenericName=QtAV QML player | ||
Comment=QtAV Multimedia Player | ||
Comment[zh]=多媒体播放器 | ||
Icon=QtAV | ||
TryExec=/usr/bin/QMLPlayer | ||
Exec=QMLPlayer %U | ||
Terminal=false | ||
Categories=Qt;AudioVideo;Audio;Video;Player;TV; | ||
MimeType=application/ogg;application/x-ogg;application/sdp;application/smil;application/x-smil;application/streamingmedia;application/x-streamingmedia;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;audio/aac;audio/x-aac;audio/m4a;audio/x-m4a;audio/mp1;audio/x-mp1;audio/mp2;audio/x-mp2;audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/mpegurl;audio/x-mpegurl;audio/mpg;audio/x-mpg;audio/rn-mpeg;audio/scpls;audio/x-scpls;audio/vnd.rn-realaudio;audio/wav;audio/x-pn-windows-pcm;audio/x-realaudio;audio/x-pn-realaudio;audio/x-ms-wma;audio/x-pls;audio/x-wav;video/mpeg;video/x-mpeg;video/x-mpeg2;video/mp4;video/msvideo;video/x-msvideo;video/quicktime;video/vnd.rn-realvideo;video/x-ms-afs;video/x-ms-asf;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvxvideo;video/x-avi;video/x-fli;video/x-flv;video/x-theora;video/x-matroska;video/webm;audio/x-flac;audio/x-vorbis+ogg;video/x-ogm+ogg;audio/x-shorten;audio/x-ape;audio/x-wavpack;audio/x-tta;audio/AMR;audio/ac3;video/mp2t;audio/flac; | ||
X-KDE-Protocols=ftp,http,https,mms,rtmp,rtsp,sftp,smb |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=QtAV Player | ||
GenericName=QtAV player | ||
Comment=QtAV Multimedia Player | ||
Comment[zh]=多媒体播放器 | ||
Icon=QtAV | ||
TryExec=/usr/bin/player | ||
Exec=player %U | ||
Terminal=false | ||
Categories=Qt;AudioVideo;Audio;Video;Player;TV; | ||
MimeType=application/ogg;application/x-ogg;application/sdp;application/smil;application/x-smil;application/streamingmedia;application/x-streamingmedia;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;audio/aac;audio/x-aac;audio/m4a;audio/x-m4a;audio/mp1;audio/x-mp1;audio/mp2;audio/x-mp2;audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/mpegurl;audio/x-mpegurl;audio/mpg;audio/x-mpg;audio/rn-mpeg;audio/scpls;audio/x-scpls;audio/vnd.rn-realaudio;audio/wav;audio/x-pn-windows-pcm;audio/x-realaudio;audio/x-pn-realaudio;audio/x-ms-wma;audio/x-pls;audio/x-wav;video/mpeg;video/x-mpeg;video/x-mpeg2;video/mp4;video/msvideo;video/x-msvideo;video/quicktime;video/vnd.rn-realvideo;video/x-ms-afs;video/x-ms-asf;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvxvideo;video/x-avi;video/x-fli;video/x-flv;video/x-theora;video/x-matroska;video/webm;audio/x-flac;audio/x-vorbis+ogg;video/x-ogm+ogg;audio/x-shorten;audio/x-ape;audio/x-wavpack;audio/x-tta;audio/AMR;audio/ac3;video/mp2t;audio/flac; | ||
X-KDE-Protocols=ftp,http,https,mms,rtmp,rtsp,sftp,smb |
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,4 +2,4 @@ | |
D=`readlink -f $0` | ||
D=${D%/*} | ||
export LD_LIBRARY_PATH=$D:$D/lib | ||
$D/QMLPlayer | ||
$D/QMLPlayer $@ |
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,4 +2,4 @@ | |
D=`readlink -f $0` | ||
D=${D%/*} | ||
export LD_LIBRARY_PATH=$D:$D/lib | ||
$D/player | ||
$D/player $@ |
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