summaryrefslogtreecommitdiff
path: root/multimedia (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-12-01Change categories to "audio kde". It was (believe me or not) "x11".Satoshi Asami2-4/+4
Notes: svn path=/head/; revision=14969
1998-11-25Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0Satoshi Asami1-2/+2
would go backwards. Notes: svn path=/head/; revision=14893
1998-11-25libtiff34->libtiff and include/tiff34/*.h -> include/*.hJustin M. Seger2-3/+3
Approved by: asami Notes: svn path=/head/; revision=14889
1998-11-21Remove extraneous x11 from CATEGORIES.Steve Price3-6/+6
Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14734
1998-11-15was using naked '-lXm' rather than `${MOTIFLIB}'.David E. O'Brien1-0/+11
Notes: svn path=/head/; revision=14525
1998-11-14update to patched version that fix bug for 24-bit displaysDavid E. O'Brien2-3/+3
Notes: svn path=/head/; revision=14524
1998-11-11Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1-13/+13
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
1998-10-13Unbreak.Justin M. Seger2-9/+16
Submitted by: steve Notes: svn path=/head/; revision=13946
1998-10-13Unbreak for current.Justin M. Seger2-12/+2
Submitted by: ken@plutotech.com Notes: svn path=/head/; revision=13936
1998-10-13Unbreak for ELF.Justin M. Seger2-5/+4
Submitted by: steve Notes: svn path=/head/; revision=13933
1998-10-13Mark BROKEN for ELF:Justin M. Seger1-1/+3
c++ -O2 -DUSE_SHM -DED_YBITS=4 -DSIGRET=void -I/usr/local/include -I/usr/local/include/tk8.0 -I/usr/local/include/tcl8.0 -I/usr/X11R6/include -I./jpeg -I./p64 -I. -o vic inet.o cellb_tables.o tkStripchart.o md5c.o random.o main.o net.o net-ip.o source.o iohandler.o timer.o idlecallback.o media-timer.o session.o session-rtpv1.o session-nv.o session-ivs.o decoder.o decoder-jpeg.o decoder-nv.o decoder-h261.o decoder-h261v1.o decoder-cellb.o device.o grabber.o vw.o Tcl.o Tcl2.o module.o transmitter.o encoder-nv.o encoder-cellb.o encoder-h261.o transcoder-jpeg.o framer-jpeg.o group-ipc.o confbus.o renderer.o renderer-window.o color.o color-true.o color-pseudo.o color-dither.o color-ed.o color-quant.o color-hi.o color-gray.o color-mono.o color-hist.o rgb-converter.o jpeg/jpeg.o p64/p64.o dct.o compositor.o rate-variable.o crypt.o crypt-dull.o grabber-still.o cm0.o cm1.o huffcode.o version.o bv.o ui-ctrlmenu.o ui-main.o ui-resource.o ui-srclist.o ui-stats.o ui-util.o ui-windows.o ui-switcher.o ui-extout.o ui-grabber.o ui-unix.o cf-main.o cf-tm.o cf-confbus.o cf-network.o cf-util.o tkerror.o entry.o tk.o strtol.o strtoul.o grabber-x11.cc grabber-meteor.o grabber-spigot.o -lspigot -L/usr/local/lib -ltk80 -L/usr/local/lib -ltcl80 -L/usr/X11R6/lib -lXext -lX11 -lm grabber-x11.cc: In method `int X11Grabber::X11Grab_Initialize(long unsigned int, int, int)': grabber-x11.cc:627: warning: implicit declaration of function `int VidUtil_DestroyXImage(...)' Notes: svn path=/head/; revision=13932
1998-10-12Mark BROKEN for ELF:Justin M. Seger1-1/+3
g++ -O -I/usr/X11R6/include -o mpeg_edit main.o globals/version.o editor/editor.a ui/ui.a MpegCodec/mpeg.a -L/usr/X11R6/lib -lXext -lX11 -lpnm -lppm -lpbm -lpgm -lm cc: editor/editor.a: No such file or directory cc: ui/ui.a: No such file or directory cc: MpegCodec/mpeg.a: No such file or directory Notes: svn path=/head/; revision=13879
1998-10-12Mark BROKEN for ELF:Justin M. Seger1-1/+3
gcc -Iheaders -I/usr/include -Ijpeg -O -Wall -Wmissing-prototypes -o mpeg_encode mfwddct.o postdct.o huff.o bitio.o mheaders.o mpeg.o subsample.o param.o rgbtoycc.o readframe.o combine.o jrevdct.o frame.o fsize.o frametype.o libpnmrw.o specifics.o rate.o opts.o iframe.o pframe.o bframe.o psearch.o bsearch.o block.o parallel.o jpeg.o main.o -Ljpeg jpeg/libjpeg.a -lm gcc: jpeg/libjpeg.a: No such file or directory Notes: svn path=/head/; revision=13878
1998-10-11Mark BROKEN for current. Can't find scsi.hJustin M. Seger2-2/+12
Notes: svn path=/head/; revision=13869
1998-10-05Make sure to remove everything we install.Steve Price4-2/+5
Notes: svn path=/head/; revision=13653
1998-10-05Move manpages to Makefile and use MAN* macros.Steve Price2-2/+2
Notes: svn path=/head/; revision=13652
1998-10-01ElfifyBrian Somers2-18/+14
Add -lstdc++ in kscd/Makefile.in - someone should test this for -stable ;-/ Notes: svn path=/head/; revision=13580
1998-09-30Mark all KDE ports BROKEN for ELF.Justin M. Seger2-2/+6
Notes: svn path=/head/; revision=13545
1998-09-27Provide replacements for the NetBSD (a.out) .o modules from the Linux (ELF)Mark Murray2-5/+15
world. This works in this case because the supplied .o modules make no (Linux) syscalls. Notes: svn path=/head/; revision=13453
1998-09-25tk80 has been ELFized.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=13387
1998-09-19giflib is now converted to ELF so remove regexp support.Steve Price2-4/+4
Notes: svn path=/head/; revision=13232
1998-09-17Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1-2/+2
in the first place. Notes: svn path=/head/; revision=13190
1998-09-15jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami2-4/+4
(Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147
1998-09-15libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1-2/+2
ELF conversion. Notes: svn path=/head/; revision=13144
1998-09-14Convert to ELF.Mark Murray2-20/+21
Notes: svn path=/head/; revision=13118
1998-09-14Convet to ELF.Mark Murray2-4/+17
Notes: svn path=/head/; revision=13116
1998-08-24- Use a do-install: target instead of patching one into the sourceTim Vanderhoek2-2/+23
Makefile. A do-install: target is preferrable if one does not plan on submitting patches to the author. Doing it this way has the nice side-advantages that we now respect MANOWN and BINOWN. - Respect CFLAGS - move patches/patch-ab to files/mplex.1 Notes: svn path=/head/; revision=12797
1998-08-24Well, we know there isn't a comprehensive instruction manual, butTim Vanderhoek1-15/+16
what does this thing actually do!? :) Notes: svn path=/head/; revision=12796
1998-08-23Use the MANx variables. This commit only covers ports thatTim Vanderhoek8-8/+16
don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many do, subtly) and don't install more than one manpage. Any port listed here is a good candidate for a general review simply due to age... For example, a number of them seem to patch an install: target into the program Makefile and/or arbitrarily compress their manpages from patches/patch-*. This has been out-of-vogue since I would guess mid-1996, at least. Notes: svn path=/head/; revision=12747
1998-08-18This commit brought to you by the Paddock Bowling Alley.Tim Vanderhoek1-1/+0
Notes: svn path=/head/; revision=12622
1998-08-18Wow. Checkout the number of manpages that are in EZWGL. I think that'sTim Vanderhoek2-3/+0
too many, so I'll remove half of them. Notes: svn path=/head/; revision=12620
1998-08-12Replace qt dependencies with USE_QT.Satoshi Asami2-8/+6
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE) Notes: svn path=/head/; revision=12469
1998-08-07Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami4-10/+10
Notes: svn path=/head/; revision=12335
1998-08-05Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami6-13/+13
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
1998-07-23Change dependencies to accept Qt-1.33 if present,Stefan Eßer2-6/+6
but to build Qt-1.40 if no compiled Qt library can be found. Notes: svn path=/head/; revision=12083
1998-07-19Upgrade to KDE Release 1.0Stefan Eßer6-90/+306
Based on: patches for a 1.0 pre-release submitted by Thomas Gellekum. Notes: svn path=/head/; revision=11967
1998-07-11Fix the configure script to not try to build a grabber which is notBill Fenner1-0/+10
included in the vic source. Notes: svn path=/head/; revision=11837
1998-07-09Change to UNBROKEN ...Marc G. Fournier2-6/+4
Add USE_GMAKE to get past a compile problem in kmid Remove patches, as were not required to cleanly compile Notes: svn path=/head/; revision=11797
1998-07-09Still marked BROKEN, but this gets me to the extract stage, and, removingMarc G. Fournier2-4/+12
all the patches, configured and compiling. Haven't removed the patches yet, until I see a clean compile... Notes: svn path=/head/; revision=11795
1998-07-08Still marked BROKEN, but at least you can retrieve the files now...will workMarc G. Fournier4-14/+16
on compiling it from my X machine later tonight... Notes: svn path=/head/; revision=11789
1998-07-06Allow environment variables to be passed to make's children (-e flag).Donald Burr1-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
1998-06-27Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1-2/+1
Notes: svn path=/head/; revision=11552
1998-06-26Fix Luigi's recently committed submission:Bill Fenner4-1671/+100
- Actually include the x11 grabber in the compile - Don't force the capture type to PAL; leave it at auto - Remove debugging code and comments - Eliminate the need for kernel patch for tuner code - Don't patch one source file in more than one patch-XX files Notes: svn path=/head/; revision=11546
1998-06-24These patches implement the following features in vic:Jordan K. Hubbard2-0/+2041
* an x11 grabber similar to the one present in nv. Extremely useful for interactive work (i'd say better than a camera in many cases). * add video controls to the meteor grabber (brightness etc.) * add tuner control when used with the meteor grabber (require a small modification to the kernel to let tuner be controlled via the grabber fd); Submitted by: luigi PR: 6814 Notes: svn path=/head/; revision=11502
1998-06-12Import new port graphics/netshow, the Microsoft NetShow player.Donald Burr6-0/+60
Thanks to Chris Kukulies <kuku@gil.physik.rwth-aachen.de> for telling us about this on freebsd-multimedia, and giving me the idea of doing a port for it. Notes: svn path=/head/; revision=11397
1998-06-07Upgrade fxtv to 0.47.Donald Burr6-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
1998-05-25Upgrade to 2.4.Thomas Gellekum2-4/+4
Notes: svn path=/head/; revision=11134
1998-05-04Change JPEG shared library number to 9. This is to make sure that everyoneJustin M. Seger2-4/+4
installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami Notes: svn path=/head/; revision=10846
1998-04-29Mark this port broken, it's left behind in the beta-4.1 upgrade andSatoshi Asami2-2/+6
no longer builds. Notes: svn path=/head/; revision=10750
1998-04-28Upgrade to 2.70.7.0.Thomas Gellekum3-88/+70
PR: 6435 Submitted by: Donald Burr <dburr@POBoxes.com> Notes: svn path=/head/; revision=10732