diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-09-22 17:48:26 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-09-22 17:48:26 +0000 |
commit | 0a65a0a48b3ca5de091f9b736c0f1dc81259640a (patch) | |
tree | 792ff9e64e998c3a103ae784e922ab186bcd053a /graphics | |
parent | 08eda2ae5b2f36c147b1413820c961b23a9c687b (diff) | |
download | pkgsrc-0a65a0a48b3ca5de091f9b736c0f1dc81259640a.tar.gz |
* Note in the manpage that there's a problem in the jpeg handling code
* Install the manpage
* Bump version to mpeg_encode-1.5bnb1
Fixes PR 14043
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mpeg_encode/Makefile | 5 | ||||
-rw-r--r-- | graphics/mpeg_encode/distinfo | 3 | ||||
-rw-r--r-- | graphics/mpeg_encode/patches/patch-ad | 13 | ||||
-rw-r--r-- | graphics/mpeg_encode/pkg/PLIST | 3 |
4 files changed, 20 insertions, 4 deletions
diff --git a/graphics/mpeg_encode/Makefile b/graphics/mpeg_encode/Makefile index 6c4fba3b92f..d071dfcb69d 100644 --- a/graphics/mpeg_encode/Makefile +++ b/graphics/mpeg_encode/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 23:06:03 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2001/09/22 17:48:26 hubertf Exp $ # DISTNAME= mpeg_encode-1.5b-src -PKGNAME= ${DISTNAME:S/-src//} +PKGNAME= ${DISTNAME:S/-src//}nb1 CATEGORIES= graphics net MASTER_SITES= ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg/encode/ @@ -31,5 +31,6 @@ do-install: cd ${WRKSRC}/examples ; for i in * ; do \ ${INSTALL_DATA} $$i ${LOCALBASE}/share/examples/mpeg_encode; \ done + ${INSTALL_MAN} ${WRKSRC}/docs/mpeg_encode.1 ${LOCALBASE}/man/man1 .include "../../mk/bsd.pkg.mk" diff --git a/graphics/mpeg_encode/distinfo b/graphics/mpeg_encode/distinfo index 63c13b01b7e..cd48d6ccf90 100644 --- a/graphics/mpeg_encode/distinfo +++ b/graphics/mpeg_encode/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/05/14 23:06:03 hubertf Exp $ +$NetBSD: distinfo,v 1.2 2001/09/22 17:48:27 hubertf Exp $ SHA1 (mpeg_encode-1.5b-src.tar.gz) = 853cd175f73b8064ce28deb256e4b81159a684ed Size (mpeg_encode-1.5b-src.tar.gz) = 2028724 bytes SHA1 (patch-aa) = 1d233d6c578217d05f31f8a0264f9101b307f5ae SHA1 (patch-ab) = f2cdf02d49b726b4fb7fb210074e7ba53b9b380b SHA1 (patch-ac) = 8f89257bd93584cd028b659bb8c3379d713339da +SHA1 (patch-ad) = 670a244680d09cb9f558a8777ec8f189145342f8 diff --git a/graphics/mpeg_encode/patches/patch-ad b/graphics/mpeg_encode/patches/patch-ad new file mode 100644 index 00000000000..001db7dc589 --- /dev/null +++ b/graphics/mpeg_encode/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2001/09/22 17:48:27 hubertf Exp $ + +--- docs/mpeg_encode.1.orig Thu Mar 30 00:15:09 1995 ++++ docs/mpeg_encode.1 +@@ -368,6 +368,8 @@ + This is version 1.5 it contins new features and bug fixes from version 1.3. + .SH BUGS + No known bugs, but if you find any, report them to mpeg-bugs@plateau.cs.berkeley.edu. ++If you experience problems in the jpeg code, it is advisable to use another ++input format. This problem is documented in NetBSD PR pkg/14043. + .HP + .SH AUTHORS + .HP diff --git a/graphics/mpeg_encode/pkg/PLIST b/graphics/mpeg_encode/pkg/PLIST index 4698ae40c3c..426aed431a6 100644 --- a/graphics/mpeg_encode/pkg/PLIST +++ b/graphics/mpeg_encode/pkg/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 23:06:03 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/09/22 17:48:28 hubertf Exp $ bin/eyuvtojpeg bin/jmovie2jpeg bin/mpeg_demux bin/mpeg_encode +man/man1/mpeg_encode.1 share/doc/mpeg_encode/EXTENSIONS share/doc/mpeg_encode/INPUT.FORMAT share/doc/mpeg_encode/mpeg_encode.1 |