Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 501534 Details for
Bug 635650
=media-video/mpv-9999 requires dedicated media-video/ffmpeg-mpv now
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mpv patch for wscript
mpv-fix-ffmpeg-mpv-version-check.patch (text/plain), 1.39 KB, created by
Brandon
on 2017-11-01 01:15:16 UTC
(
hide
)
Description:
mpv patch for wscript
Filename:
MIME Type:
Creator:
Brandon
Created:
2017-11-01 01:15:16 UTC
Size:
1.39 KB
patch
obsolete
>diff --git a/wscript b/wscript >--- a/wscript >+++ b/wscript >@@ -426,20 +426,20 @@ > ] > > ffmpeg_pkg_config_checks = [ >- 'libavutil', '>= 56.0.100', >- 'libavcodec', '>= 58.2.100', >- 'libavformat', '>= 58.0.102', >- 'libswscale', '>= 5.0.101', >- 'libavfilter', '>= 7.0.101', >- 'libswresample', '>= 3.0.100', >+ 'libavutil', '>= 1.0.100', >+ 'libavcodec', '>= 1.2.100', >+ 'libavformat', '>= 1.0.102', >+ 'libswscale', '>= 1.0.101', >+ 'libavfilter', '>= 1.0.101', >+ 'libswresample', '>= 1.0.100', > ] > libav_pkg_config_checks = [ >- 'libavutil', '>= 56.6.0', >- 'libavcodec', '>= 58.5.0', >- 'libavformat', '>= 58.1.0', >- 'libswscale', '>= 5.0.0', >- 'libavfilter', '>= 7.0.0', >- 'libavresample', '>= 4.0.0', >+ 'libavutil', '>= 1.6.0', >+ 'libavcodec', '>= 1.5.0', >+ 'libavformat', '>= 1.1.0', >+ 'libswscale', '>= 1.0.0', >+ 'libavfilter', '>= 1.0.0', >+ 'libavresample', '>= 1.0.0', > ] > > def check_ffmpeg_or_libav_versions(): >@@ -460,7 +460,7 @@ > }, { > 'name': 'ffmpeg_mpv', > 'desc': 'libav* is FFmpeg mpv modified version', >- 'func': check_statement('libavcodec/version.h', >+ 'func': check_statement('/usr/lib/ffmpeg-mpv/include/libavcodec/version.h', > 'int x[LIBAVCODEC_MPV ? 1 : -1]', > use='libavcodec') > }, {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 635650
:
501532
| 501534 |
501536