From f58e7092c40b6a5f8f784e5edbfef84d31cf8371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 6 Mar 2016 00:55:10 +0100 Subject: [PATCH] mlt: update to 6.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../mlt/files/0001-configure-use-pkgconfig-to-find-sdl.patch | 4 ++-- recipes-support/mlt/{mlt_0.9.8.bb => mlt_6.0.0.bb} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename recipes-support/mlt/{mlt_0.9.8.bb => mlt_6.0.0.bb} (86%) diff --git a/recipes-support/mlt/files/0001-configure-use-pkgconfig-to-find-sdl.patch b/recipes-support/mlt/files/0001-configure-use-pkgconfig-to-find-sdl.patch index 4f40e1d1..8253bc31 100644 --- a/recipes-support/mlt/files/0001-configure-use-pkgconfig-to-find-sdl.patch +++ b/recipes-support/mlt/files/0001-configure-use-pkgconfig-to-find-sdl.patch @@ -24,8 +24,8 @@ index ef3ec8d..be28cbb 100755 case $targetos in Darwin) -- echo "CFLAGS+=-fPIC -D__DARWIN__ `sdl-config --cflags`" -+ echo "CFLAGS+=-fPIC -D__DARWIN__ `pkg-config --cflags sdl`" +- echo "CFLAGS+=-fPIC `sdl-config --cflags`" ++ echo "CFLAGS+=-fPIC `pkg-config --cflags sdl`" echo "SHFLAGS=-dynamiclib" - echo "LDFLAGS+=`sdl-config --libs`" + echo "LDFLAGS+=`pkg-config --libs sdl`" diff --git a/recipes-support/mlt/mlt_0.9.8.bb b/recipes-support/mlt/mlt_6.0.0.bb similarity index 86% rename from recipes-support/mlt/mlt_0.9.8.bb rename to recipes-support/mlt/mlt_6.0.0.bb index 2be7f157..6a2c0b36 100644 --- a/recipes-support/mlt/mlt_0.9.8.bb +++ b/recipes-support/mlt/mlt_6.0.0.bb @@ -27,8 +27,8 @@ SRC_URI = " \ https://github.com/mltframework/${BPN}/archive/v${PV}.tar.gz \ file://0001-configure-use-pkgconfig-to-find-sdl.patch \ " -SRC_URI[md5sum] = "57397f2f0fa0545c248c5e9b59c140d5" -SRC_URI[sha256sum] = "1214d6ad7fd1c3d36f0b1e64fd1c8d8a7ab6290e8452396003e79d58c0d21074" +SRC_URI[md5sum] = "df4909bbf3dacb1186b5c1bd2aeef568" +SRC_URI[sha256sum] = "34f0cb60eb2e7400e9964de5ee439851b3e51a942206cccc2961fd41b42ee5d2" inherit autotools-brokensep pkgconfig