summaryrefslogtreecommitdiff
path: root/multimedia/fxtv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Since the bktr(4) driver does not exist on everySergey A. Osokin2003-10-211-1/+10
| | | | | | | | | | | FreeBSD platform, this port needs to be restricted to those which are supported. Submitted by: Simon Barner <barner@in.tum.de> PR: 58334 Notes: svn path=/head/; revision=91827
* Fix build on -CURRENTSergey A. Osokin2003-07-182-0/+189
| | | | | | | | | Bump PORTREVISION Patch from: Julio M. Merino Vidal <jmmv@menta.net> Notes: svn path=/head/; revision=85111
* After repo copy from graphics category to newly create multimediaMario Sergio Fujikawa Ferreira2003-04-041-3/+3
| | | | | | | | | | one, update all appropriate references: *_DEPENDS, CATEGORIES Repo copied by: cvs (joe) Approved by: portmgr (self & no objections) Notes: svn path=/head/; revision=78074
* de-pkg-commentAkinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75960
* Correct previous commitMario Sergio Fujikawa Ferreira2002-11-261-2/+2
| | | | Notes: svn path=/head/; revision=71131
* Fix -CURRENT build since it has a much cleaner header file space.Mario Sergio Fujikawa Ferreira2002-11-261-0/+10
| | | | | | | | | | Therefore, add missing include. PR: 45767 Submitted by: Volker Stolz <vs@foldr.org> Notes: svn path=/head/; revision=71130
* Reset undeliverable maintainer addresses to ports@FreeBSD.orgKris Kennaway2002-11-181-1/+1
| | | | Notes: svn path=/head/; revision=70365
* Fix build on -current (machine/soundcard.h -> sys/soundcard.h, and #ifdef 0Kris Kennaway2002-09-082-0/+24
| | | | | | | -> #if 0) Notes: svn path=/head/; revision=65810
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50306
* update to 1.03.FUJISHIMA Satsuki2001-03-126-71/+11
| | | | | | | | | PR: 25646 Submitted by: John Saunders <john@nlc.net.au> (Non-response from maintainer) Notes: svn path=/head/; revision=39700
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=37252
* Fix compilation on newer versions of -current.Steve Price2000-12-111-0/+20
| | | | | | | PR: 23100 Notes: svn path=/head/; revision=35846
* Fetch the source from MASTER_SITE_LOCAL to lower the loadingRoger Hardiman2000-11-221-1/+2
| | | | | | | on freefall. Notes: svn path=/head/; revision=35335
* Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these portsSatoshi Asami2000-09-051-1/+1
| | | | | | | work with both XFree86-3 and XFree86-4. Notes: svn path=/head/; revision=32320
* Remove i386 .o files in the post-extract target and respect CFLAGS.Steve Price2000-08-083-0/+46
| | | | Notes: svn path=/head/; revision=31399
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Add patch to allow selection of the 'VIDEO' audio input on newerRoger Hardiman2000-08-011-0/+16
| | | | | | | | | sound cards Submitted by: Mike Meyer <mwm@mired.org> Notes: svn path=/head/; revision=31194
* Fix broken master siteRoger Hardiman2000-08-011-1/+1
| | | | Notes: svn path=/head/; revision=31189
* Update maintainer's email address and clarify the DESCR file.Roger Hardiman2000-08-012-6/+6
| | | | Notes: svn path=/head/; revision=31187
* Remove the NOT_FOR_ARCHS=alpha entryRoger Hardiman2000-04-151-2/+0
| | | | Notes: svn path=/head/; revision=27588
* PORTNAME / PORTVERSION syntax conversionDavid E. O'Brien2000-04-131-2/+2
| | | | Notes: svn path=/head/; revision=27470
* remove extra blank line (portlint)Michael Haro2000-04-021-1/+0
| | | | Notes: svn path=/head/; revision=27288
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-2/+2
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* Rework DESCR so it doesn't have spaces in front of every line.Chris Piazza2000-02-031-18/+16
| | | | | | | Also change a link to WWW: format. Notes: svn path=/head/; revision=25439
* Update FXTV checksum. The distribution tarball was re-rolled by the authorRoger Hardiman1999-11-121-1/+1
| | | | | | | to remove some junk. Notes: svn path=/head/; revision=23042
* Update to FXTV 1.02.Roger Hardiman1999-11-052-4/+4
| | | | | | | | This adds support for the IR Remote Control in the PixelView TV cards Notes: svn path=/head/; revision=22922
* Upgrade to version 1.01, which has Hauppauge Infra Red Remote Control SupportRoger Hardiman1999-10-274-48/+4
| | | | Notes: svn path=/head/; revision=22680
* 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