summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-02-19 00:21:55 +0000
committerwiz <wiz@pkgsrc.org>2015-02-19 00:21:55 +0000
commit2bf1468e01ff70c82cb3d6a76627d1d82ca04417 (patch)
treee5ab0040d9ff5be3c6a3dd2299869b616ac8b5f6 /audio
parente1222e619b77da7c8d13e3196dbed8f491ef6565 (diff)
downloadpkgsrc-2bf1468e01ff70c82cb3d6a76627d1d82ca04417.tar.gz
Remove streamripper-current, used for updating streamripper.
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile3
-rw-r--r--audio/streamripper-current/DESCR5
-rw-r--r--audio/streamripper-current/Makefile25
-rw-r--r--audio/streamripper-current/PLIST3
-rw-r--r--audio/streamripper-current/distinfo8
-rw-r--r--audio/streamripper-current/options.mk14
-rw-r--r--audio/streamripper-current/patches/patch-ac13
-rw-r--r--audio/streamripper-current/patches/patch-ad13
-rw-r--r--audio/streamripper-current/patches/patch-lib_ripstream.c13
9 files changed, 1 insertions, 96 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 76ed0d046b8..5771b10ab6d 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.518 2015/01/17 00:16:40 wiz Exp $
+# $NetBSD: Makefile,v 1.519 2015/02/19 00:21:55 wiz Exp $
#
COMMENT= Audio tools
@@ -434,7 +434,6 @@ SUBDIR+= splay
SUBDIR+= sptk
SUBDIR+= squeezeboxserver
SUBDIR+= streamripper
-SUBDIR+= streamripper-current
SUBDIR+= streamtuner
SUBDIR+= sweep
SUBDIR+= taglib
diff --git a/audio/streamripper-current/DESCR b/audio/streamripper-current/DESCR
deleted file mode 100644
index 2f66da98f24..00000000000
--- a/audio/streamripper-current/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-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 --git a/audio/streamripper-current/Makefile b/audio/streamripper-current/Makefile
deleted file mode 100644
index 6673fcf9922..00000000000
--- a/audio/streamripper-current/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2012/10/02 23:48:10 asau Exp $
-#
-
-DISTNAME= streamripper-1.64.3
-PKGREVISION= 4
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamripper/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://streamripper.sourceforge.net/
-COMMENT= Splits SHOUTcast stream into tracks
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --without-included-libmad
-USE_TOOLS+= pkg-config
-
-PTHREAD_OPTS+= require
-
-.include "options.mk"
-
-.include "../../audio/libmad/buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/audio/streamripper-current/PLIST b/audio/streamripper-current/PLIST
deleted file mode 100644
index fdcc617da3e..00000000000
--- a/audio/streamripper-current/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/07 18:51:28 drochner Exp $
-bin/streamripper
-man/man1/streamripper.1
diff --git a/audio/streamripper-current/distinfo b/audio/streamripper-current/distinfo
deleted file mode 100644
index 4624fdf50e6..00000000000
--- a/audio/streamripper-current/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.2 2012/02/15 22:55:16 hans Exp $
-
-SHA1 (streamripper-1.64.3.tar.gz) = 08dff7b4e48e16ad581e0b28fb77bdcddeeee0bb
-RMD160 (streamripper-1.64.3.tar.gz) = d0d5d18fc7e5086bb768e6a51e566e16f0ced730
-Size (streamripper-1.64.3.tar.gz) = 857175 bytes
-SHA1 (patch-ac) = b22e18723d4888d78f0e5e01e0db40f010b15f96
-SHA1 (patch-ad) = 583dbf02c8adf75eccdfea8c0e8aa181e89256de
-SHA1 (patch-lib_ripstream.c) = 4cc71c5d58cec36711d9c90a327dea9f466cec2a
diff --git a/audio/streamripper-current/options.mk b/audio/streamripper-current/options.mk
deleted file mode 100644
index 8ee5073a3e6..00000000000
--- a/audio/streamripper-current/options.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: options.mk,v 1.1.1.1 2009/01/07 18:51:28 drochner 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
diff --git a/audio/streamripper-current/patches/patch-ac b/audio/streamripper-current/patches/patch-ac
deleted file mode 100644
index 36a11b32399..00000000000
--- a/audio/streamripper-current/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2009/01/07 18:51:28 drochner Exp $
-
---- lib/argv.c.orig 2007-08-14 17:33:03.000000000 +0200
-+++ lib/argv.c
-@@ -33,7 +33,7 @@ void freeargv (char **vector);
-
- /* Routines imported from standard C runtime libraries. */
-
--#ifdef ANSI_PROTOTYPES
-+#if 1
-
- #include <stddef.h>
- #include <string.h>
diff --git a/audio/streamripper-current/patches/patch-ad b/audio/streamripper-current/patches/patch-ad
deleted file mode 100644
index b75da138710..00000000000
--- a/audio/streamripper-current/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2009/01/07 18:51:28 drochner Exp $
-
---- ./lib/mchar.c.orig 2008-12-11 05:48:39.000000000 +0100
-+++ ./lib/mchar.c
-@@ -48,7 +48,7 @@
- #define vsnprintf _vsnprintf
- // #define vswprintf _vsnwprintf
- #else
-- #define ICONV_WCHAR "WCHAR_T"
-+ #define ICONV_WCHAR "ucs-4"
- /* This prototype is missing in some systems */
- // int vswprintf (wchar_t * ws, size_t n, const wchar_t * format, va_list arg);
- #endif
diff --git a/audio/streamripper-current/patches/patch-lib_ripstream.c b/audio/streamripper-current/patches/patch-lib_ripstream.c
deleted file mode 100644
index 266f1849dd5..00000000000
--- a/audio/streamripper-current/patches/patch-lib_ripstream.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-lib_ripstream.c,v 1.1 2012/02/15 22:55:16 hans Exp $
-
---- lib/ripstream.c.orig 2008-12-27 15:32:07.000000000 +0100
-+++ lib/ripstream.c 2012-01-11 21:38:08.772278869 +0100
-@@ -731,7 +731,7 @@ write_id3v2_frame(RIP_MANAGER_INFO* rmi,
- char bigbuf[HEADER_SIZE] = "";
- ID3V2frame id3v2frame;
- #ifndef WIN32
-- __uint32_t framesize = 0;
-+ uint32_t framesize = 0;
- #else
- unsigned long int framesize = 0;
- #endif