diff options
author | Holger Freyther <zecke@selfish.org> | 2008-01-25 16:56:10 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-01-25 16:56:10 +0000 |
commit | a5166183debdcbe11a0089822d5e04bcdf9ac8dc (patch) | |
tree | d31185d18c05ef4da241ddb8739770be01e4c39d /packages/libshout/libshout.inc | |
parent | b00ae8808d4dc76a0fbce2e91e940485c496cbd2 (diff) |
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
Diffstat (limited to 'packages/libshout/libshout.inc')
-rw-r--r-- | packages/libshout/libshout.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/libshout/libshout.inc b/packages/libshout/libshout.inc new file mode 100644 index 0000000000..9ca8745b9b --- /dev/null +++ b/packages/libshout/libshout.inc @@ -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 +} |