summaryrefslogtreecommitdiff
path: root/devel/exempi/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2010-11-16update to 2.1.1drochner1-2/+3
changes: -bugfixes -Upgrade XMPCore to Adobe XMP 4.4.2 -API additions
2010-01-30Added LICENSE information.heinz1-1/+2
2009-01-08Make sure that the libraries are linked with libiconv if necessary, to avoiddsainty1-1/+3
the build failing like so (on Linux systems): g++ -fexceptions -funsigned-char -fPIC -Wno-multichar -Wno-implicit -Wno-ctor-dtor-privacy -O2 -I/tmp/pkgsrc1/devel/exempi/work/.buildlink/include -Wl,-R/usr/pkgroot1/lib -o xmpfilescoverage XMPFilesCoverage.o -L/tmp/pkgsrc1/devel/exempi/work/.buildlink/lib ../../source/XMPCore/.libs/libXMPCore.a ../../source/XMPFiles/.libs/libXMPFiles.a ../../source/common/.libs/libxmpcommon.a /tmp/pkgsrc1/devel/exempi/work/.buildlink/lib/libexpat.so ../../third-party/MD5/.libs/libmd5.a -Wl,--rpath -Wl,/tmp/pkgsrc1/devel/exempi/work/.buildlink/lib -Wl,--rpath -Wl,/tmp/pkgsrc1/devel/exempi/work/.buildlink/lib ../../source/XMPFiles/.libs/libXMPFiles.a(Reconcile_Impl.o): In function `ReconcileUtils::Latin1ToUTF8(void const*, unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*)': Reconcile_Impl.cpp:(.text+0x1a1): undefined reference to `libiconv_open' Reconcile_Impl.cpp:(.text+0x1f0): undefined reference to `libiconv' Reconcile_Impl.cpp:(.text+0x1fb): undefined reference to `libiconv_close' ../../source/XMPFiles/.libs/libXMPFiles.a(Reconcile_Impl.o): In function `ReconcileUtils::UTF8ToLatin1(void const*, unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*)': Reconcile_Impl.cpp:(.text+0x341): undefined reference to `libiconv_open' Reconcile_Impl.cpp:(.text+0x390): undefined reference to `libiconv' Reconcile_Impl.cpp:(.text+0x39b): undefined reference to `libiconv_close' collect2: ld returned 1 exit status *** Error code 1
2008-09-22Downgrade to 2.0.0, 2.0.2 is broken on NetBSD.wiz1-2/+2
2008-09-08Update to 2.0.2:wiz1-2/+2
2.0.2 - Bug #16598: address the lack of TLS for sone platforms. 2.0.1 - Bug #14612: no stdbool.h for Sun compilers. - Bug #14613: check for iconv() const-ness. - Make the error checking more robust. - Make error code thread-safe (ie local to the thread).
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-05-24GNU configure require C compiler in configure phase.obache1-2/+2
Suggested by Hasso Tepper in PR 38626.
2008-04-12Import exempi-2.0.0 as devel/exempi.wiz1-0/+23
XMP (Extensible Metadata Platform) facilitates embedding metadata in files using a subset of RDF. Most notably XMP supports embedding metadata in PDF and many image formats, though it is designed to support nearly any file type.