Changes 0.6.20:
* New translations: bs, tr * Updated translations: be, cs, da, de, en_GB, en_CA, it, ja, nl, pl, pt_BR, pt, ru, sk, sq, sr, sv, vi, zh_CN * Fixed some problems in the write-exif.c example program * Stop listing -lm as a required library for dynamic linking in libexif.pc * Turned on the --enable-silent-rules configure option * Changed a lot of strings to make the case of the text more consistent * exif_entry_dump() now displays the correct tag name for GPS tags * Fixed some invalid format specifiers that caused problems on some platforms * Display rational numbers with the right number of significant figures
This commit is contained in:
parent
0d4bc39b32
commit
667dc7eb80
3 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.38 2010/01/30 16:28:01 heinz Exp $
|
||||
# $NetBSD: Makefile,v 1.39 2010/12/16 14:56:54 adam Exp $
|
||||
|
||||
DISTNAME= libexif-0.6.19
|
||||
DISTNAME= libexif-0.6.20
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.19 2009/11/13 12:58:18 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.20 2010/12/16 14:56:54 adam Exp $
|
||||
include/libexif/_stdint.h
|
||||
include/libexif/exif-byte-order.h
|
||||
include/libexif/exif-content.h
|
||||
|
@ -22,6 +22,7 @@ share/doc/libexif/ChangeLog
|
|||
share/doc/libexif/NEWS
|
||||
share/doc/libexif/README
|
||||
share/locale/be/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/bs/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/cs/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/da/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/de/LC_MESSAGES/libexif-12.mo
|
||||
|
@ -40,5 +41,6 @@ share/locale/sk/LC_MESSAGES/libexif-12.mo
|
|||
share/locale/sq/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/sr/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/sv/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/tr/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/vi/LC_MESSAGES/libexif-12.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libexif-12.mo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.26 2009/11/13 12:58:18 adam Exp $
|
||||
$NetBSD: distinfo,v 1.27 2010/12/16 14:56:54 adam Exp $
|
||||
|
||||
SHA1 (libexif-0.6.19.tar.bz2) = 820f07ff12a8cc720a6597d46277f01498c8aba4
|
||||
RMD160 (libexif-0.6.19.tar.bz2) = c17549ffbcef7d416c17a60cbd6877317e0c5442
|
||||
Size (libexif-0.6.19.tar.bz2) = 1142963 bytes
|
||||
SHA1 (libexif-0.6.20.tar.bz2) = d7cce9098169269695852db20d24350c2d3c10fe
|
||||
RMD160 (libexif-0.6.20.tar.bz2) = 87d952677a02a788211b1f2e02f49d2264c22b5c
|
||||
Size (libexif-0.6.20.tar.bz2) = 1412921 bytes
|
||||
SHA1 (patch-aa) = 5a32622fac1860ecaac9e3ed9b5cea9bf1640027
|
||||
|
|
Loading…
Reference in a new issue