-
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1256: use private ffmpeg library, finally something up to date
git-svn-id: https://xpra.org/svn/Xpra/trunk@13012 3bb7dfac-3a0b-4e04-842a-767bc560f471
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 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 |
---|---|---|
|
@@ -5,8 +5,7 @@ Maintainer: Antoine Martin <[email protected]> | |
Build-Depends: debhelper (>= 8) | ||
,quilt | ||
,cython (>= 0.16) | ||
,libavcodec-dev | ||
,libswscale-dev | ||
,ffmpeg-xpra | ||
,libx11-dev | ||
,libvpx-dev | ||
,libxcomposite-dev | ||
|
@@ -40,6 +39,8 @@ Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} | |
,python-numpy | ||
# for PNG and JPEG support: | ||
,python-imaging | ||
# ffmpeg based codecs: | ||
,ffmpeg-xpra | ||
# packet encoder: | ||
,python-rencode | ||
#depend on lz4 for those that have it, lzo otherwise: | ||
|
@@ -53,23 +54,19 @@ Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} | |
#wily: ,python-appindicator | ||
#xenial: ,python-appindicator | ||
Recommends: | ||
#version specific values (sigh), uncomment the one you need: | ||
#jessie: ,libswscale3 | ||
#stretch: ,libswscale-ffmpeg3 | ||
#trusty: ,libswscale2 | ||
#wily: ,libswscale-ffmpeg3 | ||
#xenial: ,libswscale-ffmpeg3 | ||
#x264 | ||
#jessie: ,libx264-142 | ||
#stretch: ,libx264-146 | ||
#trusty: ,libx264-142 | ||
#wily: ,libx264-148 | ||
#xenial: ,libx264-148 | ||
,libxvidcore4 | ||
#webp | ||
#jessie: ,libwebp5 | ||
#stretch: ,libwebp5 | ||
#trusty: ,libwebp5 | ||
#wily: ,libwebp5 | ||
#xenial: ,libwebp5 | ||
#AES encryption: | ||
#jessie: ,python-cryptography | ||
#stretch: ,python-cryptography | ||
|
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