libtickit 0.3.4-1 source package in Ubuntu

Changelog

libtickit (0.3.4-1) unstable; urgency=medium

  * New upstream release
  * Rename libtickit1 to libtickit2 due to ABI bump
    + Mark all evloop symbols as optional, since there are no API/ABI guarantees
    + Remove symbols for deprecated, and now removed, tickit_string_ functions
    + Add new symbols tickit_term_build and tickit_hook_terminfo
    + Remove symbols for internal functions, and mark their counterparts as optional
    + Add symbols for tickit_version_{major,minor,patch}
    + libtickit-dev: Depend on libtickit2, not libtickit1
  * Stop installing libtickit.la
  * Declare compliance with Policy 4.5.0, no changes needed
  * autopkgtest:
    + Honor $CC when building binaries
    + Fix "undefined reference" errors
    + Add libuv1-dev/libglib2.0-dev to Depends for event loop examples
    + Add superficial restriction, since the tests are only building the
      examples.  Running them would require feeding input through a pty.

 -- James McCoy <email address hidden>  Sun, 02 Feb 2020 12:59:25 -0500

Upload details

Uploaded by:
James McCoy
Uploaded to:
Sid
Original maintainer:
James McCoy
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
libtickit_0.3.4-1.dsc 2.2 KiB ee32bc45ae56469d32fa189491c690d5212a7e7c6a75ea1b377f1af1ef0f7827
libtickit_0.3.4.orig.tar.gz 144.3 KiB 97cc0b0393a6ac22bb84879579b6a771a7d23cd903e093fcea523e1f0e812fe2
libtickit_0.3.4-1.debian.tar.xz 5.5 KiB 46d22c09c588c208f56256505b97c868a1b0b604836920b902904703ec911796

Available diffs

No changes file available.

Binary packages built by this source

libtickit-dev: Terminal Interface Construction KIT (development files)

 This library provides an abstracted mechanism for building interactive
 full-screen terminal programs. It provides a full set of output drawing
 functions, and handles keyboard and mouse input events.
 .
 Using this library, applications can
 .
  * Divide the terminal into a hierarchy of nested, possibly-overlapping
    rectangular windows
  * Render output content and react to input events independently in any
    window region
  * Use fully Unicode-aware string content, including non-BMP, full-width
    and combining characters
  * Draw line-art using Unicode box-drawing characters in a variety of
    styles
  * Operate synchronously or asynchronously via file descriptors, or
    abstractly via byte buffers
  * Recognise arbitrary keyboard input, including modifiers*
  * Make use of multiple terminals, if available, from a single
    application
 .
 The following terminal features are supported (depending on terminal support):
 .
  * Many rendering attributes; bold, italics, underline, reverse,
  * strike-though, alternate font
  * 256 and 24-bit (16 million) colours
  * Mouse including mouse wheel and recognition of position reporting greater
  * than 224 columns
  * Arbitrary scrolling regions
 .
 This package contains the header files and libraries needed for developing
 with libtickit.

libtickit2: No summary available for libtickit2 in ubuntu groovy.

No description available for libtickit2 in ubuntu groovy.

libtickit2-dbgsym: No summary available for libtickit2-dbgsym in ubuntu groovy.

No description available for libtickit2-dbgsym in ubuntu groovy.