From a5166183debdcbe11a0089822d5e04bcdf9ac8dc Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Fri, 25 Jan 2008 16:56:10 +0000 Subject: 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 --- packages/libshout/libshout.inc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/libshout/libshout.inc (limited to 'packages/libshout/libshout.inc') 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 +} -- cgit v1.2.3 From 78c5ca2bf6696bc378cd50cabc5a5c640b9eb262 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Fri, 25 Jan 2008 17:35:38 +0000 Subject: packages/libshout/libshout.inc: Stage the headers, libs and m4 file Like all xiph.org packages the .pc files are a bit odd and not staged. --- packages/libshout/libshout.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/libshout/libshout.inc') diff --git a/packages/libshout/libshout.inc b/packages/libshout/libshout.inc index 9ca8745b9b..3037eb0f46 100644 --- a/packages/libshout/libshout.inc +++ b/packages/libshout/libshout.inc @@ -14,3 +14,7 @@ do_configure_prepend() { rm -f ${S}/m4/ogg.m4 rm -f ${S}/m4/vorbis.m4 } + +do_stage() { + autotools_stage_all +} -- cgit v1.2.3