summaryrefslogtreecommitdiffstats
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* Change categories to "audio kde". It was (believe me or not) "x11".asami1998-12-012-4/+4
|
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0asami1998-11-251-2/+2
| | | | would go backwards.
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hjseger1998-11-252-3/+3
| | | | Approved by: asami
* Remove extraneous x11 from CATEGORIES.steve1998-11-213-6/+6
| | | | Submitted by: Josh Gilliam <josh@quick.net>
* was using naked '-lXm' rather than `${MOTIFLIB}'.obrien1998-11-151-0/+11
|
* update to patched version that fix bug for 24-bit displaysobrien1998-11-142-3/+3
|
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-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.)
* Unbreak.jseger1998-10-132-9/+16
| | | | Submitted by: steve
* Unbreak for current.jseger1998-10-132-12/+2
| | | | Submitted by: ken@plutotech.com
* Unbreak for ELF.jseger1998-10-132-5/+4
| | | | Submitted by: steve
* Mark BROKEN for ELF:jseger1998-10-131-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(...)'
* Mark BROKEN for ELF:jseger1998-10-121-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
* Mark BROKEN for ELF:jseger1998-10-121-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
* Mark BROKEN for current. Can't find scsi.hjseger1998-10-112-2/+12
|
* Make sure to remove everything we install.steve1998-10-054-2/+5
|
* Move manpages to Makefile and use MAN* macros.steve1998-10-052-2/+2
|
* Elfifybrian1998-10-012-18/+14
| | | | Add -lstdc++ in kscd/Makefile.in - someone should test this for -stable ;-/
* Mark all KDE ports BROKEN for ELF.jseger1998-09-302-2/+6
|
* Provide replacements for the NetBSD (a.out) .o modules from the Linux (ELF)markm1998-09-272-5/+15
| | | | | world. This works in this case because the supplied .o modules make no (Linux) syscalls.
* tk80 has been ELFized.asami1998-09-251-2/+2
|
* giflib is now converted to ELF so remove regexp support.steve1998-09-192-4/+4
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.asami1998-09-152-4/+4
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Convert to ELF.markm1998-09-142-20/+21
|
* Convet to ELF.markm1998-09-142-4/+17
|
* - Use a do-install: target instead of patching one into the sourcehoek1998-08-242-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
* Well, we know there isn't a comprehensive instruction manual, buthoek1998-08-241-15/+16
| | | | what does this thing actually do!? :)
* Use the MANx variables. This commit only covers ports thathoek1998-08-238-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.
* This commit brought to you by the Paddock Bowling Alley.hoek1998-08-181-1/+0
|
* Wow. Checkout the number of manpages that are in EZWGL. I think that'shoek1998-08-182-3/+0
| | | | too many, so I'll remove half of them.
* Replace qt dependencies with USE_QT.asami1998-08-122-8/+6
| | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-074-10/+10
|
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-056-13/+13
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Change dependencies to accept Qt-1.33 if present,se1998-07-232-6/+6
| | | | but to build Qt-1.40 if no compiled Qt library can be found.
* Upgrade to KDE Release 1.0se1998-07-196-90/+306
| | | | Based on: patches for a 1.0 pre-release submitted by Thomas Gellekum.
* Fix the configure script to not try to build a grabber which is notfenner1998-07-111-0/+10
| | | | included in the vic source.
* Change to UNBROKEN ...scrappy1998-07-092-6/+4
| | | | | Add USE_GMAKE to get past a compile problem in kmid Remove patches, as were not required to cleanly compile
* Still marked BROKEN, but this gets me to the extract stage, and, removingscrappy1998-07-092-4/+12
| | | | | | all the patches, configured and compiling. Haven't removed the patches yet, until I see a clean compile...
* Still marked BROKEN, but at least you can retrieve the files now...will workscrappy1998-07-084-14/+16
| | | | on compiling it from my X machine later tonight...
* Allow environment variables to be passed to make's children (-e flag).dburr1998-07-061-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>
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.asami1998-06-271-2/+1
|
* Fix Luigi's recently committed submission:fenner1998-06-264-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
* These patches implement the following features in vic:jkh1998-06-242-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
* Import new port graphics/netshow, the Microsoft NetShow player.dburr1998-06-126-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.
* Upgrade fxtv to 0.47.dburr1998-06-076-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.
* Upgrade to 2.4.tg1998-05-252-4/+4
|
* Change JPEG shared library number to 9. This is to make sure that everyonejseger1998-05-042-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
* Mark this port broken, it's left behind in the beta-4.1 upgrade andasami1998-04-292-2/+6
| | | | no longer builds.
* Upgrade to 2.70.7.0.tg1998-04-283-88/+70
| | | | | PR: 6435 Submitted by: Donald Burr <dburr@POBoxes.com>
OpenPOWER on IntegriCloud