diff options
Diffstat (limited to 'recipes-multimedia/omxplayer/omxplayer_git.bb')
| -rw-r--r-- | recipes-multimedia/omxplayer/omxplayer_git.bb | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb index f557207..aad2fed 100644 --- a/recipes-multimedia/omxplayer/omxplayer_git.bb +++ b/recipes-multimedia/omxplayer/omxplayer_git.bb | |||
| @@ -11,7 +11,7 @@ DEPENDS = "libpcre libav virtual/egl boost freetype dbus openssl libssh libomxil | |||
| 11 | 11 | ||
| 12 | PR = "r4" | 12 | PR = "r4" |
| 13 | 13 | ||
| 14 | SRCREV_default = "7f3faf6cadac913013248de759462bcff92f0102" | 14 | SRCREV_default = "b4bbef8fac5e8c2ddafa895f98456ba715b39c6b" |
| 15 | 15 | ||
| 16 | # omxplayer builds its own copy of ffmpeg from source instead of using the | 16 | # omxplayer builds its own copy of ffmpeg from source instead of using the |
| 17 | # system's ffmpeg library. This isn't ideal but it's ok for now. We do however | 17 | # system's ffmpeg library. This isn't ideal but it's ok for now. We do however |
| @@ -19,11 +19,11 @@ SRCREV_default = "7f3faf6cadac913013248de759462bcff92f0102" | |||
| 19 | # fetching the latest commit on a release branch (which is what the checkout job | 19 | # fetching the latest commit on a release branch (which is what the checkout job |
| 20 | # in Makefile.ffmpeg in the omxplayer source tree does). | 20 | # in Makefile.ffmpeg in the omxplayer source tree does). |
| 21 | # | 21 | # |
| 22 | # This SRCREV corresponds to the v3.1.10 release of ffmpeg. | 22 | # This SRCREV corresponds to the v4.0.3 release of ffmpeg. |
| 23 | SRCREV_ffmpeg = "afa34cb36edca0ff809b7e58474bbce12271ecba" | 23 | SRCREV_ffmpeg = "fcbd117df3077bad495e99e20f01cf93737bce76" |
| 24 | 24 | ||
| 25 | SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master \ | 25 | SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master \ |
| 26 | git://source.ffmpeg.org/ffmpeg;branch=release/3.1;protocol=git;depth=1;name=ffmpeg;destsuffix=git/ffmpeg \ | 26 | git://github.com/FFmpeg/FFmpeg;branch=release/4.0;protocol=git;depth=1;name=ffmpeg;destsuffix=git/ffmpeg \ |
| 27 | file://0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch \ | 27 | file://0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch \ |
| 28 | file://0003-Remove-strip-step-in-Makefile.patch \ | 28 | file://0003-Remove-strip-step-in-Makefile.patch \ |
| 29 | file://0004-Add-FFMPEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch \ | 29 | file://0004-Add-FFMPEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch \ |
| @@ -32,12 +32,11 @@ SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master | |||
| 32 | file://0005-Don-t-require-internet-connection-during-build.patch \ | 32 | file://0005-Don-t-require-internet-connection-during-build.patch \ |
| 33 | file://0006-Prevent-ffmpeg-configure-compile-race-condition.patch \ | 33 | file://0006-Prevent-ffmpeg-configure-compile-race-condition.patch \ |
| 34 | file://0001-Specify-cc-cxx-and-ld-variables-from-environment.patch \ | 34 | file://0001-Specify-cc-cxx-and-ld-variables-from-environment.patch \ |
| 35 | file://0001-openssl-Support-version-1.1.0.patch;patchdir=ffmpeg \ | ||
| 36 | file://0001-swresample-arm-avoid-conditional-branch-to-PLT-in-TH.patch;patchdir=ffmpeg \ | ||
| 37 | file://0001-rtmpdh-Stop-using-OpenSSL-provided-DH-functions-to-s.patch;patchdir=ffmpeg \ | ||
| 38 | file://cross-crompile-ffmpeg.patch \ | 35 | file://cross-crompile-ffmpeg.patch \ |
| 39 | file://0001-Fix-build-with-vc4-driver.patch \ | ||
| 40 | " | 36 | " |
| 37 | |||
| 38 | SRC_URI_append = "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", " file://0001-Fix-build-with-vc4-driver.patch ", "", d)}" | ||
| 39 | |||
| 41 | S = "${WORKDIR}/git" | 40 | S = "${WORKDIR}/git" |
| 42 | 41 | ||
| 43 | COMPATIBLE_MACHINE = "^rpi$" | 42 | COMPATIBLE_MACHINE = "^rpi$" |
