Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] libshout: new package
@ 2014-10-15 21:23 Jörg Krause
  2014-10-15 21:23 ` [Buildroot] [PATCH 2/4] package/libogg: bump to version 1.3.2 Jörg Krause
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Jörg Krause @ 2014-10-15 21:23 UTC (permalink / raw)
  To: buildroot

Signed-off-by: J?rg Krause <jkrause@posteo.de>
---
 package/Config.in            |  1 +
 package/libshout/Config.in   | 10 ++++++++++
 package/libshout/libshout.mk | 14 ++++++++++++++
 3 files changed, 25 insertions(+)
 create mode 100644 package/libshout/Config.in
 create mode 100644 package/libshout/libshout.mk

diff --git a/package/Config.in b/package/Config.in
index 19bb9bf..f0eb71a 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -805,6 +805,7 @@ menu "Networking"
 	source "package/librsync/Config.in"
 	source "package/libsocketcan/Config.in"
 	source "package/libshairplay/Config.in"
+	source "package/libshout/Config.in"
 	source "package/libsoup/Config.in"
 	source "package/libstrophe/Config.in"
 	source "package/libtirpc/Config.in"
diff --git a/package/libshout/Config.in b/package/libshout/Config.in
new file mode 100644
index 0000000..36c8531
--- /dev/null
+++ b/package/libshout/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_LIBSHOUT
+  bool "libshout"
+  select BR2_PACKAGE_LIBOGG
+  select BR2_PACKAGE_LIBVORBIS
+  help
+    Libshout is a library for communicating with and sending data to an
+    icecast server.  It handles the socket connection, the timing of the
+    data, and prevents bad data from getting to the icecast server.
+
+    http://icecast.org/download/
diff --git a/package/libshout/libshout.mk b/package/libshout/libshout.mk
new file mode 100644
index 0000000..9d7f39c
--- /dev/null
+++ b/package/libshout/libshout.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# libshout
+#
+################################################################################
+
+LIBSHOUT_VERSION = 2.3.1
+LIBSHOUT_SITE = http://downloads.xiph.org/releases/libshout
+LIBSHOUT_LICENSE = LGPLv2
+LIBSHOUT_LICENSE_FILES = COPYING
+LIBSHOUT_INSTALL_STAGING = YES
+LIBSHOUT_DEPENDENCIES = libogg libvorbis
+
+$(eval $(autotools-package))
-- 
2.1.2

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-10-17 14:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-15 21:23 [Buildroot] [PATCH 1/4] libshout: new package Jörg Krause
2014-10-15 21:23 ` [Buildroot] [PATCH 2/4] package/libogg: bump to version 1.3.2 Jörg Krause
2014-10-16  8:42   ` Thomas Petazzoni
2014-10-17 14:24   ` Peter Korsgaard
2014-10-15 21:23 ` [Buildroot] [PATCH 3/4] package/libogg: add hash file Jörg Krause
2014-10-16  8:43   ` Thomas Petazzoni
2014-10-17 14:25   ` Peter Korsgaard
2014-10-15 21:23 ` [Buildroot] [PATCH 4/4] package/libvorbis: " Jörg Krause
2014-10-16  8:45   ` Thomas Petazzoni
2014-10-17 14:25   ` Peter Korsgaard
2014-10-16  8:41 ` [Buildroot] [PATCH 1/4] libshout: new package Thomas Petazzoni
2014-10-17 14:11 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox