[oe-commits] org.oe.dev packages/libshout/libshout: Add initial version 2.2.2

freyther commit openembedded-commits at lists.openembedded.org
Fri Jan 25 17:55:15 UTC 2008


packages/libshout/libshout: Add initial version 2.2.2
    Remove ogg.m4, speex.m4, vorbis.m4 from the source directory before
    starting to regenerate the configure script.
    Do not add $prefix/include to the CPPFLAGS as this is evil

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 644e6a94470cb8b750cb9bdea516e5db7ff578bc
ViewMTN: http://monotone.openembedded.org/revision/info/644e6a94470cb8b750cb9bdea516e5db7ff578bc
Files:
1
packages/libshout
packages/libshout/files
packages/libshout/files/no-host-includes.ac
packages/libshout/libshout.inc
packages/libshout/libshout_2.2.2.bb
Diffs:

#
# mt diff -r32bd256d515671cedf35c12575c20269dd7dd504 -r644e6a94470cb8b750cb9bdea516e5db7ff578bc
#
# 
# 
# add_dir "packages/libshout"
# 
# add_dir "packages/libshout/files"
# 
# add_file "packages/libshout/files/no-host-includes.ac"
#  content [af8f87e0e403589a1b901e939c74b5c423171eb2]
# 
# add_file "packages/libshout/libshout.inc"
#  content [a67cfb57506e5963203bd3ec18d157057ece9f27]
# 
# add_file "packages/libshout/libshout_2.2.2.bb"
#  content [36b4cc98d0151feaf001a4f9c673771698efee04]
# 
============================================================
--- packages/libshout/files/no-host-includes.ac	af8f87e0e403589a1b901e939c74b5c423171eb2
+++ packages/libshout/files/no-host-includes.ac	af8f87e0e403589a1b901e939c74b5c423171eb2
@@ -0,0 +1,13 @@
+diff --git a/configure.ac b/configure.ac
+index 52fc51d..e93fc52 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -179,7 +179,7 @@ eval shout_includedir="$includedir"
+ prefix="$save_prefix"
+ 
+ SHOUT_VERSION="$VERSION"
+-SHOUT_CPPFLAGS="-I$shout_includedir $VORBIS_CFLAGS $PTHREAD_CPPFLAGS"
++SHOUT_CPPFLAGS="$VORBIS_CFLAGS $PTHREAD_CPPFLAGS"
+ SHOUT_CFLAGS="$PTHREAD_CFLAGS"
+ SHOUT_LIBS="-lshout"
+ 
============================================================
--- packages/libshout/libshout.inc	a67cfb57506e5963203bd3ec18d157057ece9f27
+++ packages/libshout/libshout.inc	a67cfb57506e5963203bd3ec18d157057ece9f27
@@ -0,0 +1,16 @@
+DESCRIPTION = "Library which can be used to write a source client like ices"
+HOMEPAGE = "http://www.icecast.org"
+DEPENDS = "speex libtheora libvorbis libogg"
+LICENSE = "LGPL"
+
+SRC_URI = "http://downloads.us.xiph.org/releases/libshout/libshout-${PV}.tar.gz \
+           file://no-host-includes.ac;patch=1 "
+
+inherit autotools
+
+do_configure_prepend() {
+    # Use the staged m4 files
+    rm -f ${S}/m4/speex.m4
+    rm -f ${S}/m4/ogg.m4
+    rm -f ${S}/m4/vorbis.m4
+}
============================================================
--- packages/libshout/libshout_2.2.2.bb	36b4cc98d0151feaf001a4f9c673771698efee04
+++ packages/libshout/libshout_2.2.2.bb	36b4cc98d0151feaf001a4f9c673771698efee04
@@ -0,0 +1 @@
+require ${PN}.inc






More information about the Openembedded-commits mailing list