diff options
author | reed <reed@pkgsrc.org> | 2012-07-28 21:40:09 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2012-07-28 21:40:09 +0000 |
commit | adac5b6c8a37058c6e9267bd355813413b18fff8 (patch) | |
tree | 0166dd69c9005f14cce2ec9e92078846bae2f84e | |
parent | fd02cf8347409269002097d6bdd9cbdb64e4e0aa (diff) | |
download | pkgsrc-adac5b6c8a37058c6e9267bd355813413b18fff8.tar.gz |
improve description and clarify COMMENT
-rw-r--r-- | multimedia/libmpeg3/DESCR | 5 | ||||
-rw-r--r-- | multimedia/libmpeg3/Makefile | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/multimedia/libmpeg3/DESCR b/multimedia/libmpeg3/DESCR index ca31a820815..bad10de14cb 100644 --- a/multimedia/libmpeg3/DESCR +++ b/multimedia/libmpeg3/DESCR @@ -10,3 +10,8 @@ Libmpeg3 decodes MPEG-1 Video IFO files VOB files + +This package provides tools to concatenate video files, split +elementary streams into chunks of bytes, dump information or extract +audio to a 24 bit pcm file, and create a table of contents for a +DVD or mpeg stream. diff --git a/multimedia/libmpeg3/Makefile b/multimedia/libmpeg3/Makefile index 28dea7a35a0..052c5022ca0 100644 --- a/multimedia/libmpeg3/Makefile +++ b/multimedia/libmpeg3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/05/26 08:49:27 obache Exp $ +# $NetBSD: Makefile,v 1.17 2012/07/28 21:40:09 reed Exp $ # DISTNAME= libmpeg3-1.8-src @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://heroines.sourceforge.net/libmpeg3.php3 -COMMENT= MPEG decoding library +COMMENT= MPEG decoding library and tools PKG_DESTDIR_SUPPORT= user-destdir |