Import new "nbc-vbi" package: Client for r@dio.mp3 broadcast service

This commit is contained in:
tron 2001-04-22 08:19:54 +00:00
parent d873219a87
commit bb8d360967
6 changed files with 77 additions and 0 deletions

24
audio/nbc-vbi/Makefile Normal file
View file

@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.1.1.1 2001/04/22 08:19:54 tron Exp $
DISTNAME= nbc-vbi-0.32
CATEGORIES= audio
MASTER_SITES= http://kaot.1a.org/download/
EXTRACT_SUFX= -Source.tgz
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://infoworld.wakka.de/linux/nbc-vbi.html
COMMENT= Client for r@dio.mp3 broadcast service
ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \
NetBSD-1.5_ALPHA-* NetBSD-1.[5-9]*-*
USE_GMAKE= YES
WRKSRC= ${WRKDIR}/nbc-vbi-src-0.32
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/nbc-vbi ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nbc-vbi
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nbc-vbi
.include "../../mk/bsd.pkg.mk"

6
audio/nbc-vbi/distinfo Normal file
View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2001/04/22 08:19:54 tron Exp $
SHA1 (nbc-vbi-0.32-Source.tgz) = 97494878d782c150185e07dc294f4315c0914393
Size (nbc-vbi-0.32-Source.tgz) = 25206 bytes
SHA1 (patch-aa) = 4d6b11082071217101d2e903d18cc2b16d2de087
SHA1 (patch-ab) = 19e679e038723731bc5b723e65ee83658bcc992a

View file

@ -0,0 +1,22 @@
$NetBSD: patch-aa,v 1.1.1.1 2001/04/22 08:19:54 tron Exp $
--- Makefile.orig Sun Oct 29 14:03:25 2000
+++ Makefile Sun Apr 22 10:17:35 2001
@@ -2,7 +2,7 @@
MP3DIR=mp3
COVERDIR=covers
GARBAGEDIR=garbage
-CFLAGS=-Wall -g -O2
+CFLAGS+=-Wall
CC=gcc
# comment out when you want to use id3v1.1
@@ -22,7 +22,7 @@
bin/nbc-vbi: $(OBJS)
$(CC) $(STATIC) $(LFLAGS) $(OBJS) -o $@ $(LIBS)
- strip $@
+# strip $@
install: bin/nbc-vbi

View file

@ -0,0 +1,19 @@
$NetBSD: patch-ab,v 1.1.1.1 2001/04/22 08:19:54 tron Exp $
--- src/global.h.orig Sun Oct 29 15:21:19 2000
+++ src/global.h Sun Apr 22 10:03:51 2001
@@ -16,9 +16,11 @@
#include <unistd.h>
-#include <linux/ioctl.h>
-#include <linux/types.h>
-#include <linux/videodev.h>
+#include <sys/ioctl.h>
+#include <sys/types.h>
+#ifdef __LINUX__
+#include <sys/videodev.h>
+#endif
#include <sys/ioctl.h>
#include <sys/mman.h>

2
audio/nbc-vbi/pkg/DESCR Normal file
View file

@ -0,0 +1,2 @@
Client for r@dio.mp3 broadcast service (see "http://www.radiomp3.de/" which
can receive and save covers and MP3 files.

4
audio/nbc-vbi/pkg/PLIST Normal file
View file

@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/22 08:19:54 tron Exp $
bin/nbc-vbi
share/doc/nbc-vbi/README
@dirrm share/doc/nbc-vbi