Changes 0.6.20:
* New translation: ro * Updated translations: it, lv, sk * --no-fixup now honoured during --create-exif to not create default tags * Fixed crash when not enough components were given to --set-value * Made --set-value more forgiving of whitespace * Allow --set-value on UNDEFINED tags (treating them as byte arrays) * Honour --machine-readable with --show-mnote and --show-description * Turned on the --enable-silent-rules configure option * Adding or removing a thumbnail can be done simultaneously with other options * Allow --create-exif to be used in place of an input file
This commit is contained in:
parent
667dc7eb80
commit
bf30d33962
3 changed files with 12 additions and 11 deletions
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.21 2009/11/15 21:23:57 drochner Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.22 2010/12/16 15:00:33 adam Exp $
|
||||
|
||||
DISTNAME= exif-0.6.19
|
||||
DISTNAME= exif-0.6.20
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
MAINTAINER= adam@NetBSD.org
|
||||
HOMEPAGE= http://libexif.sourceforge.net/
|
||||
COMMENT= Grab Exif information from digital camera images
|
||||
|
||||
|
@ -13,9 +13,9 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_TOOLS+= pkg-config
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
LIBS+= ${BUILDLINK_LDADD.iconv}
|
||||
|
||||
|
@ -23,5 +23,4 @@ LIBS+= ${BUILDLINK_LDADD.iconv}
|
|||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../devel/popt/buildlink3.mk"
|
||||
.include "../../graphics/libexif/buildlink3.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2009/11/15 21:23:57 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2010/12/16 15:00:33 adam Exp $
|
||||
bin/exif
|
||||
man/man1/exif.1
|
||||
share/locale/da/LC_MESSAGES/exif.mo
|
||||
|
@ -6,12 +6,14 @@ share/locale/de/LC_MESSAGES/exif.mo
|
|||
share/locale/es/LC_MESSAGES/exif.mo
|
||||
share/locale/fi/LC_MESSAGES/exif.mo
|
||||
share/locale/fr/LC_MESSAGES/exif.mo
|
||||
share/locale/gl/LC_MESSAGES/exif.mo
|
||||
share/locale/id/LC_MESSAGES/exif.mo
|
||||
share/locale/is/LC_MESSAGES/exif.mo
|
||||
share/locale/it/LC_MESSAGES/exif.mo
|
||||
share/locale/lv/LC_MESSAGES/exif.mo
|
||||
share/locale/nl/LC_MESSAGES/exif.mo
|
||||
share/locale/pl/LC_MESSAGES/exif.mo
|
||||
share/locale/ro/LC_MESSAGES/exif.mo
|
||||
share/locale/sk/LC_MESSAGES/exif.mo
|
||||
share/locale/sv/LC_MESSAGES/exif.mo
|
||||
share/locale/vi/LC_MESSAGES/exif.mo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2009/11/15 21:23:57 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.7 2010/12/16 15:00:33 adam Exp $
|
||||
|
||||
SHA1 (exif-0.6.19.tar.gz) = 3cbde4bf858053fc42668d681ccfb618ae1eaac1
|
||||
RMD160 (exif-0.6.19.tar.gz) = 74c4653ad463b49730354e594c8f375b5bcfb31a
|
||||
Size (exif-0.6.19.tar.gz) = 439207 bytes
|
||||
SHA1 (exif-0.6.20.tar.bz2) = b12777ad6327389764570e42afdae66384421cd3
|
||||
RMD160 (exif-0.6.20.tar.bz2) = 820d3c1a15c1f84e7ab33aa8e00e8877bfbb7256
|
||||
Size (exif-0.6.20.tar.bz2) = 353284 bytes
|
||||
|
|
Loading…
Reference in a new issue