[oe] [PATCH] newer tremor

Dvorkin Dmitry dvorkin at tibbo.com
Sun Apr 24 14:40:44 UTC 2011


Signed-off-by: Dvorkin Dmitry <dvorkin at tibbo.com>
---
 recipes/tremor/tremor-lowmem_17931.bb |   22 ++++++++++++++++++++++
 recipes/tremor/tremor/pkgconfig.patch |   22 ----------------------
 recipes/tremor/tremor_17931.bb        |   19 +++++++++++++++++++
 recipes/tremor/tremor_20041119.bb     |   22 ----------------------
 recipes/tremor/tremor_svn.bb          |   17 -----------------
 5 files changed, 41 insertions(+), 61 deletions(-)
 create mode 100644 recipes/tremor/tremor-lowmem_17931.bb
 delete mode 100644 recipes/tremor/tremor/pkgconfig.patch
 create mode 100644 recipes/tremor/tremor_17931.bb
 delete mode 100644 recipes/tremor/tremor_20041119.bb
 delete mode 100644 recipes/tremor/tremor_svn.bb

diff --git a/recipes/tremor/tremor-lowmem_17931.bb b/recipes/tremor/tremor-lowmem_17931.bb
new file mode 100644
index 0000000..018565a
--- /dev/null
+++ b/recipes/tremor/tremor-lowmem_17931.bb
@@ -0,0 +1,22 @@
+SECTION = "libs"
+PRIORITY = "optional"
+RDEPENDS = "libogg"
+DEPENDS = "libogg"
+DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
+LICENSE = "BSD"
+PROVIDES += "libvorbisidec"
+PR = "r2"
+
+# it have bugs
+DEFAULT_PREFERENCE = "-1"
+
+# tremor makes heavy use of non-thumb-compatible inline asm.
+ARM_INSTRUCTION_SET = "arm"
+
+SRC_URI = "svn://svn.xiph.org/branches/lowmem-branch;module=Tremor;rev=${PV};proto=http"
+
+S = "${WORKDIR}/Tremor"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF=" --enable-shared --disable-rpath  "
diff --git a/recipes/tremor/tremor/pkgconfig.patch b/recipes/tremor/tremor/pkgconfig.patch
deleted file mode 100644
index f864cb8..0000000
--- a/recipes/tremor/tremor/pkgconfig.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- Tremor/configure.in	2006-09-03 01:19:30.000000000 +0200
-+++ Tremor-fixed/configure.in	2006-09-03 12:13:33.339593728 +0200
-@@ -106,4 +106,4 @@
- AC_SUBST(DEBUG)
- AC_SUBST(PROFILE)
- 
--AC_OUTPUT(Makefile)
-+AC_OUTPUT([Makefile vorbisidec.pc])
---- Tremor/vorbisidec.pc.in	1970-01-01 01:00:00.000000000 +0100
-+++ Tremor-fixed/vorbisidec.pc.in	2006-09-03 12:16:38.313473424 +0200
-@@ -0,0 +1,11 @@
-+prefix=@prefix@
-+exec_prefix=@exec_prefix@
-+libdir=@libdir@
-+includedir=@includedir@
-+
-+Name: vorbisidec
-+Description: Vorbis audio decoder
-+Requires:
-+Version: 20041119
-+Libs: -L${libdir} -lvorbisidec
-+Cflags: -I${includedir}
diff --git a/recipes/tremor/tremor_17931.bb b/recipes/tremor/tremor_17931.bb
new file mode 100644
index 0000000..3269a24
--- /dev/null
+++ b/recipes/tremor/tremor_17931.bb
@@ -0,0 +1,19 @@
+SECTION = "libs"
+PRIORITY = "optional"
+RDEPENDS = "libogg"
+DEPENDS = "libogg"
+DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
+LICENSE = "BSD"
+PROVIDES += "libvorbisidec"
+PR = "r2"
+
+# tremor makes heavy use of non-thumb-compatible inline asm.
+ARM_INSTRUCTION_SET = "arm"
+
+SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=${PV};proto=http"
+
+S = "${WORKDIR}/Tremor"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF=" --enable-shared --disable-rpath  "
diff --git a/recipes/tremor/tremor_20041119.bb b/recipes/tremor/tremor_20041119.bb
deleted file mode 100644
index 42155ab..0000000
--- a/recipes/tremor/tremor_20041119.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-SECTION = "libs"
-PRIORITY = "optional"
-DEPENDS = "libogg"
-DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
-LICENSE = "BSD"
-SRCDATE = "${PV}"
-PR = "r2"
-
-# tremor makes heavy use of non-thumb-compatible inline asm.
-ARM_INSTRUCTION_SET = "arm"
-
-PROVIDES += "libvorbisidec"
-
-SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=4573;proto=http \
-	file://pkgconfig.patch"
-
-S = "${WORKDIR}/Tremor"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF=" --enable-shared --disable-rpath  "
-
diff --git a/recipes/tremor/tremor_svn.bb b/recipes/tremor/tremor_svn.bb
deleted file mode 100644
index 751d5f2..0000000
--- a/recipes/tremor/tremor_svn.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-SECTION = "libs"
-PRIORITY = "optional"
-DEPENDS = "libogg"
-DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
-PV = "1:0.0+svn${SRCDATE}"
-LICENSE = "BSD"
-
-DEFAULT_PREFERENCE = "-1"
-
-SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;proto=http"
-
-S = "${WORKDIR}/Tremor"
-
-inherit autotools
-
-EXTRA_OECONF=" --enable-shared --disable-rpath  "
-
-- 
1.7.3.4





More information about the Openembedded-devel mailing list