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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
|
Source: grilo
Section: libs
Priority: optional
Maintainer: Alberto Garcia <berto@igalia.com>
Build-Depends: debhelper (>= 10.3),
meson,
libglib2.0-dev (>= 2.44),
libgtk-3-dev,
libxml2-dev,
liboauth-dev,
libsoup2.4-dev,
libtotem-plparser-dev,
gobject-introspection (>= 1.41.4),
libgirepository1.0-dev,
valac (>= 0.27),
gtk-doc-tools
Standards-Version: 4.2.1
Homepage: https://wiki.gnome.org/Projects/Grilo
Vcs-Browser: https://salsa.debian.org/berto/grilo
Vcs-Git: https://salsa.debian.org/berto/grilo.git
Package: libgrilo-0.3-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: grilo-plugins-0.3
Description: Framework for discovering and browsing media - Shared libraries
Grilo is a framework focused on making media discovery and browsing
easy for application developers.
.
More precisely, Grilo provides:
* A single, high-level API that abstracts the differences among
various media content providers, allowing application developers
to integrate content from various services and sources easily.
* A collection of plugins for accessing content from various media
providers. Developers can share efforts and code by writing
plugins for the framework that are application agnostic.
* A flexible API that allows plugin developers to write plugins of
various kinds.
.
This package contains the shared libraries.
Package: libgrilo-0.3-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libgrilo-0.3-0 (= ${binary:Version}),
gir1.2-grilo-0.3 (= ${binary:Version}),
libxml2-dev,
libglib2.0-dev,
${shlibs:Depends},
${misc:Depends}
Recommends: pkg-config
Suggests: libgrilo-0.3-doc
Description: Framework for discovering and browsing media - Development files
Grilo is a framework focused on making media discovery and browsing
easy for application developers.
.
More precisely, Grilo provides:
* A single, high-level API that abstracts the differences among
various media content providers, allowing application developers
to integrate content from various services and sources easily.
* A collection of plugins for accessing content from various media
providers. Developers can share efforts and code by writing
plugins for the framework that are application agnostic.
* A flexible API that allows plugin developers to write plugins of
various kinds.
.
This package contains the development files.
Package: libgrilo-0.3-bin
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Framework for discovering and browsing media - Binaries
Grilo is a framework focused on making media discovery and browsing
easy for application developers.
.
More precisely, Grilo provides:
* A single, high-level API that abstracts the differences among
various media content providers, allowing application developers
to integrate content from various services and sources easily.
* A collection of plugins for accessing content from various media
providers. Developers can share efforts and code by writing
plugins for the framework that are application agnostic.
* A flexible API that allows plugin developers to write plugins of
various kinds.
.
This package contains the utilities.
Package: libgrilo-0.3-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: devhelp
Conflicts: libgrilo-0.1-doc, libgrilo-0.2-doc
Description: Framework for discovering and browsing media - Documentation
Grilo is a framework focused on making media discovery and browsing
easy for application developers.
.
More precisely, Grilo provides:
* A single, high-level API that abstracts the differences among
various media content providers, allowing application developers
to integrate content from various services and sources easily.
* A collection of plugins for accessing content from various media
providers. Developers can share efforts and code by writing
plugins for the framework that are application agnostic.
* A flexible API that allows plugin developers to write plugins of
various kinds.
.
This package contains the documentation.
Package: gir1.2-grilo-0.3
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${gir:Depends},
${shlibs:Depends},
${misc:Depends}
Description: Framework for discovering and browsing media - GObject introspection data
Grilo is a framework focused on making media discovery and browsing
easy for application developers.
.
More precisely, Grilo provides:
* A single, high-level API that abstracts the differences among
various media content providers, allowing application developers
to integrate content from various services and sources easily.
* A collection of plugins for accessing content from various media
providers. Developers can share efforts and code by writing
plugins for the framework that are application agnostic.
* A flexible API that allows plugin developers to write plugins of
various kinds.
.
This package contains the GObject introspection data. It can be used
by packages using the GIRepository format to generate dynamic
bindings.
|