aboutsummaryrefslogtreecommitdiff
path: root/graphics/transcode
Commit message (Collapse)AuthorAgeFilesLines
* - Add a patch to make transcode compile on -CURRENT.Ying-Chieh Liao2002-05-263-62/+34
| | | | | | | | | | | | | | | | | | - Add a Makefile-hack to make transcode's configure-script recognize liba52 when liba52 was compiled with djbfft. conceived by: lioux - Cater for updated libfame (Makefile & pkg-plist changes). - Remove unnecessary .la-files after installation (and from pkg-plist). suggested by: Alexander Leidinger - Add a few missing entries to pkg-plist. - Bump portrevision. PR: 38506 Submitted by: Michael Nottebrock <lofi@lofi.dyndns.org> Approved by: maintainer Notes: svn path=/head/; revision=60031
* Kill extra blank line.Maxim Sobolev2002-05-221-1/+0
| | | | Notes: svn path=/head/; revision=59682
* Update to 0.6.0.5David W. Chapman Jr.2002-05-213-7/+21
| | | | | | | | PR: 38362 Submitted by: maintainer Notes: svn path=/head/; revision=59636
* o Update to 0.6.0 pre4Mario Sergio Fujikawa Ferreira2002-04-1812-244/+325
| | | | | | | | | | | | | | | o Remove patches either already applied in distribution or turned into perl regexp(s) o Update both COMMENT and DESCR o Add several WITH_* options PR: 37138 Submitted by: MAINTAINER, Michael Nottebrock <michaelnottebrock@gmx.net> Approved by: MAINTAINER Notes: svn path=/head/; revision=57838
* make export_mpeg.so optional.Dirk Meyer2002-04-031-2/+2
| | | | Notes: svn path=/head/; revision=57281
* Fixed:Dirk Meyer2002-04-032-6/+17
| | | | | | | | | | | | transcode's configure doesn't find libdv because it fails to link in -ldl. Enclosed is a new patch-ag. Also, the port's Makefile has a couple of typos PR: 36703 Submitted by: mreimer@vpop.net Notes: svn path=/head/; revision=57273
* - make portlint happier.Dirk Meyer2002-03-304-9/+17
| | | | | | | | | - add handling for optional files. PR: 32986 Notes: svn path=/head/; revision=56947
* transcode is a console based utility for video conversion. It supportsDirk Meyer2002-03-3012-0/+318
VOB source files, AC3 sound and divx output (and many more). sharfile disfunctional, each file should end with newline. mailclient seems to eat tabs away. PR: 32986 Submitted by: hendrik@scholz.net Notes: svn path=/head/; revision=56943