tremor: update to newer because of SDL_mixer 1.2.12 incompatibility
authorGrazvydas Ignotas <notasas@gmail.com>
Mon, 22 Apr 2013 20:26:18 +0000 (23:26 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Mon, 22 Apr 2013 21:20:30 +0000 (00:20 +0300)
- 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)

recipes/tremor/tremor/obsolete_automake_macros.patch [new file with mode: 0644]
recipes/tremor/tremor_20100422.bb [new file with mode: 0644]

diff --git a/recipes/tremor/tremor/obsolete_automake_macros.patch b/recipes/tremor/tremor/obsolete_automake_macros.patch
new file mode 100644 (file)
index 0000000..7e51029
--- /dev/null
@@ -0,0 +1,15 @@
+Upstream-Status: Submitted [https://trac.xiph.org/ticket/1922]
+
+Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
+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 (file)
index 0000000..194d4c6
--- /dev/null
@@ -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"