libtheora: add 1.0 alpha7
authorKoen Kooi <koen@openembedded.org>
Tue, 19 Jun 2007 13:30:11 +0000 (13:30 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 19 Jun 2007 13:30:11 +0000 (13:30 +0000)
packages/libogg/libtheora_0.9+1.0alpha7.bb [new file with mode: 0644]

diff --git a/packages/libogg/libtheora_0.9+1.0alpha7.bb b/packages/libogg/libtheora_0.9+1.0alpha7.bb
new file mode 100644 (file)
index 0000000..4f2cb4a
--- /dev/null
@@ -0,0 +1,19 @@
+
+DEPENDS = "libogg libtheora libsdl-x11"
+
+SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-1.0alpha7.tar.gz"
+
+S = "${WORKDIR}/libtheora-1.0alpha7"
+
+inherit autotools pkgconfig lib_package
+
+
+do_configure_append() {
+        find ${S} -name Makefile | xargs sed -i -e s:'-I/usr/include':-I${STAGING_INCDIR}:g
+}
+
+do_stage() {
+         autotools_stage_all
+}
+
+