mirror of
https://github.com/Aigor44/ncursesw-morphos.git
synced 2024-12-21 07:39:06 +08:00
bca50d0d85
+ fixes for writing extended color pairs in putwin. + modify test/savescreen.c to add test patterns that exercise 88-, 256-, etc., colors. + modify configure option --with-build-cc, adding clang, c89 and c99 as possible default values. + modify ncurses-examples configure script to use pkg-config for the extra form/menu/panel libraries, to be more consistent with the handling of the curses/ncurses library. + modify test-packages for mingw to supply "pc" files. + modify gen-pkgconfig.in to list -lpthread as a private library when configured to access it via weak symbols. + simplify gen-pkgconfig.in, adding -ltinfo without the special linker checks because some versions of the linker simply hard-code the behavior. + update URLs for ncurses website to use https. + modify CF_CURSES_LIBS to fill in $cf_nculib_root in case the ncurses-examples are built with a system ncurses that lacks the standard "curses" symbolic link, as done by SuSE. The symbol is needed to make a followup check for the pthread library work, and would be set properly using the options "--with-screen", etc. + generate misc/*.pc with "all" rule, as done for "sources" rule (report by Jeffrey Walton).
17 lines
536 B
Plaintext
17 lines
536 B
Plaintext
Source: ncurses6
|
|
Section: libdevel
|
|
Priority: optional
|
|
Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
|
|
Homepage: https://invisible-island.net/ncurses/
|
|
Build-Depends: debhelper (>= 7)
|
|
Standards-Version: 3.8.2
|
|
|
|
Package: mingw32-ncurses6
|
|
Architecture: any
|
|
Depends: ${misc:Depends}
|
|
Description: shared libraries for terminal handling
|
|
The ncurses library routines are a terminal-independent method of
|
|
updating character screens with reasonable optimization.
|
|
.
|
|
This package is used for testing ABI 6 with the MinGW 32-bit port.
|