packages/libshout/libshout: Add initial version 2.2.2
authorHolger Freyther <zecke@selfish.org>
Fri, 25 Jan 2008 16:56:10 +0000 (16:56 +0000)
committerHolger Freyther <zecke@selfish.org>
Fri, 25 Jan 2008 16:56:10 +0000 (16:56 +0000)
    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

packages/libshout/.mtn2git_empty [new file with mode: 0644]
packages/libshout/files/.mtn2git_empty [new file with mode: 0644]
packages/libshout/files/no-host-includes.ac [new file with mode: 0644]
packages/libshout/libshout.inc [new file with mode: 0644]
packages/libshout/libshout_2.2.2.bb [new file with mode: 0644]

diff --git a/packages/libshout/.mtn2git_empty b/packages/libshout/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/libshout/files/.mtn2git_empty b/packages/libshout/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/libshout/files/no-host-includes.ac b/packages/libshout/files/no-host-includes.ac
new file mode 100644 (file)
index 0000000..f525535
--- /dev/null
@@ -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"
diff --git a/packages/libshout/libshout.inc b/packages/libshout/libshout.inc
new file mode 100644 (file)
index 0000000..9ca8745
--- /dev/null
@@ -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
+}
diff --git a/packages/libshout/libshout_2.2.2.bb b/packages/libshout/libshout_2.2.2.bb
new file mode 100644 (file)
index 0000000..bd54419
--- /dev/null
@@ -0,0 +1 @@
+require ${PN}.inc