summaryrefslogtreecommitdiff
path: root/multimedia (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix BUILD_DEPENDS line, netpbm installs under ${X11BASE}.Satoshi Asami1999-09-211-1/+1
| | | | Notes: svn path=/head/; revision=21841
* Import of gxanim 0.45, a Gtk front-end to xanim.Matthew Hunt1999-09-206-0/+57
| | | | | | | | PR: 13707 Submitted by: Rod Taylor <rod@idiotswitch.org> Notes: svn path=/head/; revision=21835
* Add audio cd and mikmod support in Xmms.Chris Piazza1999-09-192-3/+7
| | | | | | | | | | Also update the maintainer's email address. PR: 13728 Submitted by: maintainer Notes: svn path=/head/; revision=21767
* Update to KDE-1.1.2Stefan Eßer1999-09-186-6/+54
| | | | Notes: svn path=/head/; revision=21711
* The version number of libgif.so has changed to 5.Steve Price1999-09-182-2/+2
| | | | Notes: svn path=/head/; revision=21701
* Add patch submitted by Randall, the FXTV authorRoger Hardiman1999-09-091-0/+25
| | | | Notes: svn path=/head/; revision=21510
* Rewrite virtual function pointer code so it can compile with EGCS on myRoger Hardiman1999-09-091-26/+92
| | | | | | | | | | | -current machine. Also I fixed the code for grabbing from the X11 desktop in 24 bit colour modes. Previously it gave us a blurred yellow image. Now it can capture the X11 desktop in full 24 bit colour for both XRGB and XBGR Truecolour. Notes: svn path=/head/; revision=21475
* 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
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-315-6/+6
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-12/+12
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21032
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* Change Id->FreeBSD.David E. O'Brien1999-08-2513-13/+13
| | | | Notes: svn path=/head/; revision=20951
* Change Id->FreeBSD.David E. O'Brien1999-08-254-4/+4
| | | | Notes: svn path=/head/; revision=20938
* awk -> ${AWK}Michael Haro1999-08-222-5/+5
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* Cleanup fetching comments: {DISTFILES} already contains .tar.gz. Also pointDavid E. O'Brien1999-08-141-3/+3
| | | | | | | out the user wants the generic Linux ELF (rather than RH) binary package. Notes: svn path=/head/; revision=20723
* Use empty MASTER_SITES= to indicate that there's nothing for theBill Fenner1999-08-091-2/+2
| | | | | | | distfile survey to check. Notes: svn path=/head/; revision=20624
* 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
* Make port depend on linux_base instead of linux_lib.Marcel Moolenaar1999-07-212-4/+4
| | | | Notes: svn path=/head/; revision=20299
* No need for '-p', since ${MKDIR} == 'mkdir -p'.Steve Price1999-07-041-2/+2
| | | | Notes: svn path=/head/; revision=20031
* Xmms: the X Multimedia System. XMMS is a multimedia player based onChris Piazza1999-07-036-0/+73
| | | | | | | | | | | | | the look of Winamp. Note: this port can be extended to include libmikmod support etc, but this is a good start and at least it plays mp3s. PR: 12498 Submitted by: Espen Skoglund <espensk@stud.cs.uit.no> Notes: svn path=/head/; revision=19976
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-268-8/+8
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-263-3/+3
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Turn off sound support except on the i386 port.Steve Price1999-06-221-5/+7
| | | | Notes: svn path=/head/; revision=19668
* This port doesn't build when the system compiler is egcs.Steve Price1999-06-221-2/+7
| | | | Notes: svn path=/head/; revision=19655
* We don't have sound support on the Alpha yet.Steve Price1999-06-221-1/+3
| | | | Notes: svn path=/head/; revision=19647
* Update my email address, I've been slack.Kris Kennaway1999-06-071-2/+2
| | | | Notes: svn path=/head/; revision=19292
* Fix path for shareds objects.Thomas Gellekum1999-06-071-1/+1
| | | | Notes: svn path=/head/; revision=19287
* Use FreeBSD-ELF shared objects for the new supported codecs.Thomas Gellekum1999-05-314-34/+49
| | | | | | | Support for aout is gone, you'll have to use an older package. Notes: svn path=/head/; revision=19152
* Forget about ${PREFIX}/include/giflib.Thomas Gellekum1999-05-272-6/+4
| | | | Notes: svn path=/head/; revision=19018
* 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-063-4/+4
| | | | Notes: svn path=/head/; revision=18564
* Upgrade KDE to Release 1.1.1.Stefan Eßer1999-05-036-14/+36
| | | | Notes: svn path=/head/; revision=18441
* Wisten, to the SWwound, of a Whole new WOOTim Vanderhoek1999-05-021-3/+5
| | | | | | | | | | | | [CheeriWOs!] Wisten, to the SWwound, of a Whole new WOO [CheeriWOs!] [ie. Add WWW:, and periodic misc legibalizificatings] Notes: svn path=/head/; revision=18335
* Add homepage. Incidentally, this DESCR is a little long.Tim Vanderhoek1999-04-271-0/+2
| | | | Notes: svn path=/head/; revision=18152
* Port now uses a .tar.bz2 distfileKris Kennaway1999-04-032-2/+2
| | | | | | | Forgotten by: se Notes: svn path=/head/; revision=17617
* Update to 2.80.1Seiichirou Hiraoka1999-03-313-49/+53
| | | | | | | | PR: ports/10864 Submitted by: mharo@area51.fremont.ca.us Notes: svn path=/head/; revision=17496
* Fix MASTER_SITE_SUBDIR and add USE_BZIP2.Stefan Eßer1999-03-242-4/+6
| | | | Notes: svn path=/head/; revision=17386
* 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
* Use INSTALL_DATA for installing libraries.Kris Kennaway1999-03-111-2/+2
| | | | | | | Submitted by: Tom Hukins <tom@eborcom.com> Notes: svn path=/head/; revision=17136
* 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
* Linux RealPlayer 5.0 from RealNetworks.Jun Kuriyama1999-02-125-0/+151
| | | | | | | | PR: ports/9838 Submitted by: Kris Kennaway <kkenn@rebel.net.au> Notes: svn path=/head/; revision=16675
* 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