pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/exempi



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Aug 11 00:35:40 UTC 2016

Modified Files:
        pkgsrc/devel/exempi: Makefile distinfo
Removed Files:
        pkgsrc/devel/exempi/patches: patch-exempi_xmp.h

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/exempi/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/exempi/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/exempi/patches/patch-exempi_xmp.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/exempi/Makefile
diff -u pkgsrc/devel/exempi/Makefile:1.22 pkgsrc/devel/exempi/Makefile:1.23
--- pkgsrc/devel/exempi/Makefile:1.22   Sun Sep 27 19:03:58 2015
+++ pkgsrc/devel/exempi/Makefile        Thu Aug 11 00:35:40 2016
@@ -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

Index: pkgsrc/devel/exempi/distinfo
diff -u pkgsrc/devel/exempi/distinfo:1.9 pkgsrc/devel/exempi/distinfo:1.10
--- pkgsrc/devel/exempi/distinfo:1.9    Tue Nov  3 03:27:25 2015
+++ pkgsrc/devel/exempi/distinfo        Thu Aug 11 00:35:40 2016
@@ -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



Home | Main Index | Thread Index | Old Index