Package: rust-ratatui-image / 8.0.1-2

Metadata

Package Version Patches format
rust-ratatui-image 8.0.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove windows deps.patch | (download)

Cargo.toml | 10 0 + 10 - 0 !
1 file changed, 10 deletions(-)

 exclude windows dependencies from cargo.toml
disable tests assets.patch | (download)

src/lib.rs | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 disable tests that require test assets
 These tests depend on external image files that are not distributed
 with the package. Since the data is unnecessary for building or
 using the program, the tests are disabled
disable sixel.patch | (download)

Cargo.toml | 3 0 + 3 - 0 !
src/picker.rs | 21 1 + 20 - 0 !
src/picker/cap_parser.rs | 3 0 + 3 - 0 !
src/protocol.rs | 8 0 + 8 - 0 !
4 files changed, 1 insertion(+), 34 deletions(-)

 disable sixel functionality
 Support for sixel requires packaging the icy_sixel crate, since it's
 not yet packaged in Debian. This crate is currently only used as a
 dependency of doxx (ITP: #1113781), which does not require sixel. As
 no other package depends on this feature, sixel support is disabled
 for now but may be re-enabled in the future.
disable termwiz.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable the termwiz feature
 The termwiz feature is already disabled in the ratatui package itself. 
 For consistency, it is also disabled here
ignore demo example.patch | (download)

examples/demo/main.rs | 26 13 + 13 - 0 !
examples/demo/termion.rs | 26 13 + 13 - 0 !
2 files changed, 26 insertions(+), 26 deletions(-)

 ignore the demo example
 The demo example currently fails to compile when none of the features are enabled. This
 breaks one of the autopkgtests that run tests with no features specified.
 The patch also provides a fix to the termion feature in the demo, which requires
 functionality from a newer termion version that is not yet available in Debian but is
 relaxed as a dependency in ratatui
relax deps.patch | (download)

Cargo.toml | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 relax dependency versions