libuemf 0.2.8+ds-3 source package in Ubuntu
Changelog
libuemf (0.2.8+ds-3) unstable; urgency=medium * Linking libuemf.so with -lm (Closes: #992549). -- Andrius Merkys <email address hidden> Tue, 07 Sep 2021 02:16:07 -0400
Upload details
- Uploaded by:
- Debian Multimedia Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Multimedia Team
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libuemf_0.2.8+ds-3.dsc | 2.0 KiB | 50ba4ce61bbb7faca82f1ad4c1318f8f496824b8bab0f60e5adeb9afd8a2b6b3 |
libuemf_0.2.8+ds.orig.tar.xz | 467.0 KiB | b6048d559ee570f3b1b9c9a3fee14a94905e1292e07c43148494898242f420bd |
libuemf_0.2.8+ds-3.debian.tar.xz | 2.7 KiB | 79dc8abc37b1398b9e134a77af1f19fd77dbcb0c120c526f5713e5060b4b3efd |
No changes file available.
Binary packages built by this source
- libuemf-dev: Read/write EMF, EMF+, WMF files (development files)
libUEMF is a portable C99 implementation for reading/writing Enhanced Metafile
(EMF), Enhanced Metafile Format Plus (PMF), and Windows Metafile (WMF) files.
libUEMF avoids collisions with Microsoft defined functions and values, so
portable programs which use it and have a Windows version, do not require any
conditional logic to separate the native GDI support from the WMF/EMF/PMF
support provided by libUEMF. To accomplish this libUEMF does not implement GDI
calls. Instead, for each WMR/EMR/PMR record type, and each object type
incorporated into such a record, it provides corresponding *_set, *_print, and
*_swap functions. For PMF and WMF there are also *_get functions, see below.
For example, for the U_EMRBITBLT record there are corresponding functions:
U_EMRBITBLT_set, U_EMRBITBLT_print, and U_EMRBITBLT_swap. A few additional
functions are provided for assembling the EMF in memory, debugging, and
converting the EMF file to/from Little Endian representation. (EMF files'
internal data representation is always Little Endian.)
.
This package contains the development files.
- libuemf0: Read/write EMF, EMF+, WMF files (shared library)
libUEMF is a portable C99 implementation for reading/writing Enhanced Metafile
(EMF), Enhanced Metafile Format Plus (PMF), and Windows Metafile (WMF) files.
libUEMF avoids collisions with Microsoft defined functions and values, so
portable programs which use it and have a Windows version, do not require any
conditional logic to separate the native GDI support from the WMF/EMF/PMF
support provided by libUEMF. To accomplish this libUEMF does not implement GDI
calls. Instead, for each WMR/EMR/PMR record type, and each object type
incorporated into such a record, it provides corresponding *_set, *_print, and
*_swap functions. For PMF and WMF there are also *_get functions, see below.
For example, for the U_EMRBITBLT record there are corresponding functions:
U_EMRBITBLT_set, U_EMRBITBLT_print, and U_EMRBITBLT_swap. A few additional
functions are provided for assembling the EMF in memory, debugging, and
converting the EMF file to/from Little Endian representation. (EMF files'
internal data representation is always Little Endian.)
- libuemf0-dbgsym: debug symbols for libuemf0