diff options
author | Roger Hardiman <roger@FreeBSD.org> | 1999-09-07 09:53:09 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 1999-09-07 09:53:09 +0000 |
commit | 449ac889d3dab449184a54d55d749ac3538a490e (patch) | |
tree | 0f0a4cd8748e752f52801fb1add9915ce7db25a3 /graphics | |
parent | Update FXTV to version 1.00 (diff) |
Update FXTV to version 1.00
Notes
Notes:
svn path=/head/; revision=21363
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fxtv/distinfo | 2 | ||||
-rw-r--r-- | graphics/fxtv/files/patch-aa | 11 | ||||
-rw-r--r-- | graphics/fxtv/files/patch-ab | 11 | ||||
-rw-r--r-- | graphics/fxtv/files/patch-ac | 10 | ||||
-rw-r--r-- | graphics/fxtv/pkg-comment | 2 | ||||
-rw-r--r-- | graphics/fxtv/pkg-descr | 10 |
6 files changed, 7 insertions, 39 deletions
diff --git a/graphics/fxtv/distinfo b/graphics/fxtv/distinfo index a54e4fdf9b66..c8ef3c1f2fae 100644 --- a/graphics/fxtv/distinfo +++ b/graphics/fxtv/distinfo @@ -1 +1 @@ -MD5 (fxtv-0.48.tgz) = 1ac61e99cd7ec67ff5beb1099b5468cb +MD5 (fxtv-1.00.tgz) = 5609a5c6530fce5d8f70735eb2d18011 diff --git a/graphics/fxtv/files/patch-aa b/graphics/fxtv/files/patch-aa deleted file mode 100644 index 4525cb6bfa59..000000000000 --- a/graphics/fxtv/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- ORIG/Makefile Sat Jan 16 14:13:47 1999 -+++ Makefile Thu Feb 11 20:21:06 1999 -@@ -19,7 +19,7 @@ - endif - - override LDFLAGS = $(LD_INC) --override LIBS = -ltiff34 -lXaw3d -lXmu -lXt -lXpm -lSM -lICE \ -+override LIBS = -ltiff -lXaw3d -lXmu -lXt -lXpm -lSM -lICE \ - -lXext -lX11 -lm - ifeq ($(HAVE_XFREE86),YES) - override LIBS += -lXxf86dga -lXxf86vm diff --git a/graphics/fxtv/files/patch-ab b/graphics/fxtv/files/patch-ab deleted file mode 100644 index 9d861c66b429..000000000000 --- a/graphics/fxtv/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- xutil.c.orig Thu May 6 12:13:10 1999 -+++ xutil.c Thu May 6 01:41:39 1999 -@@ -666,7 +666,7 @@ - - /* Look up cached value */ - for ( i = 0; i < Vlist_len; i++ ) -- if ( Vlist[i].visualid = vi->visualid ) -+ if ( Vlist[i].visualid == vi->visualid ) - break; - - /* Didn't have a cached value? Go figure it out. */ diff --git a/graphics/fxtv/files/patch-ac b/graphics/fxtv/files/patch-ac deleted file mode 100644 index f0c5f9248daf..000000000000 --- a/graphics/fxtv/files/patch-ac +++ /dev/null @@ -1,10 +0,0 @@ ---- tvscreen.c.orig Wed Jul 28 17:26:15 1999 -+++ tvscreen.c Wed Jul 28 17:27:03 1999 -@@ -39,6 +39,7 @@ - #include <sys/shm.h> - #include <X11/Xlib.h> /* xf86dga.h needs this */ - #ifdef HAVE_XFREE86 -+# include <X11/Xproto.h> - # include <X11/extensions/xf86dga.h> - # include <X11/Xmd.h> /* xf86dgastr.h needs this */ - # include <X11/extensions/xf86dgastr.h> diff --git a/graphics/fxtv/pkg-comment b/graphics/fxtv/pkg-comment index ed16110a51cf..02cedb710c9b 100644 --- a/graphics/fxtv/pkg-comment +++ b/graphics/fxtv/pkg-comment @@ -1 +1 @@ -X-based TV Display and Capture (for use with bt848 driver) +X-based TV Display and Capture Application (for use with bt848 driver) diff --git a/graphics/fxtv/pkg-descr b/graphics/fxtv/pkg-descr index 9e7048ad6d9c..7b13272b866f 100644 --- a/graphics/fxtv/pkg-descr +++ b/graphics/fxtv/pkg-descr @@ -2,11 +2,11 @@ image/audio/video capture capabilities for Bt848/878-based tuner/capture cards. - To use this app, you need FreeBSD 2.2.x or 3.x or -current as well as a - capture card based on the Brooktree 848/878 chip. - Examples include the Hauppauge Wincast/TV, the STB TV PCI, - and the Intel Smart Video Recorder III. + To use this app, you need FreeBSD 2.2.x, 3.x, -current as well as a + capture card based on the Brooktree 848/878 chip. Examples include the + Hauppauge Wincast/TV, the STB TV PCI, and the Intel Smart Video Recorder + III. Refer to the README for details on usage -WWW: http://www.freebsd.org/~rhh/fxtv + URL: http://www.freebsd.org/~rhh/fxtv |