From: Koen Kooi Date: Tue, 19 Jun 2007 13:30:11 +0000 (+0000) Subject: libtheora: add 1.0 alpha7 X-Git-Tag: Release-2010-05/1~8868^2~311 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05e2db702d9f0426a0e00dbb5ca5fa5c8d944a95;p=openembedded.git libtheora: add 1.0 alpha7 --- diff --git a/packages/libogg/libtheora_0.9+1.0alpha7.bb b/packages/libogg/libtheora_0.9+1.0alpha7.bb new file mode 100644 index 0000000000..4f2cb4ab35 --- /dev/null +++ b/packages/libogg/libtheora_0.9+1.0alpha7.bb @@ -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 +} + +