summaryrefslogtreecommitdiff
path: root/multimedia/fxtv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add patch submitted by Randall, the FXTV authorRoger Hardiman1999-09-091-0/+25
| | | | Notes: svn path=/head/; revision=21510
* Expand the patch to work on drivers without the XUSSR channel set too.Roger Hardiman1999-09-081-4/+8
| | | | | | | | This means FXTV should be able to compile on the really old Bt848 driver that ships with FreeBSD 2.2.8 Notes: svn path=/head/; revision=21421
* Patch to allow FXTV to compile on older Bt848 drivers without the AustralianRoger Hardiman1999-09-081-0/+15
| | | | | | | channel set Notes: svn path=/head/; revision=21414
* Update to include the URL for newer Bt848 driversRoger Hardiman1999-09-071-0/+11
| | | | Notes: svn path=/head/; revision=21374
* The tiff port now lives in ports/graphics/tiff.Steve Price1999-09-071-1/+1
| | | | Notes: svn path=/head/; revision=21367
* Update FXTV to version 1.00Roger Hardiman1999-09-076-39/+7
| | | | Notes: svn path=/head/; revision=21363
* Update FXTV to version 1.00Roger Hardiman1999-09-071-4/+9
| | | | | | | | | | This requires Bt848 driver version 1.66 or later. 3.2-RELEASE shipped with version 1.61. New drivers are in the 3.x-stable kernel source tree. They can also be found at http://www.freebsd.org/~roger or http://telepresence.dmem.strath.ac.uk/bt848 Notes: svn path=/head/; revision=21362
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Add #include <X11/Xproto.h>Roger Hardiman1999-07-281-0/+10
| | | | | | | | 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. Notes: svn path=/head/; revision=20375
* We don't have sound support on the Alpha yet.Steve Price1999-06-221-1/+3
| | | | Notes: svn path=/head/; revision=19647
* Fix typo in function XUTILGetVisualBpp(), it causes fxtv to fail onRoger Hardiman1999-05-101-0/+11
| | | | | | | | | X server with both depth 8 and 24 visuals. Submitted by: Luoqi Chen <luoqi@watermarkgroup.com> Notes: svn path=/head/; revision=18725
* More WWW: additionsMichael Haro1999-05-061-2/+2
| | | | Notes: svn path=/head/; revision=18564
* Updated with new FXTV Homepage locationRoger Hardiman1999-03-161-6/+6
| | | | Notes: svn path=/head/; revision=17254
* Updated Randall's email address, the FXTV homepage and the Master SiteRoger Hardiman1999-03-161-4/+4
| | | | | | | location. Notes: svn path=/head/; revision=17253
* patch changes -ltiff34 to -ltiff in the fxtv makefileRoger Hardiman1999-02-121-0/+11
| | | | | | | Submitted by: Randall Hopper <aa8vb@pagesz.net> Notes: svn path=/head/; revision=16679
* Updated authors email addressRoger Hardiman1999-02-121-5/+5
| | | | | | | Submitted by: Randall Hopper <aa8vb@pagesz.net> Notes: svn path=/head/; revision=16669
* Updated URL to authors home pageRoger Hardiman1999-02-121-1/+1
| | | | | | | Submitted by: Randall Hopper <aa8vb@pagesz.net> Notes: svn path=/head/; revision=16660
* Upgrade to 0.48. Bug fixes, support for more cards in brooktree driver.Mark Murray1999-02-066-57/+5
| | | | Notes: svn path=/head/; revision=16551
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0Satoshi Asami1998-11-251-2/+2
| | | | | | | would go backwards. Notes: svn path=/head/; revision=14893
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hJustin M. Seger1998-11-252-3/+3
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=14889
* Remove extraneous x11 from CATEGORIES.Steve Price1998-11-211-2/+2
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14734
* Make sure to remove everything we install.Steve Price1998-10-051-2/+2
| | | | Notes: svn path=/head/; revision=13653
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Convet to ELF.Mark Murray1998-09-142-4/+17
| | | | Notes: svn path=/head/; revision=13116
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-3/+3
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Allow environment variables to be passed to make's children (-e flag).Donald Burr1998-07-061-1/+2
| | | | | | | | | | This way, you can, for example, "setenv HAVE_XFREE86 no" to get fxtv to compile if you have special/extenuating circumstances. Submitted by: Randall Hopper <rhh@ct.picker.com> Notes: svn path=/head/; revision=11761
* Upgrade fxtv to 0.47.Donald Burr1998-06-076-42/+41
| | | | | | | | | | | * 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. Notes: svn path=/head/; revision=11321
* Make fxtv work with CURRENT and STABLE. This is not the optimum solution,Mark Murray1998-03-231-0/+23
| | | | | | | | | | but while the correct solution is being sought, this is probably the best. Submitted by: Randall Hopper OK'ed By: Satoshi Asami Notes: svn path=/head/; revision=10300
* Update to 0.46. The changelog speaks:Mark Murray1997-12-185-14/+18
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=9128
* Use new location for tiff34 headers.Thomas Gellekum1997-12-012-3/+22
| | | | | | | | This was the last commit in this series. If I broke anything, yell at me. Not that think you'd need any encouragement. ;-) Notes: svn path=/head/; revision=8932
* Update to version 0.45.Mark Murray1997-10-112-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: Randall Hopper <rhh@ct.picker.com> Video Window Annotation for changes in Station, Input Device, Tuner Mode, Volume, and Mute should make it more enjoyable to surf when zoomed full-screen. Station IDs will let the PAL (and NTSC) folks come up with their own names for stations (e.g. E1, ITH, FOX, CBS). You can map these IDs to channel numbers or frequencies. Channel number lists are now obsoleted by the more general station lists. (NOTE: See README sections 1.6.1-1.6.2) Video window translations added for changing station (via ID, channel number, or frequency). Should make full-screen surfing of cable or satellite simpler. Japanese cable support from (Hideyuki Suzuki), and Dynamic Input Format Selection (Joao Carlos Mendes Luis). And Direct Video enhancements for moving and stacking the TV window on your desktop. Now when you lower the video window behind another window, Fxtv will continue to blast (using XImages) rather than just turn off. Also, unlike previous versions, Fxtv shouldn't leave any video trash on your desktop after you move it in direct video mode. Note that if you have opaque moves on in your window manager, you'll of course see video stream trails "while" you're moving the Fxtv window, but after you let go, the desktop will be entirely cleaned up. Fxtv also won't stomp on occluding windows anymore. Hope you have fun with it, and let me know if you have any problems. Randall Notes: svn path=/head/; revision=8217
* Import of fxtv 0.44. Fxtv is a program that allows you to watch TV on yourMark Murray1997-09-285-0/+52
X console using a Brooktree BT848 based TV card. The driver is /dev/bktr0. PR: 4527 Submitted by: Randall Hopper Notes: svn path=/head/; revision=8042