diff options
author | wiz <wiz> | 2003-06-23 11:49:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-06-23 11:49:42 +0000 |
commit | fde550638633bbecf7154f36c0df7b64950ba44a (patch) | |
tree | 8f8f99fee79b8254e9a178f130f0ffb766561cc2 /graphics/transcode | |
parent | d0266775206c180e0e641e4b93e841143be95a42 (diff) | |
download | pkgsrc-fde550638633bbecf7154f36c0df7b64950ba44a.tar.gz |
Improve description.
Diffstat (limited to 'graphics/transcode')
-rw-r--r-- | graphics/transcode/DESCR | 2 | ||||
-rw-r--r-- | graphics/transcode/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/transcode/DESCR b/graphics/transcode/DESCR index 0cb3ed1f4d8..46833d2b385 100644 --- a/graphics/transcode/DESCR +++ b/graphics/transcode/DESCR @@ -1,4 +1,4 @@ -transcode is a text console video-stream processing tool. +transcode is a command line video-stream processing tool. It supports elementary video and audio frame transformations. Some example modules are included to enable import of MPEG-1/2, Digital Video, and other formats. It also includes export diff --git a/graphics/transcode/Makefile b/graphics/transcode/Makefile index eb93502927f..52d9e97be83 100644 --- a/graphics/transcode/Makefile +++ b/graphics/transcode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/06/23 11:17:38 mrg Exp $ +# $NetBSD: Makefile,v 1.3 2003/06/23 11:49:42 wiz Exp $ DISTNAME= transcode-0.6.6 CATEGORIES= graphics @@ -6,7 +6,7 @@ MASTER_SITES= http://freshmeat.net/redir/transcode/15968/url_tgz/ MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://freshmeat.net/projects/transcode/ -COMMENT= transcode is a text console video-stream processing tool +COMMENT= command line video-stream processing tool BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm |