glymur 0.13.2-2 source package in Ubuntu

Changelog

glymur (0.13.2-2) unstable; urgency=medium

  * debian/patches:
    - New 0001-Fix-broken-test.patch.
      Fixes a testing issue on BE architectures.

 -- Antonio Valentino <email address hidden>  Wed, 15 May 2024 05:38:04 +0000

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
glymur_0.13.2-2.dsc 3.1 KiB 63a5127318cca3e74a4ee8895562ea99a16db3e07d7ce2ccdbf6696c636a0be8
glymur_0.13.2.orig.tar.gz 4.3 MiB b4cb5045fc93abc2b4a0b796974c9d58ad7f30b4a7e98b43ab7038e944b55266
glymur_0.13.2-2.debian.tar.xz 6.3 KiB fc1024c569bc90b6b2fc4765abf679e563a56be5665f7dbe51d997447301e40f

Available diffs

No changes file available.

Binary packages built by this source

glymur-bin: Python tools for accessing JPEG2000 filesi -- scripts

 Glymur is an interface to the OpenJPEG library which allows one to
 read and write JPEG 2000 files from Python.
 Glymur supports both reading and writing of JPEG 2000 images,
 but writing JPEG 2000 images is currently limited to images that
 can fit in memory.
 Glymur can read images using OpenJPEG library versions as far back
 as 1.3, but it is strongly recommended to use at least version 2.1.2.
 .
 In regards to metadata, most JP2 boxes are properly interpreted.
 Certain optional JP2 boxes can also be written, including XML boxes
 and XMP UUIDs.
 There is incomplete support for reading JPX metadata.
 .
 Glymur will look to use lxml when processing boxes with XML content,
 but can fall back upon the standard library’s ElementTree if lxml
 is not available.
 .
 This package provides utilities and executable scripts.

python3-glymur: Python tools for accessing JPEG2000 files

 Glymur is an interface to the OpenJPEG library which allows one to
 read and write JPEG 2000 files from Python.
 Glymur supports both reading and writing of JPEG 2000 images,
 but writing JPEG 2000 images is currently limited to images that
 can fit in memory.
 Glymur can read images using OpenJPEG library versions as far back
 as 1.3, but it is strongly recommended to use at least version 2.1.2.
 .
 In regards to metadata, most JP2 boxes are properly interpreted.
 Certain optional JP2 boxes can also be written, including XML boxes
 and XMP UUIDs.
 There is incomplete support for reading JPX metadata.
 .
 Glymur will look to use lxml when processing boxes with XML content,
 but can fall back upon the standard library’s ElementTree if lxml
 is not available.