From 73a11ae002eab21077ca78bfffbfe60d86669244 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 15 Feb 2016 22:17:50 +0100 Subject: libsdl2-ttf: update to 2.0.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Licence checksum was changed by change of copyright year. Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- .../libsdl-ttf/libsdl2-ttf_2.0.12.bb | 31 ---------------------- .../libsdl-ttf/libsdl2-ttf_2.0.14.bb | 27 +++++++++++++++++++ 2 files changed, 27 insertions(+), 31 deletions(-) delete mode 100644 meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.12.bb create mode 100644 meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb (limited to 'meta-oe/recipes-support/libsdl-ttf') diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.12.bb b/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.12.bb deleted file mode 100644 index 47ce11550a..0000000000 --- a/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.12.bb +++ /dev/null @@ -1,31 +0,0 @@ -SUMMARY = "Simple DirectMedia Layer truetype font library" -SECTION = "libs" -DEPENDS = "virtual/libsdl2 freetype" -LICENSE = "Zlib" -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=cdd16c6436d6b8fcbdd22a54d68c6dd3" - -SRC_URI = " \ - http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-${PV}.tar.gz \ - file://use.pkg-config.for.freetype2.patch \ -" - -S = "${WORKDIR}/SDL2_ttf-${PV}" -#EXTRA_OECONF += "SDL_CONFIG=${STAGING_BINDIR_CROSS}/sdl-config " - -inherit autotools - -TARGET_CC_ARCH += "${LDFLAGS}" - -do_configure_prepend() { - touch ${S}/NEWS ${S}/README ${S}/AUTHORS ${S}/ChangeLog - - # Removing these files fixes a libtool version mismatch. - MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" - - for i in ${MACROS}; do - rm -f ${S}/acinclude/$i - done -} - -SRC_URI[md5sum] = "79787216b56cb4707f39d538f2225e00" -SRC_URI[sha256sum] = "8728605443ea1cca5cad501dc34dc0cb15135d1e575551da6d151d213d356f6e" diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb b/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb new file mode 100644 index 0000000000..af5a55c170 --- /dev/null +++ b/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb @@ -0,0 +1,27 @@ +SUMMARY = "Simple DirectMedia Layer truetype font library" +SECTION = "libs" +DEPENDS = "virtual/libsdl2 freetype" +LICENSE = "Zlib" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=cb33e7c4df9fbde389f149ad6bc93ce5" + +SRC_URI = " \ + http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-${PV}.tar.gz \ + file://use.pkg-config.for.freetype2.patch \ +" +SRC_URI[md5sum] = "e53c05e1e7f1382c316afd6c763388b1" +SRC_URI[sha256sum] = "34db5e20bcf64e7071fe9ae25acaa7d72bdc4f11ab3ce59acc768ab62fe39276" + +S = "${WORKDIR}/SDL2_ttf-${PV}" + +inherit autotools + +do_configure_prepend() { + touch ${S}/NEWS ${S}/README ${S}/AUTHORS ${S}/ChangeLog + + # Removing these files fixes a libtool version mismatch. + MACROS="libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4" + + for i in ${MACROS}; do + rm -f ${S}/acinclude/$i + done +} -- cgit 1.2.3-korg