1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
Source: libmirage
Section: libs
Priority: optional
Homepage: https://cdemu.sourceforge.io/
Maintainer: Matteo Bini <matteobin@tiepi.it>
Build-Depends: cmake (>= 3.7.0),
debhelper-compat (= 13),
gobject-introspection,
gtk-doc-tools,
intltool,
libbz2-dev,
liblzma-dev,
libgirepository1.0-dev,
libglib2.0-dev (>= 2.38),
libsamplerate0-dev,
libsndfile1-dev,
pkgconf,
zlib1g-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Package: libmirage11
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Conflicts: libmirage9, libmirage10
Replaces: libmirage9, libmirage10
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: CD-ROM image access library
This is libMirage library, a CD-ROM image access library, and part of the
CDEmu suite, a free, GPL CD/DVD-ROM device emulator for Linux. It is
written in C and based on GLib.
.
The aim of libMirage is to provide uniform access to the data stored in
different image formats, by creating a representation of disc stored in image
file, which is based on GObjects.
Package: gir1.2-mirage-3.2
Section: introspection
Architecture: any
Multi-Arch: same
Conflicts: gir1.2-mirage-3.1
Replaces: gir1.2-mirage-3.1
Depends: libmirage11 (= ${binary:Version}), ${gir:Depends}, ${misc:Depends}
Description: CD-ROM image access library (typelib files)
libMirage is a CD-ROM image access library, part of the CDEmu suite,
a free, GPL CD/DVD-ROM device emulator for Linux.
.
This package provides typelib files.
Package: libmirage-dev
Section: libdevel
Architecture: any
Provides: gir1.2-mirage-3.2-dev (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
gir1.2-mirage-3.2 (= ${binary:Version}),
libmirage11 (= ${binary:Version})
Description: CD-ROM image access library development files
libMirage is a CD-ROM image access library, part of the CDEmu suite,
a free, GPL CD/DVD-ROM device emulator for Linux.
.
This package contains the files needed to compile and link programs which
use libMirage.
Package: libmirage-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: devhelp
Multi-Arch: foreign
Description: Reference manual for libMirage
libMirage is a CD-ROM image access library, part of the CDEmu suite,
a free, GPL CD/DVD-ROM device emulator for Linux.
.
This package contains the reference manual.
|