update to exempi-2.6.2

This commit is contained in:
sthen 2022-06-26 08:58:16 +00:00
parent 859d872f70
commit 6fa393c89f
6 changed files with 14 additions and 14 deletions

View File

@ -1,10 +1,9 @@
COMMENT = implementation of XMP
DISTNAME = exempi-2.6.1
REVISION = 0
DISTNAME = exempi-2.6.2
CATEGORIES = textproc
SHARED_LIBS += exempi 2.0 # 9.1
SHARED_LIBS += exempi 2.1 # 9.2
HOMEPAGE = http://libopenraw.freedesktop.org/wiki/Exempi

View File

@ -1,2 +1,2 @@
SHA256 (exempi-2.6.1.tar.gz) = 7FUhnPaM0ySwGlFxTQhEzYQpRE6ZwbM90PXufFu5B54=
SIZE (exempi-2.6.1.tar.gz) = 3981517
SHA256 (exempi-2.6.2.tar.gz) = WjiwKPiJhJGtwuG/MTm8rj8P+cS3oaH7zvG+IpcZunQ=
SIZE (exempi-2.6.2.tar.gz) = 3985391

View File

@ -6,15 +6,15 @@ Index: exempi/Makefile.in
host_triplet = @host@
bin_PROGRAMS = exempi$(EXEEXT)
-@UNIX_ENV_TRUE@am__append_1 = -lrt
@HAVE_SYMBOLS_FILE_TRUE@am__append_2 = -Wl,--retain-symbols-file=$(srcdir)/libexempi.sym
@WITH_UNIT_TEST_TRUE@check_PROGRAMS = testexempicore$(EXEEXT) \
@WITH_UNIT_TEST_TRUE@ testserialise$(EXEEXT) \
@@ -802,7 +801,7 @@ libexempi_la_LIBADD = $(top_builddir)/source/libxmpcom
@WITH_UNIT_TEST_TRUE@ testwritenewprop$(EXEEXT) \
@@ -801,7 +800,7 @@ libexempi_la_LIBADD = $(top_builddir)/source/libxmpcom
$(top_builddir)/XMPCore/source/libXMPCore.la \
$(top_builddir)/XMPFiles/source/libXMPFiles.la \
$(top_builddir)/third-party/zuid/interfaces/libmd5.la -lexpat \
- -lz -ldl $(am__append_1)
+ -lz $(am__append_1)
libexempi_la_LDFLAGS = -version-info @EXEMPI_VERSION_INFO@ \
$(am__append_2)
libexempi_la_LDFLAGS = -version-info @EXEMPI_VERSION_INFO@
dist_man1_MANS = exempi.1

View File

@ -9,7 +9,7 @@ Index: samples/source/Makefile.in
subdir = samples/source
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
@@ -439,7 +438,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/public/include -I$(top_s
@@ -438,7 +437,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/public/include -I$(top_s
XMPLIBS = $(top_builddir)/XMPCore/source/libXMPCore.la \
$(top_builddir)/XMPFiles/source/libXMPFiles.la \
$(top_builddir)/source/libxmpcommon.la -lexpat -lz \

View File

@ -1,7 +1,7 @@
Index: samples/source/common/DumpFile.cpp
--- samples/source/common/DumpFile.cpp.orig
+++ samples/source/common/DumpFile.cpp
@@ -2471,7 +2471,7 @@ DumpISOBoxes(LFA_FileRef file, XMP_Uns32 maxBoxLen, st
@@ -2476,7 +2476,7 @@ DumpISOBoxes(LFA_FileRef file, XMP_Uns32 maxBoxLen, st
DumpTIFF(tiffContent, tiffLength, offset, "HEIF Exif", "HEIF:Exif");
LFA_Seek(file, keep, SEEK_SET, &ok);
assertMsg("seek failed", ok);
@ -10,7 +10,7 @@ Index: samples/source/common/DumpFile.cpp
}
}
//Get the data for xmp - using value from mime_item_id
@@ -2489,7 +2489,7 @@ DumpISOBoxes(LFA_FileRef file, XMP_Uns32 maxBoxLen, st
@@ -2494,7 +2494,7 @@ DumpISOBoxes(LFA_FileRef file, XMP_Uns32 maxBoxLen, st
DumpXMP(xmpContent, xmpLength, offset, "XMP");
LFA_Seek(file, keep, SEEK_SET, &ok);
assertMsg("seek failed", ok);
@ -19,7 +19,7 @@ Index: samples/source/common/DumpFile.cpp
}
}
break;
@@ -2641,7 +2641,7 @@ DumpISOBoxes(LFA_FileRef file, XMP_Uns32 maxBoxLen, st
@@ -2646,7 +2646,7 @@ DumpISOBoxes(LFA_FileRef file, XMP_Uns32 maxBoxLen, st
DumpTIFF(tiffContent, tiffLength, offset, "HEIF Exif", "HEIF:Exif");
LFA_Seek(file, keep, SEEK_SET, &ok);
assertMsg("seek failed", ok);
@ -28,7 +28,7 @@ Index: samples/source/common/DumpFile.cpp
}
}
//Get the data for xmp - using value from mime_item_id
@@ -2659,7 +2659,7 @@ DumpISOBoxes(LFA_FileRef file, XMP_Uns32 maxBoxLen, st
@@ -2664,7 +2664,7 @@ DumpISOBoxes(LFA_FileRef file, XMP_Uns32 maxBoxLen, st
DumpXMP(xmpContent, xmpLength, offset, "XMP");
LFA_Seek(file, keep, SEEK_SET, &ok);
assertMsg("seek failed", ok);

View File

@ -1 +1,2 @@
Exempi is an implementation of XMP and is based on Adobe XMP SDK.
It provides a library and a command-line tool to manipulate XMP metadata.