summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-10-30 00:47:37 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-10-30 00:47:37 +0000
commit909d39c34491082e6fda161af0feda8dec23e531 (patch)
treec50dae4daed84a1d457d080bc35d9a86b4e3d010
parentd296fbd9e51ca2df922fb785678864a58e79cc9a (diff)
downloadpkgsrc-909d39c34491082e6fda161af0feda8dec23e531.tar.gz
graphics/jpeg: install "jpegint.h" file, required by feh-1.2.7.
Bump PKGREVISION.
-rw-r--r--doc/CHANGES3
-rw-r--r--graphics/jpeg/Makefile5
-rw-r--r--graphics/jpeg/PLIST3
3 files changed, 7 insertions, 4 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index bc982f8b272..cc9542b98f2 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7607 2004/10/29 23:02:17 xtraeme Exp $
+$NetBSD: CHANGES,v 1.7608 2004/10/30 00:47:37 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -4971,3 +4971,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated entropy to 0.8.2.418nb2 [tv 2004-10-29]
Updated mklivecd to 0.7 [xtraeme 2004-10-29]
Added putty-0.56 [xtraeme 2004-10-29]
+ Updated jpeg to 6bnb3 [xtraeme 2004-10-30]
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile
index 9c51b84c569..4b35c055b11 100644
--- a/graphics/jpeg/Makefile
+++ b/graphics/jpeg/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2004/10/03 00:14:54 tv Exp $
+# $NetBSD: Makefile,v 1.31 2004/10/30 00:47:37 xtraeme Exp $
#
DISTNAME= jpegsrc.v6b
PKGNAME= jpeg-6b
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.fu-berlin.de/unix/graphics/jpeg/ \
ftp://ftp.uu.net/graphics/jpeg/
@@ -28,5 +28,6 @@ INSTALLATION_DIRS= bin lib include man/man1
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jpeg
${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/jpeg
+ ${INSTALL_DATA} ${WRKSRC}/jpegint.h ${PREFIX}/include
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/jpeg/PLIST b/graphics/jpeg/PLIST
index 048e0f761b6..481553bb4a5 100644
--- a/graphics/jpeg/PLIST
+++ b/graphics/jpeg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:34 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/10/30 00:47:37 xtraeme Exp $
bin/cjpeg
bin/djpeg
bin/jpegtran
@@ -8,6 +8,7 @@ include/jconfig.h
include/jerror.h
include/jmorecfg.h
include/jpeglib.h
+include/jpegint.h
lib/libjpeg.la
man/man1/cjpeg.1
man/man1/djpeg.1