[oe-commits] org.oe.dev libtheora: add 1.0 alpha7

koen commit openembedded-commits at lists.openembedded.org
Tue Jun 19 14:05:34 UTC 2007


libtheora: add 1.0 alpha7

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 349687606924c54b2eb9b96fffd81e63fb854c74
ViewMTN: http://monotone.openembedded.org/revision.psp?id=349687606924c54b2eb9b96fffd81e63fb854c74
Files:
1
packages/libogg/libtheora_0.9+1.0alpha7.bb
Diffs:

#
# mt diff -r3eac26db70c312053491f643dc9df91f03c13be2 -r349687606924c54b2eb9b96fffd81e63fb854c74
#
# 
# 
# add_file "packages/libogg/libtheora_0.9+1.0alpha7.bb"
#  content [53e7f61fc4fc80636acdcfd1b1a2706c3dead2ac]
# 
============================================================
--- packages/libogg/libtheora_0.9+1.0alpha7.bb	53e7f61fc4fc80636acdcfd1b1a2706c3dead2ac
+++ packages/libogg/libtheora_0.9+1.0alpha7.bb	53e7f61fc4fc80636acdcfd1b1a2706c3dead2ac
@@ -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
+}
+
+






More information about the Openembedded-commits mailing list