summaryrefslogtreecommitdiff
path: root/multimedia (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-12-07Move distfile to http://www.freebsd.org/~fenner/distfiles/Bill Fenner1-1/+1
Notes: svn path=/head/; revision=23639
1999-12-04Correct man page entryChris Piazza1-2/+1
PR: 15233 Submitted by: Chris D. Faulhaber <jedgar@fxp.org> Notes: svn path=/head/; revision=23598
1999-12-04Respect CCChris Piazza1-5/+6
PR: 15177 Submitted by: James Andariese <james@ja.ath.cx> Notes: svn path=/head/; revision=23593
1999-11-29Update to Tcl/Tk version 8.2 and get this to build with gcc 2.95.Steve Price15-58/+219
Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23483
1999-11-26Initial import of tkxanim version 0.43.Steve Price6-0/+61
A Tcl/Tk frontend to xanim. PR: 14496 Submitted by: Chris D. Faulhaber <jedgar@fxp.org> Notes: svn path=/head/; revision=23400
1999-11-26The manpage is in section n and isn't compressed.Steve Price1-1/+2
Notes: svn path=/head/; revision=23372
1999-11-12Update FXTV checksum. The distribution tarball was re-rolled by the authorRoger Hardiman1-1/+1
to remove some junk. Notes: svn path=/head/; revision=23042
1999-11-11Add a patch that allows xmms to play the next song in the playlist.Chris Piazza1-0/+14
It's pretty ugly and should be fixed properly some time. Submitted by: Jakob Alvermark <jakob@teligent.se> Notes: svn path=/head/; revision=23015
1999-11-06Update to version 0.9.5.1.Jim Mock4-18/+18
PR: 14045 Submitted by: Espen Skoglund <esk@ira.uka.de> Notes: svn path=/head/; revision=22936
1999-11-05Update to FXTV 1.02.Roger Hardiman2-4/+4
This adds support for the IR Remote Control in the PixelView TV cards Notes: svn path=/head/; revision=22922
1999-10-27Upgrade to version 1.01, which has Hauppauge Infra Red Remote Control SupportRoger Hardiman4-48/+4
Notes: svn path=/head/; revision=22680
1999-10-09Bump glib12 's share library version to 3,Vanilla I. Shu1-3/+1
and portlint. Notes: svn path=/head/; revision=22283
1999-10-08Use updated esound library.Yukihiro Nakai1-1/+1
Notes: svn path=/head/; revision=22240
1999-09-21Fix BUILD_DEPENDS line, netpbm installs under ${X11BASE}.Satoshi Asami1-1/+1
Notes: svn path=/head/; revision=21841
1999-09-20Import of gxanim 0.45, a Gtk front-end to xanim.Matthew Hunt6-0/+57
PR: 13707 Submitted by: Rod Taylor <rod@idiotswitch.org> Notes: svn path=/head/; revision=21835
1999-09-19Add audio cd and mikmod support in Xmms.Chris Piazza2-3/+7
Also update the maintainer's email address. PR: 13728 Submitted by: maintainer Notes: svn path=/head/; revision=21767
1999-09-18Update to KDE-1.1.2Stefan Eßer6-6/+54
Notes: svn path=/head/; revision=21711
1999-09-18The version number of libgif.so has changed to 5.Steve Price2-2/+2
Notes: svn path=/head/; revision=21701
1999-09-09Add patch submitted by Randall, the FXTV authorRoger Hardiman1-0/+25
Notes: svn path=/head/; revision=21510
1999-09-09Rewrite virtual function pointer code so it can compile with EGCS on myRoger Hardiman1-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
1999-09-08Expand the patch to work on drivers without the XUSSR channel set too.Roger Hardiman1-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
1999-09-08Patch to allow FXTV to compile on older Bt848 drivers without the AustralianRoger Hardiman1-0/+15
channel set Notes: svn path=/head/; revision=21414
1999-09-07Update to include the URL for newer Bt848 driversRoger Hardiman1-0/+11
Notes: svn path=/head/; revision=21374
1999-09-07The tiff port now lives in ports/graphics/tiff.Steve Price1-1/+1
Notes: svn path=/head/; revision=21367
1999-09-07Update FXTV to version 1.00Roger Hardiman6-39/+7
Notes: svn path=/head/; revision=21363
1999-09-07Update FXTV to version 1.00Roger Hardiman1-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
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro5-6/+6
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
1999-08-27echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1-12/+12
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21032
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20960
1999-08-25Change Id->FreeBSD.David E. O'Brien13-13/+13
Notes: svn path=/head/; revision=20951
1999-08-25Change Id->FreeBSD.David E. O'Brien4-4/+4
Notes: svn path=/head/; revision=20938
1999-08-22awk -> ${AWK}Michael Haro2-5/+5
basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
1999-08-14Cleanup fetching comments: {DISTFILES} already contains .tar.gz. Also pointDavid E. O'Brien1-3/+3
out the user wants the generic Linux ELF (rather than RH) binary package. Notes: svn path=/head/; revision=20723
1999-08-09Use empty MASTER_SITES= to indicate that there's nothing for theBill Fenner1-2/+2
distfile survey to check. Notes: svn path=/head/; revision=20624
1999-07-28Add #include <X11/Xproto.h>Roger Hardiman1-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
1999-07-21Make port depend on linux_base instead of linux_lib.Marcel Moolenaar2-4/+4
Notes: svn path=/head/; revision=20299
1999-07-04No need for '-p', since ${MKDIR} == 'mkdir -p'.Steve Price1-2/+2
Notes: svn path=/head/; revision=20031
1999-07-03Xmms: the X Multimedia System. XMMS is a multimedia player based onChris Piazza6-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
1999-06-26Commit #3/4 to enforce caps, no period.Tim Vanderhoek1-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
1999-06-26Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek8-8/+8
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
1999-06-26As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek3-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
1999-06-22Turn off sound support except on the i386 port.Steve Price1-5/+7
Notes: svn path=/head/; revision=19668
1999-06-22This port doesn't build when the system compiler is egcs.Steve Price1-2/+7
Notes: svn path=/head/; revision=19655
1999-06-22We don't have sound support on the Alpha yet.Steve Price1-1/+3
Notes: svn path=/head/; revision=19647
1999-06-07Update my email address, I've been slack.Kris Kennaway1-2/+2
Notes: svn path=/head/; revision=19292
1999-06-07Fix path for shareds objects.Thomas Gellekum1-1/+1
Notes: svn path=/head/; revision=19287
1999-05-31Use FreeBSD-ELF shared objects for the new supported codecs.Thomas Gellekum4-34/+49
Support for aout is gone, you'll have to use an older package. Notes: svn path=/head/; revision=19152
1999-05-27Forget about ${PREFIX}/include/giflib.Thomas Gellekum2-6/+4
Notes: svn path=/head/; revision=19018
1999-05-10Fix typo in function XUTILGetVisualBpp(), it causes fxtv to fail onRoger Hardiman1-0/+11
X server with both depth 8 and 24 visuals. Submitted by: Luoqi Chen <luoqi@watermarkgroup.com> Notes: svn path=/head/; revision=18725
1999-05-06More WWW: additionsMichael Haro3-4/+4
Notes: svn path=/head/; revision=18564