diff options
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-multimedia/mplayer/mpv_0.35.1.bb (renamed from meta-oe/recipes-multimedia/mplayer/mpv_0.34.1.bb) | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.34.1.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.35.1.bb index c600e88f88..cfb461a4c3 100644 --- a/meta-oe/recipes-multimedia/mplayer/mpv_0.34.1.bb +++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.35.1.bb | |||
| @@ -11,18 +11,14 @@ DEPENDS = " \ | |||
| 11 | libass \ | 11 | libass \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | DEPENDS += " \ | ||
| 15 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' virtual/libx11 xsp libxv libxscrnsaver libxinerama', '', d)} \ | ||
| 16 | " | ||
| 17 | |||
| 18 | LICENSE = "GPL-2.0-or-later" | 14 | LICENSE = "GPL-2.0-or-later" |
| 19 | LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 15 | LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 20 | 16 | ||
| 21 | SRCREV_mpv = "349e437466163cb52f7d0aa227d4606edd9db501" | 17 | SRCREV_mpv = "140ec21c89d671d392877a7f3b91d67e7d7b9239" |
| 22 | SRC_URI = "git://github.com/mpv-player/mpv;name=mpv;branch=release/0.34;protocol=https \ | 18 | SRC_URI = "git://github.com/mpv-player/mpv;name=mpv;branch=release/0.35;protocol=https \ |
| 23 | https://waf.io/waf-2.0.20;name=waf;subdir=git \ | 19 | https://waf.io/waf-2.0.25;name=waf;subdir=git \ |
| 24 | " | 20 | " |
| 25 | SRC_URI[waf.sha256sum] = "bf971e98edc2414968a262c6aa6b88541a26c3cd248689c89f4c57370955ee7f" | 21 | SRC_URI[waf.sha256sum] = "21199cd220ccf60434133e1fd2ab8c8e5217c3799199c82722543970dc8e38d5" |
| 26 | 22 | ||
| 27 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
| 28 | 24 | ||
| @@ -46,7 +42,7 @@ PACKAGECONFIG ??= " \ | |||
| 46 | ${@bb.utils.filter('DISTRO_FEATURES', 'opengl', d)} \ | 42 | ${@bb.utils.filter('DISTRO_FEATURES', 'opengl', d)} \ |
| 47 | " | 43 | " |
| 48 | 44 | ||
| 49 | PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11" | 45 | PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 xsp libxv libxscrnsaver libxinerama libxpresent libxext" |
| 50 | PACKAGECONFIG[xv] = "--enable-xv,--disable-xv,libxv" | 46 | PACKAGECONFIG[xv] = "--enable-xv,--disable-xv,libxv" |
| 51 | PACKAGECONFIG[opengl] = "--enable-gl,--disable-gl,virtual/libgl" | 47 | PACKAGECONFIG[opengl] = "--enable-gl,--disable-gl,virtual/libgl" |
| 52 | PACKAGECONFIG[egl] = "--enable-egl,--disable-egl,virtual/egl" | 48 | PACKAGECONFIG[egl] = "--enable-egl,--disable-egl,virtual/egl" |
| @@ -103,7 +99,7 @@ EXTRA_OECONF = " \ | |||
| 103 | " | 99 | " |
| 104 | 100 | ||
| 105 | link_waf() { | 101 | link_waf() { |
| 106 | ln -s waf-2.0.20 ${S}/waf | 102 | ln -s waf-2.0.25 ${S}/waf |
| 107 | } | 103 | } |
| 108 | do_unpack[postfuncs] += "link_waf" | 104 | do_unpack[postfuncs] += "link_waf" |
| 109 | 105 | ||
| @@ -111,5 +107,6 @@ FILES:${PN} += " \ | |||
| 111 | ${datadir}/icons \ | 107 | ${datadir}/icons \ |
| 112 | ${datadir}/zsh \ | 108 | ${datadir}/zsh \ |
| 113 | ${datadir}/bash-completion \ | 109 | ${datadir}/bash-completion \ |
| 110 | ${datadir}/metainfo \ | ||
| 114 | " | 111 | " |
| 115 | EXCLUDE_FROM_WORLD = "${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "0", "1", d)}" | 112 | EXCLUDE_FROM_WORLD = "${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "0", "1", d)}" |
