libcgif0

GIF encoder written in C (shared library)

Fast and lightweight GIF encoder that can create GIF animations and images. Summary of the main features: - user-defined global or local color-palette with up to 256 colors (limit of the GIF format) - size-optimizations for GIF animations: - option to set a pixel to transparent if it has identical color in the previous frame (transparency optimization) - do encoding just for the rectangular area that differs from the previous frame (width/height optimization) - different options for GIF animations: static image, N repetitions, infinite repetitions - user-defined delay time from one frame to the next (can be set independently for each frame)

libdialog15

Displays user-friendly dialog boxes -- shared library

The dialog application provides a method of displaying several different types of dialog boxes from shell scripts. This allows a developer of a script to interact with the user in a much friendlier manner.

libwxbase3.2-1t64

wxBase library (runtime) - non-GUI support classes of wxWidgets toolkit

wxBase is a collection of C++ classes providing basic data structures (strings, lists, arrays), powerful wxDateTime class for date manipulations, portable wrappers around many OS-specific functions allowing the same program to work for all supported platforms, wxThread class for writing multithreaded programs, and much more.

python3-nanobind

Tiny and efficient C++/Python bindings (Python 3 module)

nanobind is a small binding library that exposes C++ types in Python and vice versa. It is reminiscent of Boost.Python and pybind11 and uses near-identical syntax. In contrast to these existing tools, nanobind is more efficient: bindings compile in a shorter amount of time, produce smaller binaries, and have better runtime performance.

libmediastreamer13t64

Voice and video streaming engine for telephony (base)

Mediastreamer2 is a powerful and lightweight streaming engine specially designed for voice/video telephony applications.

qml-module-buteo-profiles

Buteo Synchronization Framework (QML module)

Synchronization of contact data in Lomiri is controlled by Buteo (the synchronization framework used in Ubuntu Touch and SailfishOS). Synchronization with a variety of data sources is supported through a number of data-source-specific synchronization plugins. Each plugin is independent, although many of them share significant amounts of code to ease maintenance.