Commit Graph

32 Commits

Author SHA1 Message Date
Bill Fenner
6288ab71fd Allow vat & vic to run with tcl8.0.4. 1999-01-10 08:53:19 +00:00
Justin M. Seger
1851b3c868 Unbreak.
Submitted by:	steve
1998-10-13 04:33:06 +00:00
Justin M. Seger
e3707040bb Mark BROKEN for ELF:
c++ -O2 -DUSE_SHM -DED_YBITS=4 -DSIGRET=void  -I/usr/local/include -I/usr/local/include/tk8.0 -I/usr/local/include/tcl8.0  -I/usr/X11R6/include  -I./jpeg -I./p64 -I.  -o vic inet.o cellb_tables.o tkStripchart.o md5c.o random.o main.o net.o net-ip.o source.o  iohandler.o timer.o idlecallback.o media-timer.o  session.o session-rtpv1.o session-nv.o session-ivs.o  decoder.o decoder-jpeg.o decoder-nv.o  decoder-h261.o decoder-h261v1.o  decoder-cellb.o  device.o grabber.o vw.o Tcl.o Tcl2.o module.o transmitter.o  encoder-nv.o encoder-cellb.o encoder-h261.o  transcoder-jpeg.o framer-jpeg.o  group-ipc.o confbus.o renderer.o renderer-window.o  color.o color-true.o color-pseudo.o color-dither.o color-ed.o  color-quant.o color-hi.o color-gray.o color-mono.o color-hist.o  rgb-converter.o jpeg/jpeg.o p64/p64.o dct.o  compositor.o rate-variable.o crypt.o crypt-dull.o  grabber-still.o cm0.o cm1.o huffcode.o version.o bv.o  ui-ctrlmenu.o ui-main.o ui-resource.o ui-srclist.o ui-stats.o ui-util.o ui-windows.o ui-switcher.o ui-extout.o ui-grabber.o ui-unix.o cf-main.o cf-tm.o cf-confbus.o cf-network.o cf-util.o tkerror.o entry.o tk.o strtol.o strtoul.o  grabber-x11.cc grabber-meteor.o grabber-spigot.o -lspigot -L/usr/local/lib -ltk80 -L/usr/local/lib -ltcl80 -L/usr/X11R6/lib -lXext -lX11  -lm
grabber-x11.cc: In method `int X11Grabber::X11Grab_Initialize(long unsigned int, int, int)':
grabber-x11.cc:627: warning: implicit declaration of function `int VidUtil_DestroyXImage(...)'
1998-10-13 03:05:40 +00:00
Satoshi Asami
41637d4447 tk80 has been ELFized. 1998-09-25 10:05:14 +00:00
Tim Vanderhoek
8a51f1f320 This commit brought to you by the Paddock Bowling Alley. 1998-08-18 18:49:05 +00:00
Satoshi Asami
5264cbceb5 Fix up dependencies for ports that moved into the x11-toolkits category. 1998-08-07 23:56:56 +00:00
Satoshi Asami
ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Bill Fenner
ec3f3db3d4 Fix the configure script to not try to build a grabber which is not
included in the vic source.
1998-07-11 19:41:11 +00:00
Bill Fenner
0b7a232ad3 Fix Luigi's recently committed submission:
- Actually include the x11 grabber in the compile
- Don't force the capture type to PAL; leave it at auto
- Remove debugging code and comments
- Eliminate the need for kernel patch for tuner code
- Don't patch one source file in more than one patch-XX files
1998-06-26 18:39:21 +00:00
Jordan K. Hubbard
b39ac6d642 These patches implement the following features in vic:
* an x11 grabber similar to the one present in nv. Extremely useful
    for interactive work (i'd say better than a camera in many cases).

  * add video controls to the meteor grabber (brightness etc.)

  * add tuner control when used with the meteor grabber (require a
    small modification to the kernel to let tuner be controlled
    via the grabber fd);

Submitted by:	luigi
PR:		6814
1998-06-24 07:54:40 +00:00
Thomas Gellekum
d5197debe2 Back out changes to use tcl81.
Suggested by:	The Meistersinger
1998-03-17 07:47:55 +00:00
Justin M. Seger
3d4a5438d3 Upgrade to use tcl8.1 and tk8.1. 1998-02-24 21:43:51 +00:00
Bill Fenner
39fcc241ab Add send() kernel bug workaround to vic too. 1998-02-19 19:05:33 +00:00
Bill Fenner
2edf00cf67 Fix memory leaks. 1998-02-19 19:03:15 +00:00
Bill Fenner
6832892b30 Add BT848 grabber support.
Submitted by:	Amancio Hasty <hasty@rah.star-gate.com>
1997-12-19 02:50:52 +00:00
Bill Fenner
c6ac4c3700 Make port work with tcl/tk 8.0 1997-09-11 03:55:02 +00:00
Wolfram Schneider
1760fd6654 Add virtual category 'tk41'. 1997-04-20 13:20:00 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
92cb149612 Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work.  I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
1996-11-13 12:41:39 +00:00
Satoshi Asami
b805b62cd3 imm, nv and vic are moved to mbones/. Repository copy is already
done, this is change to CATEGORIES line only.
1996-11-07 12:27:06 +00:00
Satoshi Asami
4e89b7baaf Install manpage in /usr/X11R6/man/man1, not /usr/X11R6/man. 1996-11-07 07:37:35 +00:00
Bill Fenner
77aec50355 Find the tcl library files in /usr/libdata/tcl . 1996-11-07 06:46:42 +00:00
Bill Fenner
9f490072fe Fix install target 1996-11-07 02:15:09 +00:00
Bill Fenner
fd0a7fe39c Upgrade to version 2.8 1996-11-04 04:43:57 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Satoshi Asami
510bcaa2de Change "networking" to "net". 1995-11-27 04:06:03 +00:00
Satoshi Asami
5d80320326 Reorganize Makefile, add Garrett as MAINTAINER. 1995-04-10 17:49:14 +00:00
Satoshi Asami
9441b5626c Submitted by: Garrett Wollman <wollman@halloran-eldar.lcs.mit.edu>
(thanks!)
Here's patch-ad.  This could be integrated with patch-aa.
1995-04-10 17:27:40 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Garrett Wollman
60597eaa7c Checksum for vic. 1995-03-30 20:56:22 +00:00
Satoshi Asami
86793c984d Converted Makefiles as much as I could.
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
    set NO_INSTALL_MANPAGES for not calling "make install.man")

