From 33fb304f9ab1d9a630e4fd7b60ab00f67070112a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 27 Aug 2016 01:00:41 +0200 Subject: [PATCH] mlt: update to 6.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/mlt/{mlt_6.0.0.bb => mlt_6.2.0.bb} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename recipes-support/mlt/{mlt_6.0.0.bb => mlt_6.2.0.bb} (83%) diff --git a/recipes-support/mlt/mlt_6.0.0.bb b/recipes-support/mlt/mlt_6.2.0.bb similarity index 83% rename from recipes-support/mlt/mlt_6.0.0.bb rename to recipes-support/mlt/mlt_6.2.0.bb index 6a2c0b36..f7943593 100644 --- a/recipes-support/mlt/mlt_6.0.0.bb +++ b/recipes-support/mlt/mlt_6.2.0.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = " \ " DEPENDS = " \ - glib-2.0 \ + gtk+ \ qtbase \ qtsvg \ virtual/libx11 \ @@ -27,13 +27,15 @@ SRC_URI = " \ https://github.com/mltframework/${BPN}/archive/v${PV}.tar.gz \ file://0001-configure-use-pkgconfig-to-find-sdl.patch \ " -SRC_URI[md5sum] = "df4909bbf3dacb1186b5c1bd2aeef568" -SRC_URI[sha256sum] = "34f0cb60eb2e7400e9964de5ee439851b3e51a942206cccc2961fd41b42ee5d2" +SRC_URI[md5sum] = "a1c70e535c61dd9242ac9f6ae58899d0" +SRC_URI[sha256sum] = "dd2ee742e89620de78a259790f92a7cadad67f0e0a6c1ea7ed932f96fb739fff" inherit autotools-brokensep pkgconfig CLEANBROKEN = "1" +CXXFLAGS += "--std=c++11" + CONF_ACCEL = " \ --disable-mmx \ --disable-sse \