From 23a576942782247c65cd06fc3ae3228278f281dc Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Fri, 29 Jul 2022 12:57:12 +0300 Subject: textproc/exempi: update to 2.6.2. release (+) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Here are the changes: * Update XMPCore to Adobe XMP SDK v2022.06 * Build system fixes that don’t matter. * Fix a typo in an ID3 genre string * Build XMP_SDK with some fatal warnings: -Werror=missing-field-initializers -Werror=misleading-indentation -Werror=class-memaccess * Remove (deprecated) boost_test_minimal * CI: require “bionic” on Travis CI. * Remove old .sym file (Daniel Kolesa) * Added --enable-samples (default = yes) (Fabrice Fontaine) --- .../exempi/files/patch-samples_source_Makefile.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 textproc/exempi/files/patch-samples_source_Makefile.in (limited to 'textproc/exempi/files/patch-samples_source_Makefile.in') diff --git a/textproc/exempi/files/patch-samples_source_Makefile.in b/textproc/exempi/files/patch-samples_source_Makefile.in new file mode 100644 index 000000000000..9afce776b44c --- /dev/null +++ b/textproc/exempi/files/patch-samples_source_Makefile.in @@ -0,0 +1,19 @@ +--- samples/source/Makefile.in.orig 2022-07-29 09:33:18 UTC ++++ samples/source/Makefile.in +@@ -129,7 +129,6 @@ noinst_PROGRAMS = xmpcoverage$(EXEEXT) xmpfilescoverag + dumpxmp$(EXEEXT) dumpmainxmp$(EXEEXT) customschema$(EXEEXT) \ + modifyingxmp$(EXEEXT) readingxmp$(EXEEXT) \ + xmpcommandtool$(EXEEXT) +-@UNIX_ENV_TRUE@am__append_1 = -lrt + subdir = samples/source + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ +@@ -438,7 +437,7 @@ XMPLIBS = $(top_builddir)/XMPCore/source/libXMPCore.la + XMPLIBS = $(top_builddir)/XMPCore/source/libXMPCore.la \ + $(top_builddir)/XMPFiles/source/libXMPFiles.la \ + $(top_builddir)/source/libxmpcommon.la -lexpat -lz \ +- $(top_builddir)/third-party/zuid/interfaces/libmd5.la -ldl \ ++ $(top_builddir)/third-party/zuid/interfaces/libmd5.la \ + $(am__append_1) + noinst_LTLIBRARIES = libsamplescommon.la + libsamplescommon_la_SOURCES = common/DumpFile.cpp common/DumpFile.h \ -- cgit v1.2.3