pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/exif exif-0.6, extract exif info from digital...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b06bd612b5c
branches: trunk
changeset: 462373:9b06bd612b5c
user: itojun <itojun%pkgsrc.org@localhost>
date: Wed Oct 01 05:57:05 2003 +0000
description:
exif-0.6, extract exif info from digital camera file
diffstat:
graphics/exif/DESCR | 2 ++
graphics/exif/Makefile | 21 +++++++++++++++++++++
graphics/exif/PLIST | 6 ++++++
graphics/exif/distinfo | 5 +++++
graphics/exif/patches/patch-aa | 13 +++++++++++++
5 files changed, 47 insertions(+), 0 deletions(-)
diffs (67 lines):
diff -r 51465dcf285d -r 9b06bd612b5c graphics/exif/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/exif/DESCR Wed Oct 01 05:57:05 2003 +0000
@@ -0,0 +1,2 @@
+'exif' is a small command-line utility to show EXIF information hidden
+in JPEG files. I wrote it to demonstrate the power of libexif.
diff -r 51465dcf285d -r 9b06bd612b5c graphics/exif/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/exif/Makefile Wed Oct 01 05:57:05 2003 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/10/01 05:57:05 itojun Exp $
+#
+
+DISTNAME= exif-0.6
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/}
+
+MAINTAINER= packages%netbsd.org@localhost
+HOMEPAGE= http://libexif.sourceforge.net/
+COMMENT= Grab Exif information from digital camera images
+
+DEPENDS+= popt>=1.7:../../devel/popt
+
+HAS_CONFIGURE= YES
+
+CONFIGURE_ARGS+=--with-popt-prefix=${PREFIX} --prefix=${PREFIX}
+
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/popt/buildlink2.mk"
+.include "../../graphics/libexif/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 51465dcf285d -r 9b06bd612b5c graphics/exif/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/exif/PLIST Wed Oct 01 05:57:05 2003 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/10/01 05:57:05 itojun Exp $
+bin/exif
+man/man1/exif.1
+share/locale/de/LC_MESSAGES/exif.mo
+share/locale/es/LC_MESSAGES/exif.mo
+share/locale/fr/LC_MESSAGES/exif.mo
diff -r 51465dcf285d -r 9b06bd612b5c graphics/exif/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/exif/distinfo Wed Oct 01 05:57:05 2003 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/10/01 05:57:05 itojun Exp $
+
+SHA1 (exif-0.6.tar.gz) = bd5cc9d0b861597e65618dcab3ea72fdfe1be68f
+Size (exif-0.6.tar.gz) = 339385 bytes
+SHA1 (patch-aa) = fe7a707c66c196bab86cbeb4e2961f063b15cffd
diff -r 51465dcf285d -r 9b06bd612b5c graphics/exif/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/exif/patches/patch-aa Wed Oct 01 05:57:05 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/10/01 05:57:05 itojun Exp $
+
+--- configure- 2003-10-01 01:09:30.000000000 +0900
++++ configure 2003-10-01 01:09:54.000000000 +0900
+@@ -11299,7 +11299,7 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lpopt $LIBS"
++LIBS="-lpopt -lintl $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ #line $LINENO "configure"
+ #include "confdefs.h"
Home |
Main Index |
Thread Index |
Old Index