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/Makefile | |
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/Makefile')
-rw-r--r-- | graphics/exif/Makefile | 12 |
1 files changed, 7 insertions, 5 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 |