diff options
-rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc_3.0.9.2.bb (renamed from meta-multimedia/recipes-multimedia/vlc/vlc_3.0.8.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.8.bb b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.9.2.bb index c15ff9a431..9e41512c3e 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.8.bb +++ b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.9.2.bb | |||
@@ -23,8 +23,7 @@ SRC_URI = "http://download.videolan.org/pub/videolan/${BPN}/${PV}/${BP}.tar.xz \ | |||
23 | file://0007-use-vorbisidec.patch \ | 23 | file://0007-use-vorbisidec.patch \ |
24 | file://0008-fix-luaL-checkint.patch \ | 24 | file://0008-fix-luaL-checkint.patch \ |
25 | " | 25 | " |
26 | SRC_URI[md5sum] = "744442ec0c145453ea1d257914c8072e" | 26 | SRC_URI[sha256sum] = "a9bdad293d81cd48516abad8d490d8ab4012964ae541ff19e00021e071e47601" |
27 | SRC_URI[sha256sum] = "e0149ef4a20a19b9ecd87309c2d27787ee3f47dfd47c6639644bc1f6fd95bdf6" | ||
28 | 27 | ||
29 | inherit autotools gettext pkgconfig features_check mime-xdg | 28 | inherit autotools gettext pkgconfig features_check mime-xdg |
30 | 29 | ||
@@ -88,6 +87,7 @@ PACKAGECONFIG[vnc] = "--enable-vnc,--disable-vnc, libvncserver" | |||
88 | PACKAGECONFIG[x11] = "--with-x --enable-xcb,--without-x --disable-xcb, xcb-util-keysyms libxpm libxinerama" | 87 | PACKAGECONFIG[x11] = "--with-x --enable-xcb,--without-x --disable-xcb, xcb-util-keysyms libxpm libxinerama" |
89 | PACKAGECONFIG[png] = "--enable-png,--disable-png,libpng" | 88 | PACKAGECONFIG[png] = "--enable-png,--disable-png,libpng" |
90 | PACKAGECONFIG[vdpau] = "--enable-vdpau,--disable-vdpau,libvdpau" | 89 | PACKAGECONFIG[vdpau] = "--enable-vdpau,--disable-vdpau,libvdpau" |
90 | PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland wayland-native" | ||
91 | 91 | ||
92 | do_configure_append() { | 92 | do_configure_append() { |
93 | sed -i -e s:'${top_builddir_slash}libtool':'${top_builddir_slash}'${TARGET_SYS}-libtool:g ${B}/doltlibtool | 93 | sed -i -e s:'${top_builddir_slash}libtool':'${top_builddir_slash}'${TARGET_SYS}-libtool:g ${B}/doltlibtool |