pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/exempi Updated devel/exempi 2.2.2 to 2.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/11443da067f8
branches: trunk
changeset: 350994:11443da067f8
user: mef <mef%pkgsrc.org@localhost>
date: Thu Aug 11 00:35:40 2016 +0000
description:
Updated devel/exempi 2.2.2 to 2.3.0
-----------------------------------
2.3.0
- New: API xmp_datetime_compare().
- New: API xmp_string_len() to get the length of the XmpString.
- Bug #94065:
- New: API xmp_files_can_put_xmp_xmpstring() and xmp_files_can_put_xmp_cstr()
variants.
- New: API xmp_files_put_xmp_xmpstring() and xmp_files_put_xmp_cstr()
variants.
- New: API xmp_files_get_xmp_xmpstring() variant.
- Test: check the status of the PDF handler.
- Bug #90380: Fix potential crash with corrupt TIFF file.
- Bug #14612: Better Solaris compilation fix.
- Fix header to pass -Wstrict-prototypes
diffstat:
devel/exempi/Makefile | 4 ++--
devel/exempi/distinfo | 11 +++++------
devel/exempi/patches/patch-exempi_xmp.h | 15 ---------------
3 files changed, 7 insertions(+), 23 deletions(-)
diffs (47 lines):
diff -r bb35f52d84f4 -r 11443da067f8 devel/exempi/Makefile
--- a/devel/exempi/Makefile Thu Aug 11 00:26:29 2016 +0000
+++ b/devel/exempi/Makefile Thu Aug 11 00:35:40 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2015/09/27 19:03:58 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2016/08/11 00:35:40 mef Exp $
-DISTNAME= exempi-2.2.2
+DISTNAME= exempi-2.3.0
CATEGORIES= devel graphics
MASTER_SITES= http://libopenraw.freedesktop.org/download/
EXTRACT_SUFX= .tar.bz2
diff -r bb35f52d84f4 -r 11443da067f8 devel/exempi/distinfo
--- a/devel/exempi/distinfo Thu Aug 11 00:26:29 2016 +0000
+++ b/devel/exempi/distinfo Thu Aug 11 00:35:40 2016 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/11/03 03:27:25 agc Exp $
+$NetBSD: distinfo,v 1.10 2016/08/11 00:35:40 mef Exp $
-SHA1 (exempi-2.2.2.tar.bz2) = c0a0014e18f05aa7fac210c84788ef073718a9d8
-RMD160 (exempi-2.2.2.tar.bz2) = ab98cbb077ca2bc5e9a08c152e711e9629dd11fc
-SHA512 (exempi-2.2.2.tar.bz2) = 22a5ad8c3156d82f35a5b810e2d130d7c887b0f8c42142edee248254d27f5b065cc86ccbc461d5628cc0ad5b632e6ddde297cefbd468add33aecadcebf40baa3
-Size (exempi-2.2.2.tar.bz2) = 3380662 bytes
-SHA1 (patch-exempi_xmp.h) = 58fb490a44262aabb311bbfd5a6a363d146a6900
+SHA1 (exempi-2.3.0.tar.bz2) = 2f928155d410f36a542b6aeaa6e8aebe1d6eb39d
+RMD160 (exempi-2.3.0.tar.bz2) = eb5956c704ffb333e4d031735e5a29c1fffe5b39
+SHA512 (exempi-2.3.0.tar.bz2) = b72d40237c3bf12270836daa8d5673c5b1d6aba8fe37f96d762618d81985ddd7315308265433c6e5fb965bb7ce53a9ac0bfdd923d09a02c95ab6e1adbd5dde6b
+Size (exempi-2.3.0.tar.bz2) = 3415257 bytes
diff -r bb35f52d84f4 -r 11443da067f8 devel/exempi/patches/patch-exempi_xmp.h
--- a/devel/exempi/patches/patch-exempi_xmp.h Thu Aug 11 00:26:29 2016 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-exempi_xmp.h,v 1.1 2015/07/09 13:53:51 richard Exp $
-
-should no longer be necessary on modern Solaris, but just in case.
-
---- exempi/xmp.h.orig 2014-08-31 22:03:10.000000000 +0000
-+++ exempi/xmp.h
-@@ -41,7 +41,7 @@
-
- #include <stdlib.h>
- /* stdbool choke on Sun (bug #14612) */
--#if !defined(__sun)
-+#if ! (defined(__sun) && defined(__cplusplus))
- #include <stdbool.h>
- #endif
- #include <stdint.h>
Home |
Main Index |
Thread Index |
Old Index