diff options
author | Mark Murray <markm@FreeBSD.org> | 1997-09-28 13:21:43 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1997-09-28 13:21:43 +0000 |
commit | d382b5e31d3e3c84e44297c7cc433146e5af7005 (patch) | |
tree | bac2b51e2d989561adf99c5acf5c3d4507704e94 /multimedia | |
parent | 9071bc1f15b913f9fb509ff7486e238332b85b5e (diff) | |
download | ports-d382b5e31d3e3c84e44297c7cc433146e5af7005.tar.gz ports-d382b5e31d3e3c84e44297c7cc433146e5af7005.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/fxtv/Makefile | 28 | ||||
-rw-r--r-- | multimedia/fxtv/distinfo | 1 | ||||
-rw-r--r-- | multimedia/fxtv/pkg-comment | 1 | ||||
-rw-r--r-- | multimedia/fxtv/pkg-descr | 12 | ||||
-rw-r--r-- | multimedia/fxtv/pkg-plist | 10 |
5 files changed, 52 insertions, 0 deletions
diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile new file mode 100644 index 000000000000..633c716078c1 --- /dev/null +++ b/multimedia/fxtv/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: fxtv +# Version required: 0.44 +# Date created: Sun Sep 7 17:55:07 EDT 1997 +# Whom: Randall Hopper <rhh@ct.picker.com> +# +# $Id$ +# + +DISTNAME= fxtv-0.44 +CATEGORIES= x11 +MASTER_SITES= http://multiverse.com/~rhh/fxtv/ +EXTRACT_SUFX= .tgz + +MAINTAINER= rhh@ct.picker.com + +LIB_DEPENDS= tiff\\.3\\.:${PORTSDIR}/graphics/tiff \ + Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d \ + Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \ + mpg123:${PORTSDIR}/audio/mpg123 \ + mpeg_musicin:${PORTSDIR}/audio/mpegaudio \ + mpeg_encode:${PORTSDIR}/graphics/mpeg_encode \ + mplex:${PORTSDIR}/graphics/mplex + +USE_X11= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/multimedia/fxtv/distinfo b/multimedia/fxtv/distinfo new file mode 100644 index 000000000000..c5965c394f0b --- /dev/null +++ b/multimedia/fxtv/distinfo @@ -0,0 +1 @@ +MD5 (fxtv-0.44.tgz) = 3e8a4297522047df2206ff548e52873b diff --git a/multimedia/fxtv/pkg-comment b/multimedia/fxtv/pkg-comment new file mode 100644 index 000000000000..a0a60d613ad4 --- /dev/null +++ b/multimedia/fxtv/pkg-comment @@ -0,0 +1 @@ +X-based TV-Card Display and Capture Application (for use with bt848 driver) diff --git a/multimedia/fxtv/pkg-descr b/multimedia/fxtv/pkg-descr new file mode 100644 index 000000000000..9b0889ff5518 --- /dev/null +++ b/multimedia/fxtv/pkg-descr @@ -0,0 +1,12 @@ + Fxtv is an X11-based FreeBSD app that provides TV-in-a-window and + image/audio/video capture capabilities for Bt848-based tuner/capture + cards. + + To use this app, you need FreeBSD 2.2 or 3.0-current as well as a + capture card based on the Brooktree 848 chip. Examples include the + Hauppauge Wincast/TV, the STB TV PCI, and the Intel Smart Video + Recorder III. + + The Fxtv home page is http://multiverse.com/~rhh/fxtv + + Refer to the README for details on usage diff --git a/multimedia/fxtv/pkg-plist b/multimedia/fxtv/pkg-plist new file mode 100644 index 000000000000..81b05ab65ce5 --- /dev/null +++ b/multimedia/fxtv/pkg-plist @@ -0,0 +1,10 @@ +bin/fxtv +lib/X11/app-defaults/Fxtv +lib/X11/fxtv/README +lib/X11/fxtv/bitmaps/mini-camera.xpm +lib/X11/fxtv/bitmaps/mini-down.xbm +lib/X11/fxtv/bitmaps/mini-resize.xpm +lib/X11/fxtv/bitmaps/mini-sound.xbm +lib/X11/fxtv/bitmaps/mini-up.xbm +lib/X11/fxtv/bitmaps/radio_off.xbm +lib/X11/fxtv/bitmaps/radio_on.xbm |