summaryrefslogtreecommitdiff
path: root/multimedia/mpeg_encode (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak for ELF.Justin M. Seger1998-10-131-2/+2
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=13933
* Mark BROKEN for ELF:Justin M. Seger1998-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 Notes: svn path=/head/; revision=13878
* Make sure to remove everything we install.Steve Price1998-10-051-0/+1
| | | | Notes: svn path=/head/; revision=13653
* Use the MANx variables. This commit only covers ports thatTim Vanderhoek1998-08-232-2/+4
| | | | | | | | | | | | | | 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
* MASTER_SITES updated.Masafumi Max NAKANE1997-03-251-2/+2
| | | | | | | | Submitted by: Bill Fenner <fenner@parc.xerox.com> (Closing PR #2953.) Notes: svn path=/head/; revision=6004
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Just a little variable reordering. (WRKSRC goes after MAINTAINER.)Satoshi Asami1996-08-021-2/+3
| | | | Notes: svn path=/head/; revision=3493
* Remove empty line.Satoshi Asami1996-08-021-1/+0
| | | | Notes: svn path=/head/; revision=3492
* new port for UCB's MPEG-I encoder.Eric L. Hernes1996-08-016-0/+91
Notes: svn path=/head/; revision=3481