summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb
index 6586e352ea..d334956a8f 100644
--- a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb
@@ -14,15 +14,16 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=91f1cb870c1cc2d31351a4d2595441cb"
14# While this item does not require it, it depends on ffmpeg which does 14# While this item does not require it, it depends on ffmpeg which does
15LICENSE_FLAGS = "commercial" 15LICENSE_FLAGS = "commercial"
16 16
17SRCREV_mpv = "4db82f04502cbcd20d9a975df9dfde91d8c389e3"
17SRC_URI = " \ 18SRC_URI = " \
18 https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz;name=mpv \ 19 git://github.com/mpv-player/mpv;name=mpv \
19 http://www.freehackers.org/~tnagy/release/waf-1.8.12;name=waf;downloadfilename=waf;subdir=${BPN}-${PV} \ 20 http://www.freehackers.org/~tnagy/release/waf-1.8.12;name=waf;downloadfilename=waf;subdir=git \
20" 21"
21SRC_URI[mpv.md5sum] = "038d0b660de07ff645ad6a741704ecab"
22SRC_URI[mpv.sha256sum] = "daf3ef358d5f260f2269f7caabce27f446c291457ec330077152127133b71b46"
23SRC_URI[waf.md5sum] = "cef4ee82206b1843db082d0b0506bf71" 22SRC_URI[waf.md5sum] = "cef4ee82206b1843db082d0b0506bf71"
24SRC_URI[waf.sha256sum] = "01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b" 23SRC_URI[waf.sha256sum] = "01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b"
25 24
25S = "${WORKDIR}/git"
26
26inherit waf pkgconfig pythonnative distro_features_check 27inherit waf pkgconfig pythonnative distro_features_check
27 28
28LUA ?= "lua" 29LUA ?= "lua"