pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/streamripper Initial import of streamripper-1.61...
details: https://anonhg.NetBSD.org/pkgsrc/rev/01d6a06e18b7
branches: trunk
changeset: 501352:01d6a06e18b7
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Thu Oct 20 19:55:49 2005 +0000
description:
Initial import of streamripper-1.61.14.
Using information which a SHOUTcast server can optionally send, this program
breaks an audio stream into "tracks," stores them in separate files as they
arrive, and names the files by appending ".mp3" to the name of the track.
The tracks can be listened to at the user's leisure with an MPEG Layer 3
audio player.
--
Additional comment (xtraeme):
Really useful to save shoutcast sessions from streamtuner and copy them
into your mp3 player :-)
diffstat:
audio/streamripper/DESCR | 5 +++++
audio/streamripper/Makefile | 20 ++++++++++++++++++++
audio/streamripper/PLIST | 3 +++
audio/streamripper/distinfo | 5 +++++
audio/streamripper/options.mk | 14 ++++++++++++++
5 files changed, 47 insertions(+), 0 deletions(-)
diffs (67 lines):
diff -r a1857170ee6d -r 01d6a06e18b7 audio/streamripper/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/streamripper/DESCR Thu Oct 20 19:55:49 2005 +0000
@@ -0,0 +1,5 @@
+Using information which a SHOUTcast server can optionally send, this program
+breaks an audio stream into "tracks," stores them in separate files as they
+arrive, and names the files by appending ".mp3" to the name of the track.
+The tracks can be listened to at the user's leisure with an MPEG Layer 3
+audio player.
diff -r a1857170ee6d -r 01d6a06e18b7 audio/streamripper/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/streamripper/Makefile Thu Oct 20 19:55:49 2005 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/20 19:55:49 xtraeme Exp $
+#
+
+DISTNAME= streamripper-1.61.14
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamripper/}
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://streamripper.sourceforge.net/
+COMMENT= Splits SHOUTcast stream into tracks
+
+GNU_CONFIGURE= yes
+
+PTHREAD_OPTS+= require
+
+.include "options.mk"
+
+.include "../../audio/libmad/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a1857170ee6d -r 01d6a06e18b7 audio/streamripper/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/streamripper/PLIST Thu Oct 20 19:55:49 2005 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/20 19:55:49 xtraeme Exp $
+bin/streamripper
+man/man1/streamripper.1
diff -r a1857170ee6d -r 01d6a06e18b7 audio/streamripper/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/streamripper/distinfo Thu Oct 20 19:55:49 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/10/20 19:55:49 xtraeme Exp $
+
+SHA1 (streamripper-1.61.14.tar.gz) = 986d558ecffb256c92e1f9efd2ef9c5b94bb4411
+RMD160 (streamripper-1.61.14.tar.gz) = 4c589c277cd5a3ac04e87d32384fe70c6abb7d35
+Size (streamripper-1.61.14.tar.gz) = 1184061 bytes
diff -r a1857170ee6d -r 01d6a06e18b7 audio/streamripper/options.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/streamripper/options.mk Thu Oct 20 19:55:49 2005 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: options.mk,v 1.1.1.1 2005/10/20 19:55:49 xtraeme Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.streamripper
+PKG_SUPPORTED_OPTIONS= ogg
+PKG_SUGGESTED_OPTIONS= ogg
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mogg)
+. include "../../audio/libvorbis/buildlink3.mk"
+CONFIGURE_ARGS+= --with-ogg=${BUILDLINK_PREFIX.libvorbis}
+.else
+CONFIGURE_ARGS+= --disable-ogg
+.endif
Home |
Main Index |
Thread Index |
Old Index