libisoburn 1.3.2-1 source package in Ubuntu

Changelog

libisoburn (1.3.2-1) unstable; urgency=low


  * New upstream release (Closes: #709561)
  * Drop patches appliad upstream
  * Build-depend on libburn-dev (>= 1.3.2)
  * Build-depend on libisofs-dev (>= 1.3.2)

 -- George Danchev <email address hidden>  Sun, 08 Sep 2013 15:09:47 +0200

Upload details

Uploaded by:
Debian Libburnia packagers
Uploaded to:
Sid
Original maintainer:
Debian Libburnia packagers
Architectures:
any all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libisoburn_1.3.2-1.dsc 2.3 KiB 84b4db0d0506da8cef8d9cd1534a349735dff12d08f18ae08201f1cd559ea502
libisoburn_1.3.2.orig.tar.gz 1.3 MiB 2aac07f76629755a4538701e9a2867f3738362d3d371b7c7e8a9d18c0143ee35
libisoburn_1.3.2-1.debian.tar.gz 11.2 KiB 3c69041bf856093ed126243f19a1c2f81100bbccb11415144619477b8499b5cc

No changes file available.

Binary packages built by this source

libisoburn-dbg: debugging symbols for libisoburn and xorriso

 libisoburn is a frontend for the libraries libburn and libisofs. It handles
 the creation, loading, manipulation and burning of ISO-9660 filesystem images.
 This library provides a low-level API, called libisoburn API, which
 encapsulates the API of libburn and libisofs, and a higher level API, called
 xorriso API which encapsulates the API of libburn, libisofs, and libisoburn,
 and is also used by the xorriso program itself.
 .
 This package contains debugging files useful for investigating any problems
 with the binaries found in the libisoburn library and the xorriso application.

libisoburn-dev: development package for libisoburn

 libisoburn is a frontend for the libraries libburn and libisofs. It handles
 the creation, loading, manipulation and burning of ISO-9660 filesystem images.
 This library provides a low-level API, called libisoburn API, which
 encapsulates the API of libburn and libisofs, and a higher level API, called
 xorriso API which encapsulates the API of libburn, libisofs, and libisoburn,
 and is also used by the xorriso program itself.
 .
 This package contains the headers, pkgconfig data, and static library for
 libisoburn.

libisoburn-doc: documentation package for libisoburn

 libisoburn is a frontend for the libraries libburn and libisofs. It handles
 the creation, loading, manipulation and burning of ISO-9660 filesystem images.
 This library provides a low-level API, called libisoburn API, which
 encapsulates the API of libburn and libisofs, and a higher level API, called
 xorriso API which encapsulates the API of libburn, libisofs, and libisoburn,
 and is also used by the xorriso program itself.
 .
 This package contains the documentation for libisoburn.

libisoburn1: library to handle creation and inspection of ISO-9660 file systems

 libisoburn is a frontend for the libraries libburn and libisofs. It handles
 the creation, loading, manipulation and burning of ISO-9660 filesystem images.
 This library provides a low-level API, called libisoburn API, which
 encapsulates the API of libburn and libisofs, and a higher level API, called
 xorriso API which encapsulates the API of libburn, libisofs, and libisoburn,
 and is also used by the xorriso program itself.
 .
 This package contains the shared object files for libisoburn.

xorriso: command line ISO-9660 and Rock Ridge manipulation tool

 xorriso is a command line and dialog application, which creates, loads,
 manipulates, and writes ISO-9660 file system images with Rock Ridge
 extensions.
 .
 It maps file objects from POSIX compliant file systems into Rock Ridge
 enhanced ISO-9660 file systems and features session-wise manipulation
 of such file systems. It can load the management information of existing
 ISO images and write the resulting session to optical medium or as
 file system objects.
 .
 Supported optical media types:
  - CD-R, CD-RW
  - DVD-R, DVD-R DL, DVD-RW, DVD+R, DVD+R DL, DVD+RW, DVD-RAM
  - BD-R, BD-RE
 .
 Some interesting features:
  - Emulation of the mkisofs and cdrecord programs.
  - Data backup and restore capabilities - compression, ACLs, and filters.
  - Isohybrid MBR with partition offset - features booting ISOLINUX from
    USB sticks, or from other devices that appear to PC-BIOS as hard disks.
    The images carry a conventional partition table for a USB stick;
    the first partition reports the size of the ISO image, but starts at a
    non-zero address. It is nevertheless still mountable.
  - Jigdo Template Export - jigdo representation of the resulting ISO-9660
    image, generated on the fly.
 .
 Test suite:
  xorriso source code comes with a release engineering test-suite called
  `releng', which aims to cover most of the functionality of the xorriso
  and the underlying libraries of libburn, libisofs, and libisoburn.