pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libshout 'libshout' allows applications to easil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6f80c314e29
branches:  trunk
changeset: 466129:f6f80c314e29
user:      kim <kim%pkgsrc.org@localhost>
date:      Mon Jan 12 03:56:19 2004 +0000

description:
'libshout' allows applications to easily communicate and broadcast to
an Icecast streaming media server. It handles the socket connections,
metadata communication, and data streaming for the calling application,
and lets developers focus on feature sets instead of implementation
details.

diffstat:

 audio/libshout/DESCR         |   5 +++++
 audio/libshout/Makefile      |  20 ++++++++++++++++++++
 audio/libshout/PLIST         |  14 ++++++++++++++
 audio/libshout/buildlink2.mk |  24 ++++++++++++++++++++++++
 audio/libshout/distinfo      |   4 ++++
 5 files changed, 67 insertions(+), 0 deletions(-)

diffs (87 lines):

diff -r dc83962c1cab -r f6f80c314e29 audio/libshout/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libshout/DESCR      Mon Jan 12 03:56:19 2004 +0000
@@ -0,0 +1,5 @@
+'libshout' allows applications to easily communicate and broadcast to
+an Icecast streaming media server. It handles the socket connections,
+metadata communication, and data streaming for the calling application,
+and lets developers focus on feature sets instead of implementation
+details.
diff -r dc83962c1cab -r f6f80c314e29 audio/libshout/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libshout/Makefile   Mon Jan 12 03:56:19 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/12 03:56:19 kim Exp $
+#
+
+DISTNAME=      libshout-2.0
+CATEGORIES=    audio
+MASTER_SITES=  http://icecast.org/files/libshout/
+
+MAINTAINER=    kim%tac.nyc.ny.us@localhost
+HOMEPAGE=      http://www.gnu.org/directory/audio/ogg/libshout.html
+COMMENT=       Connects and sends data to icecast servers
+
+USE_BUILDLINK2=                YES
+GNU_CONFIGURE=         YES
+USE_LIBTOOL=           YES
+LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
+PTHREAD_OPTS+=         require
+
+.include "../../audio/libvorbis/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r dc83962c1cab -r f6f80c314e29 audio/libshout/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libshout/PLIST      Mon Jan 12 03:56:19 2004 +0000
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/12 03:56:19 kim Exp $
+bin/shout-config
+include/shout/shout.h
+lib/libshout.a
+lib/libshout.la
+lib/libshout.so
+lib/libshout.so.3
+lib/libshout.so.3.0
+share/aclocal/shout.m4
+share/doc/libshout/COPYING
+share/doc/libshout/README
+share/doc/libshout/example.c
+@dirrm share/doc/libshout
+@dirrm include/shout
diff -r dc83962c1cab -r f6f80c314e29 audio/libshout/buildlink2.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libshout/buildlink2.mk      Mon Jan 12 03:56:19 2004 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2004/01/12 03:56:19 kim Exp $
+
+.if !defined(LIBSHOUT_BUILDLINK2_MK)
+LIBSHOUT_BUILDLINK2_MK=                # defined
+
+BUILDLINK_PACKAGES+=           libshout
+BUILDLINK_DEPENDS.libshout?=   libshout>=2.0
+BUILDLINK_PKGSRCDIR.libshout?= ../../audio/libshout
+
+EVAL_PREFIX+=  BUILDLINK_PREFIX.libshout=libshout
+BUILDLINK_PREFIX.libshout=     ${LOCALBASE}
+BUILDLINK_FILES.libshout+=     bin/shout-config
+BUILDLINK_FILES.libshout+=     include/shout/*
+BUILDLINK_FILES.libshout+=     lib/libshout.*
+
+.include "../../audio/libogg/buildlink2.mk"
+.include "../../audio/libvorbis/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"
+
+BUILDLINK_TARGETS+=            libshout-buildlink
+
+libshout-buildlink: _BUILDLINK_USE
+
+.endif # LIBSHOUT_BUILDLINK2_MK
diff -r dc83962c1cab -r f6f80c314e29 audio/libshout/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libshout/distinfo   Mon Jan 12 03:56:19 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/01/12 03:56:19 kim Exp $
+
+SHA1 (libshout-2.0.tar.gz) = 06e7843bc3d61670f5c6dd80d0bd8cea5fabeeab
+Size (libshout-2.0.tar.gz) = 326556 bytes



Home | Main Index | Thread Index | Old Index