From e7d2decba1f3d21ef62c789882849753e2fb3300 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Mon, 22 Apr 2013 23:26:18 +0300 Subject: [PATCH] tremor: update to newer because of SDL_mixer 1.2.12 incompatibility - SDL_mixer 1.2.12 crashes with tremor_20041119 - latest tremor from OE introduces ABI change and breaks .pnds (svn di -cr17375 http://svn.xiph.org/trunk/Tremor/ OggVorbis_File) --- .../tremor/obsolete_automake_macros.patch | 15 +++++++++++++ recipes/tremor/tremor_20100422.bb | 21 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 recipes/tremor/tremor/obsolete_automake_macros.patch create mode 100644 recipes/tremor/tremor_20100422.bb diff --git a/recipes/tremor/tremor/obsolete_automake_macros.patch b/recipes/tremor/tremor/obsolete_automake_macros.patch new file mode 100644 index 0000000000..7e5102903b --- /dev/null +++ b/recipes/tremor/tremor/obsolete_automake_macros.patch @@ -0,0 +1,15 @@ +Upstream-Status: Submitted [https://trac.xiph.org/ticket/1922] + +Signed-off-by: Marko Lindqvist +Index: configure.in +=================================================================== +--- configure.in (revision 18764) ++++ configure.in (working copy) +@@ -9,7 +9,7 @@ + AC_CANONICAL_HOST + AC_CANONICAL_TARGET + +-AM_CONFIG_HEADER([config.h]) ++AC_CONFIG_HEADERS([config.h]) + + AM_INIT_AUTOMAKE(libvorbisidec,1.2.1) diff --git a/recipes/tremor/tremor_20100422.bb b/recipes/tremor/tremor_20100422.bb new file mode 100644 index 0000000000..194d4c6cc5 --- /dev/null +++ b/recipes/tremor/tremor_20100422.bb @@ -0,0 +1,21 @@ +SUMMARY = "Fixed-point decoder" +DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec." +SECTION = "libs" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \ + file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f" +DEPENDS = "libogg" +SRCDATE = "${PV}" +PR = "r1" + +SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=17157;proto=http \ + file://obsolete_automake_macros.patch;patch=1;pnum=0 \ +" + +S = "${WORKDIR}/Tremor" + +inherit autotools + +EXTRA_OECONF=" --enable-shared --disable-rpath " + +ARM_INSTRUCTION_SET = "arm" -- 2.39.5