summaryrefslogtreecommitdiff
path: root/multimedia (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix BUILD_DEPENDS line, netpbm installs under ${X11BASE}.Satoshi Asami1999-09-211-1/+1
|
* 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>
* 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
* Update to KDE-1.1.2Stefan Eßer1999-09-186-6/+54
|
* The version number of libgif.so has changed to 5.Steve Price1999-09-182-2/+2
|
* Add patch submitted by Randall, the FXTV authorRoger Hardiman1999-09-091-0/+25
|
* 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.
* 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
* Patch to allow FXTV to compile on older Bt848 drivers without the AustralianRoger Hardiman1999-09-081-0/+15
| | | | channel set
* Update to include the URL for newer Bt848 driversRoger Hardiman1999-09-071-0/+11
|
* The tiff port now lives in ports/graphics/tiff.Steve Price1999-09-071-1/+1
|
* Update FXTV to version 1.00Roger Hardiman1999-09-076-39/+7
|
* 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
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-315-6/+6
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-12/+12
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Change Id->FreeBSD.David E. O'Brien1999-08-2513-13/+13
|
* Change Id->FreeBSD.David E. O'Brien1999-08-254-4/+4
|
* awk -> ${AWK}Michael Haro1999-08-222-5/+5
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* 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.
* Use empty MASTER_SITES= to indicate that there's nothing for theBill Fenner1999-08-091-2/+2
| | | | distfile survey to check.
* 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.
* Make port depend on linux_base instead of linux_lib.Marcel Moolenaar1999-07-212-4/+4
|
* No need for '-p', since ${MKDIR} == 'mkdir -p'.Steve Price1999-07-041-2/+2
|
* 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>
* 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
* 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. :)
* 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.
* Turn off sound support except on the i386 port.Steve Price1999-06-221-5/+7
|
* This port doesn't build when the system compiler is egcs.Steve Price1999-06-221-2/+7
|
* We don't have sound support on the Alpha yet.Steve Price1999-06-221-1/+3
|
* Update my email address, I've been slack.Kris Kennaway1999-06-071-2/+2
|
* Fix path for shareds objects.Thomas Gellekum1999-06-071-1/+1
|
* 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.
* Forget about ${PREFIX}/include/giflib.Thomas Gellekum1999-05-272-6/+4
|
* 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>
* More WWW: additionsMichael Haro1999-05-063-4/+4
|
* Upgrade KDE to Release 1.1.1.Stefan Eßer1999-05-036-14/+36
|
* 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]
* Add homepage. Incidentally, this DESCR is a little long.Tim Vanderhoek1999-04-271-0/+2
|
* Port now uses a .tar.bz2 distfileKris Kennaway1999-04-032-2/+2
| | | | Forgotten by: se
* Update to 2.80.1Seiichirou Hiraoka1999-03-313-49/+53
| | | | | PR: ports/10864 Submitted by: mharo@area51.fremont.ca.us
* Fix MASTER_SITE_SUBDIR and add USE_BZIP2.Stefan Eßer1999-03-242-4/+6
|
* Updated with new FXTV Homepage locationRoger Hardiman1999-03-161-6/+6
|
* Updated Randall's email address, the FXTV homepage and the Master SiteRoger Hardiman1999-03-161-4/+4
| | | | location.
* Use INSTALL_DATA for installing libraries.Kris Kennaway1999-03-111-2/+2
| | | | Submitted by: Tom Hukins <tom@eborcom.com>
* patch changes -ltiff34 to -ltiff in the fxtv makefileRoger Hardiman1999-02-121-0/+11
| | | | Submitted by: Randall Hopper <aa8vb@pagesz.net>
* Linux RealPlayer 5.0 from RealNetworks.Jun Kuriyama1999-02-125-0/+151
| | | | | PR: ports/9838 Submitted by: Kris Kennaway <kkenn@rebel.net.au>
* Updated authors email addressRoger Hardiman1999-02-121-5/+5
| | | | Submitted by: Randall Hopper <aa8vb@pagesz.net>
* Updated URL to authors home pageRoger Hardiman1999-02-121-1/+1
| | | | Submitted by: Randall Hopper <aa8vb@pagesz.net>