(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS.  These
    are the entries I used:

    EXEC_DEPENDS:
      unzip:${PORTSDIR}/archivers/unzip
      gmake:${PORTSDIR}/devel/gmake
      wishx:${PORTSDIR}/lang/tclX
      xli:${PORTSDIR}/graphics/xli
      gs:${PORTSDIR}/print/ghostscript
      gunshar:${PORTSDIR}/archivers/gshar+gunshar
      hfs:${PORTSDIR}/utils/hfs
      rman:${PORTSDIR}/utils/rman

    LIB_DEPENDS:
      tiff\\.3\\.:${PORTSDIR}/graphics/tiff
      jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
      Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
      tcl\\.7\\.:${PORTSDIR}/lang/tcl
      tk\\.3\\.:${PORTSDIR}/x11/tk
      xview\\.1\\.:${PORTSDIR}/x11/xview-lib
      Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
      mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
      xview\\.3\\.:${PORTSDIR}/x11/xview-lib
      BLT\\.1\\.:${PORTSDIR}/x11/blt

    There are still some dependencies I can't figure out what exactly
    is needed.  If your port still has DEPENDS in it, please check it out!
1995-02-11 13:51:48 +00:00
Garrett Wollman
d432feb6be Port of vic version 2.6 1994-12-14 23:01:27 +00:00