diff options
author | nia <nia@pkgsrc.org> | 2020-11-26 15:44:27 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-11-26 15:44:27 +0000 |
commit | 88c94ced7f447c9f4f9f8634ca6b93be9b691680 (patch) | |
tree | 25be4a5cbe1bc1470c4747659f434698ddc34fe1 /graphics/exif | |
parent | 8dd8f2891ad463fcbae910bcca240717036b9073 (diff) | |
download | pkgsrc-88c94ced7f447c9f4f9f8634ca6b93be9b691680.tar.gz |
exif: Update to 0.6.22
exif-0.6.22 (2020-05-19):
* New translations: ast, fur, ko, ms, pt_BR, ru, tr
* Updated translations: many!
* Fix a number of compiler and automake warnings
* Fix the --remove option when no tag is specified.
* Escape special XML characters in xml mode.
* Add many continuous integration builds
* Add more regression tests
* Fixup IFD 1 tags when adding or removing a thumbnail.
* Fix the XML tags used in --ids format.
* Fix a memory leak when no arguments are given.
* Enable AM_SILENT_RULES by default.
* Make sure the tag buffer in show_entry_xml is NUL-terminated.
* Eliminated unnecessary remove() calls in jpeg_data_save_file.
* Close files before logging the error.
* Install a SIGPIPE handler to stop generating a signal on pipe failures.
* Fix cross-compilation with pkg-config
* Use GP_CHECK_LIBRARY to look for popt.
* Include strings to translate from libjpeg/jpeg-data.c
* Fixed a double free by initializing data variable to NULL
* Check that JPEGs start with 0xff
Diffstat (limited to 'graphics/exif')
-rw-r--r-- | graphics/exif/Makefile | 12 | ||||
-rw-r--r-- | graphics/exif/PLIST | 13 | ||||
-rw-r--r-- | graphics/exif/distinfo | 10 |
3 files changed, 24 insertions, 11 deletions
diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile index 6f9879e2c36..b61a3dd8a4a 100644 --- a/graphics/exif/Makefile +++ b/graphics/exif/Makefile @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.28 2020/03/20 11:57:47 nia Exp $ +# $NetBSD: Makefile,v 1.29 2020/11/26 15:44:27 nia Exp $ -DISTNAME= exif-0.6.21 +DISTNAME= exif-0.6.22 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/} -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= ${MASTER_SITE_GITHUB:=libexif/} +GITHUB_RELEASE= exif-${PKGVERSION_NOREV:S/./_/g}-release +EXTRACT_SUFX= .tar.xz MAINTAINER= adam@NetBSD.org -HOMEPAGE= http://libexif.sourceforge.net/ +HOMEPAGE= https://libexif.github.io/ COMMENT= Grab Exif information from digital camera images LICENSE= gnu-lgpl-v2.1 USE_TOOLS+= pkg-config +USE_TOOLS+= msgfmt msgmerge xgettext USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/graphics/exif/PLIST b/graphics/exif/PLIST index 9eab8ae03e5..d732f2f2f4e 100644 --- a/graphics/exif/PLIST +++ b/graphics/exif/PLIST @@ -1,23 +1,34 @@ -@comment $NetBSD: PLIST,v 1.8 2012/07/13 16:43:34 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2020/11/26 15:44:27 nia Exp $ bin/exif man/man1/exif.1 +share/locale/ast/LC_MESSAGES/exif.mo share/locale/cs/LC_MESSAGES/exif.mo share/locale/da/LC_MESSAGES/exif.mo share/locale/de/LC_MESSAGES/exif.mo +share/locale/eo/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/fur/LC_MESSAGES/exif.mo share/locale/gl/LC_MESSAGES/exif.mo share/locale/hr/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/ja/LC_MESSAGES/exif.mo +share/locale/ko/LC_MESSAGES/exif.mo share/locale/lv/LC_MESSAGES/exif.mo +share/locale/ms/LC_MESSAGES/exif.mo share/locale/nl/LC_MESSAGES/exif.mo share/locale/pl/LC_MESSAGES/exif.mo +share/locale/pt/LC_MESSAGES/exif.mo +share/locale/pt_BR/LC_MESSAGES/exif.mo share/locale/ro/LC_MESSAGES/exif.mo +share/locale/ru/LC_MESSAGES/exif.mo share/locale/sk/LC_MESSAGES/exif.mo share/locale/sr/LC_MESSAGES/exif.mo share/locale/sv/LC_MESSAGES/exif.mo +share/locale/tr/LC_MESSAGES/exif.mo +share/locale/uk/LC_MESSAGES/exif.mo share/locale/vi/LC_MESSAGES/exif.mo share/locale/zh_CN/LC_MESSAGES/exif.mo diff --git a/graphics/exif/distinfo b/graphics/exif/distinfo index 887a80a1696..2f74bf71ce8 100644 --- a/graphics/exif/distinfo +++ b/graphics/exif/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/11/03 21:33:56 agc Exp $ +$NetBSD: distinfo,v 1.10 2020/11/26 15:44:27 nia Exp $ -SHA1 (exif-0.6.21.tar.bz2) = 74652e3d04d0faf9ab856949d7463988f0394db8 -RMD160 (exif-0.6.21.tar.bz2) = cede7716029fd17a26323bc9587d27b51e11e803 -SHA512 (exif-0.6.21.tar.bz2) = 73b5b7df08462a6a084a8fb973c39197f5d64ed753a97cb2f94a4acf815fdf0313214c2c8e44a46a24a1f6304fdaa68a579b4a2e246cc095f6e9588e93368cdc -Size (exif-0.6.21.tar.bz2) = 387531 bytes +SHA1 (exif-0.6.22.tar.xz) = bf1a62b57d4cf1697ccae67f10ecfdc8912f2e69 +RMD160 (exif-0.6.22.tar.xz) = 191c1b18ea58af8ecb5f0d9d2bdb08401c8bbb55 +SHA512 (exif-0.6.22.tar.xz) = f1e2c56b9e72a606c90d53733c1f2b310f7be16a3929595bbf9d5d10a128ef3f6582f547554fc106f449e94d626a137a0a5e4c99391c9253d677abd5ae7fc333 +Size (exif-0.6.22.tar.xz) = 369152 bytes |