pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/mjpegtools Use INFO_FILES for registering t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70140f03d4a3
branches:  trunk
changeset: 488552:70140f03d4a3
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu Feb 03 23:04:40 2005 +0000

description:
Use INFO_FILES for registering the mjpeg-howto.info documentation files.
And remove from PLIST.
This fixes problem when INFO_DIR is using a custom directory such
as share/info.

Do not bump PKGREVISION, because couldn't package in first place when
this problem occurred.

This will cause a warning:
install-info: warning: no info dir entry in `/usr/pkg/share/info/mjpeg-howto.info'
TODO: so add a START-INFO-DIR-ENTRY/END-INFO-DIR-ENTRY pair dir entry.

diffstat:

 multimedia/mjpegtools/Makefile |  4 +++-
 multimedia/mjpegtools/PLIST    |  6 +-----
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r 0fca1fafafc7 -r 70140f03d4a3 multimedia/mjpegtools/Makefile
--- a/multimedia/mjpegtools/Makefile    Thu Feb 03 21:51:32 2005 +0000
+++ b/multimedia/mjpegtools/Makefile    Thu Feb 03 23:04:40 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/10/03 00:13:03 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/02/03 23:04:40 reed Exp $
 
 DISTNAME=      mjpegtools-1.6.2
 PKGREVISION=   2
@@ -25,6 +25,8 @@
 # XXX fix me
 CONFIGURE_ARGS+=       --without-avifile
 
+INFO_FILES=            mjpeg-howto.info
+
 .include "../../audio/lame/buildlink3.mk"
 .include "../../devel/SDL/buildlink3.mk"
 .include "../../graphics/ImageMagick/buildlink3.mk"
diff -r 0fca1fafafc7 -r 70140f03d4a3 multimedia/mjpegtools/PLIST
--- a/multimedia/mjpegtools/PLIST       Thu Feb 03 21:51:32 2005 +0000
+++ b/multimedia/mjpegtools/PLIST       Thu Feb 03 23:04:40 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/09/22 08:09:46 jlam Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/02/03 23:04:40 reed Exp $
 bin/jpeg2yuv
 bin/lav2avi.sh
 bin/lav2mpeg
@@ -83,10 +83,6 @@
 include/mjpegtools/mplex/vector.hpp
 include/mjpegtools/mplex/videostrm.hpp
 include/mjpegtools/yuv4mpeg.h
-info/mjpeg-howto.info
-info/mjpeg-howto.info-1
-info/mjpeg-howto.info-2
-info/mjpeg-howto.info-3
 lib/liblavfile.la
 lib/liblavjpeg.la
 lib/liblavplay.la



Home | Main Index | Thread Index | Old Index