[oe-commits] Steve Sakoman : icecast: add 2.3.2

git version control git at git.openembedded.org
Tue Jul 28 09:32:39 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7af11a2eff9daeb53807e85e9df6d9d964496d23
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7af11a2eff9daeb53807e85e9df6d9d964496d23

Author: Steve Sakoman <sakoman at gmail.com>
Date:   Tue Jul 28 11:19:57 2009 +0200

icecast: add 2.3.2

---

 recipes/icecast/icecast_2.3.2.bb |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/recipes/icecast/icecast_2.3.2.bb b/recipes/icecast/icecast_2.3.2.bb
new file mode 100644
index 0000000..bb82d59
--- /dev/null
+++ b/recipes/icecast/icecast_2.3.2.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "Icecast streaming media server"
+LICENSE = "GPLv2"
+
+DEPENDS = "libvorbis libogg libtheora speex libxslt libxslt-native"
+
+PR = "r2"
+
+SRC_URI = "http://downloads.us.xiph.org/releases/icecast/${PN}-${PV}.tar.gz"
+
+# disable curl
+EXTRA_OECONF = " \
+                --without-curl \
+                --with-ogg=${STAGING_LIBDIR} \
+                --with-vorbis=${STAGING_LIBDIR} \
+                --with-theora=${STAGING_LIBDIR} \
+                --with-speex=${STAGING_LIBDIR} \
+               "
+
+S = "${WORKDIR}/${PN}-${PV}"
+inherit autotools
+





More information about the Openembedded-commits mailing list