diff options
author | roger <roger@FreeBSD.org> | 1999-09-07 17:53:09 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 1999-09-07 17:53:09 +0800 |
commit | 5784dda082799ba28ed87f65acdb2f108fbb0f85 (patch) | |
tree | 78b11338831f825f6ad024f665a6ba5f99c0ec61 /multimedia | |
parent | f959adec70c9ea69533fa7c735b42717622e7943 (diff) | |
download | freebsd-ports-gnome-5784dda082799ba28ed87f65acdb2f108fbb0f85.tar.gz freebsd-ports-gnome-5784dda082799ba28ed87f65acdb2f108fbb0f85.tar.zst freebsd-ports-gnome-5784dda082799ba28ed87f65acdb2f108fbb0f85.zip |
Update FXTV to version 1.00
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/fxtv/distinfo | 2 | ||||
-rw-r--r-- | multimedia/fxtv/files/patch-aa | 11 | ||||
-rw-r--r-- | multimedia/fxtv/files/patch-ab | 11 | ||||
-rw-r--r-- | multimedia/fxtv/files/patch-ac | 10 | ||||
-rw-r--r-- | multimedia/fxtv/pkg-comment | 2 | ||||
-rw-r--r-- | multimedia/fxtv/pkg-descr | 10 |
6 files changed, 7 insertions, 39 deletions
diff --git a/multimedia/fxtv/distinfo b/multimedia/fxtv/distinfo index a54e4fdf9b66..c8ef3c1f2fae 100644 --- a/multimedia/fxtv/distinfo +++ b/multimedia/fxtv/distinfo @@ -1 +1 @@ -MD5 (fxtv-0.48.tgz) = 1ac61e99cd7ec67ff5beb1099b5468cb +MD5 (fxtv-1.00.tgz) = 5609a5c6530fce5d8f70735eb2d18011 diff --git a/multimedia/fxtv/files/patch-aa b/multimedia/fxtv/files/patch-aa deleted file mode 100644 index 4525cb6bfa59..000000000000 --- a/multimedia/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/multimedia/fxtv/files/patch-ab b/multimedia/fxtv/files/patch-ab deleted file mode 100644 index 9d861c66b429..000000000000 --- a/multimedia/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/multimedia/fxtv/files/patch-ac b/multimedia/fxtv/files/patch-ac deleted file mode 100644 index f0c5f9248daf..000000000000 --- a/multimedia/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/multimedia/fxtv/pkg-comment b/multimedia/fxtv/pkg-comment index ed16110a51cf..02cedb710c9b 100644 --- a/multimedia/fxtv/pkg-comment +++ b/multimedia/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/multimedia/fxtv/pkg-descr b/multimedia/fxtv/pkg-descr index 9e7048ad6d9c..7b13272b866f 100644 --- a/multimedia/fxtv/pkg-descr +++ b/multimedia/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 |