Commit graph

29 commits

Author SHA1 Message Date
Pav Lucistnik
5f39429685 - Fix runtime when X is started in 16-bit color mode
PR:		ports/117031
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
2007-12-16 12:20:50 +00:00
Edwin Groothuis
df643d44db [patch] multimedia/fxtv: unbreak on HEAD (gcc 4.2)
This patch unbreaks building this port on 7-CURRENT (with gcc 4.2)

PR:		ports/116126
Submitted by:	Simun Mikecin <numisemis@yahoo.com>
2007-09-08 12:09:40 +00:00
Ion-Mihai Tetcu
6881e0a29d Completely disable DGA when -disableDirectV is given on the commandline; This
should fix the port for some newer NVIDIA drivers which are broken w.r.t. DGA.

PR:		ports/98700
Submitted by:	Andre Albsmeier <Andre.Albsmeier@siemens.com>
2006-06-18 11:06:06 +00:00
Simon Barner
0300ad0fc0 - Fix segfault while changing stations
- Bump PORTREVISION

Submitted by:	Simun Mikecin <numisemis@yahoo.com>
PR:		ports/89614
2005-11-30 10:22:56 +00:00
MANTANI Nobutaka
ec56155749 Fix segmentation fault on startup.
PR:		ports/86579
Submitted by:	Simun Mikecin <numisemis@yahoo.com>
2005-10-01 20:35:26 +00:00
Kirill Ponomarev
54e7a93b9a Fix build on ia64. 2005-01-08 12:38:10 +00:00
Sergey A. Osokin
8a0774ca77 Fix build on -CURRENT
Bump PORTREVISION

Patch from:	Julio M. Merino Vidal <jmmv@menta.net>
2003-07-18 08:30:39 +00:00
Mario Sergio Fujikawa Ferreira
60b8a22257 Correct previous commit 2002-11-26 21:30:16 +00:00
Mario Sergio Fujikawa Ferreira
6001fdfccf Fix -CURRENT build since it has a much cleaner header file space.
Therefore, add missing include.

PR:		45767
Submitted by:	Volker Stolz <vs@foldr.org>
2002-11-26 21:29:13 +00:00
Kris Kennaway
11c21c16d0 Fix build on -current (machine/soundcard.h -> sys/soundcard.h, and #ifdef 0
-> #if 0)
2002-09-08 00:48:14 +00:00
FUJISHIMA Satsuki
879e57e564 update to 1.03.
PR:		25646
Submitted by:	John Saunders <john@nlc.net.au>
(Non-response from maintainer)
2001-03-12 22:49:21 +00:00
Steve Price
a72737d2f3 Fix compilation on newer versions of -current.
PR:		23100
2000-12-11 02:25:33 +00:00
Steve Price
9df09f5635 Remove i386 .o files in the post-extract target and respect CFLAGS. 2000-08-08 02:55:15 +00:00
Roger Hardiman
cd81a605e1 Add patch to allow selection of the 'VIDEO' audio input on newer
sound cards

Submitted by:	Mike Meyer <mwm@mired.org>
2000-08-01 09:20:47 +00:00
Roger Hardiman
dc5d81491e Upgrade to version 1.01, which has Hauppauge Infra Red Remote Control Support 1999-10-27 09:42:47 +00:00
Roger Hardiman
a4b3c17418 Add patch submitted by Randall, the FXTV author 1999-09-09 18:14:29 +00:00
Roger Hardiman
c79e7ed839 Expand the patch to work on drivers without the XUSSR channel set too.
This means FXTV should be able to compile on the really old Bt848
driver that ships with FreeBSD 2.2.8
1999-09-08 17:23:00 +00:00
Roger Hardiman
b2f94dc732 Patch to allow FXTV to compile on older Bt848 drivers without the Australian
channel set
1999-09-08 16:20:45 +00:00
Roger Hardiman
449ac889d3 Update FXTV to version 1.00 1999-09-07 09:53:09 +00:00
Roger Hardiman
90a20db4b5 Add #include <X11/Xproto.h>
This allows FXTV to compile with XFree86 3.9.15 (a 4.0 pre-release beta)
This has no effect on XFree86 3.3.4.
1999-07-28 16:47:29 +00:00
Roger Hardiman
70b1b91263 Fix typo in function XUTILGetVisualBpp(), it causes fxtv to fail on
X server with both depth 8 and 24 visuals.

Submitted by: Luoqi Chen <luoqi@watermarkgroup.com>
1999-05-10 08:09:39 +00:00
Roger Hardiman
2909b8df4e patch changes -ltiff34 to -ltiff in the fxtv makefile
Submitted by:	Randall Hopper <aa8vb@pagesz.net>
1999-02-12 15:46:50 +00:00
Mark Murray
2dc24ec9b4 Upgrade to 0.48. Bug fixes, support for more cards in brooktree driver. 1999-02-06 07:32:59 +00:00
Justin M. Seger
d57d33c655 libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by:	asami
1998-11-25 05:06:28 +00:00
Mark Murray
7926d48fe5 Convet to ELF. 1998-09-14 20:11:03 +00:00
Donald Burr
f9b7999bd5 Upgrade fxtv to 0.47.
* change checksum and filename/version number in Makefile.
* change patch-ab to patch cleanly against new version.
* remove patch-aa -- it is no longer needed.
* add patch-ac to fix a small tiffio.h bogon in the source.
* add some new files to PLIST.
1998-06-07 08:54:25 +00:00
Mark Murray
027b3c8a71 Make fxtv work with CURRENT and STABLE. This is not the optimum solution,
but while the correct solution is being sought, this is probably the best.

Submitted by:	Randall Hopper
OK'ed By:	Satoshi Asami
1998-03-23 22:47:21 +00:00
Mark Murray
273a9e51e0 Update to 0.46. The changelog speaks:
Changes from 0.45-0.46
----------------------
- Event handling fixes for fvwm95
- Inval saved ximage when contin capture started (for restacking refreshes)
- Fix out-of-date internal app-defaults values
- Fixed mem leaks that add up capturing videos
- Turn off hardware cursor over video window when continuous video is on
- Restore video mode on normal exit
1997-12-18 16:58:35 +00:00
Thomas Gellekum
79e54f3236 Use new location for tiff34 headers.
This was the last commit in this series. If I broke anything, yell at me.
Not that think you'd need any encouragement. ;-)
1997-12-01 08:10:47 +00:00