mlt: update to 6.0.0

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2016-03-06 00:55:10 +01:00
parent d0aa55e845
commit f58e7092c4
2 changed files with 4 additions and 4 deletions

View File

@@ -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`"

View File

@@ -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