Initial import of new "xmradio" package:
Radio applicaton for Brooktree 848 compatible TV cards
This commit is contained in:
parent
48049d1775
commit
cfe0f6fd42
7 changed files with 48 additions and 0 deletions
21
audio/xmradio/Makefile
Normal file
21
audio/xmradio/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2000/05/07 20:49:44 tron Exp $
|
||||
|
||||
DISTNAME= xmradio-0.9b2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.rostock.zgdv.de/~runge/radio/
|
||||
|
||||
MAINTAINER= tron@netbsd.org
|
||||
HOMEPAGE= http://www.rostock.zgdv.de/~runge/xmradio.html
|
||||
|
||||
DEPENDS+= xpm-3.4k:../../graphics/xpm
|
||||
|
||||
ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.[5-9]*-*
|
||||
|
||||
USE_MOTIF= yes
|
||||
USE_IMAKE= yes
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/share/doc/xmradio
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xmradio
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
audio/xmradio/files/md5
Normal file
3
audio/xmradio/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 2000/05/07 20:49:45 tron Exp $
|
||||
|
||||
MD5 (xmradio-0.9b2.tar.gz) = bd07753ccc8d1e4dcfdf1d68bd45945d
|
3
audio/xmradio/files/patch-sum
Normal file
3
audio/xmradio/files/patch-sum
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: patch-sum,v 1.1.1.1 2000/05/07 20:49:45 tron Exp $
|
||||
|
||||
MD5 (patch-aa) = 13d27db0d9ef6a6e1f90e003438853a3
|
13
audio/xmradio/patches/patch-aa
Normal file
13
audio/xmradio/patches/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2000/05/07 20:49:45 tron Exp $
|
||||
|
||||
--- radio.c.orig Thu Oct 21 22:14:07 1999
|
||||
+++ radio.c Sun May 7 22:45:51 2000
|
||||
@@ -61,7 +61,7 @@
|
||||
#include <sys/param.h>
|
||||
#include <sys/wait.h>
|
||||
#ifdef __NetBSD__
|
||||
-#include <dev/pci/bt848var.h>
|
||||
+#include <dev/ic/bt8xx.h>
|
||||
#include <soundcard.h>
|
||||
#else
|
||||
#ifdef linux
|
1
audio/xmradio/pkg/COMMENT
Normal file
1
audio/xmradio/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
Radio applicaton for Brooktree 848 compatible TV cards
|
2
audio/xmradio/pkg/DESCR
Normal file
2
audio/xmradio/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This is a simple radio application for FM tuners built into
|
||||
some TV cards, such as the Hauppauge Win/TV.
|
5
audio/xmradio/pkg/PLIST
Normal file
5
audio/xmradio/pkg/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/07 20:49:45 tron Exp $
|
||||
bin/xmradio
|
||||
lib/X11/app-defaults/XMradio
|
||||
share/doc/xmradio/README
|
||||
@dirrm share/doc/xmradio
|
Loading…
Reference in a new issue