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 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319
|
Source: appstream
Section: admin
Priority: optional
Maintainer: Matthias Klumpp <mak@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-gir,
docbook-xsl,
gettext,
gir1.2-gdkpixbuf-2.0-dev,
gir1.2-gio-2.0-dev,
gir1.2-gobject-2.0-dev,
gobject-introspection,
gperf,
itstool,
libcairo2-dev,
libcurl4-gnutls-dev | libcurl4-openssl-dev | libcurl-dev (>= 7.62),
libfontconfig-dev,
libfyaml-dev (>= 0.9),
libgdk-pixbuf-2.0-dev,
libglib2.0-dev (>= 2.62),
libjs-highlight.js,
libpango1.0-dev,
librsvg2-dev (>= 2.48) [amd64 arm64 armel armhf i386 loong64 mips64el mipsel ppc64el s390x powerpc ppc64 riscv64 sparc64 x32],
libstemmer-dev,
libsystemd-dev (>= 242) [linux-any],
libxml2-dev,
libxmlb-dev (>= 0.3.13),
meson (>= 0.62),
qt6-base-dev,
valac,
xsltproc
Build-Depends-Indep: gi-docgen <!nodoc>
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/
Vcs-Git: https://salsa.debian.org/pkgutopia-team/appstream.git
Vcs-Browser: https://salsa.debian.org/pkgutopia-team/appstream
Package: appstream
Architecture: any
Multi-Arch: foreign
Depends: shared-mime-info,
${misc:Depends},
${shlibs:Depends}
Suggests: apt-config-icons
Description: Software component metadata management
AppStream is a metadata specification which permits software components to
provide information about themselves to automated systems and end-users
before the software is actually installed.
The AppStream project provides facilities to easily access and transform
this metadata, as well as a few additional services to allow building
feature-rich software centers and similar applications.
.
This package provides tools to generate, maintain and query the AppStream
data pool of installed and available software, and enables integration
with the APT package manager.
.
The 'appstreamcli' tool can be used for accessing the software component
pool as well as for working with AppStream metadata directly, including
validating it for compliance with the specification.
Package: appstream-compose
Architecture: amd64 arm64 armel armhf i386 loong64 mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64 x32
Depends: appstream,
${misc:Depends},
${shlibs:Depends}
Recommends: ffmpeg,
optipng
Replaces: appstream (<< 0.15.2)
Breaks: appstream (<< 0.15.2)
Description: Compose metadata catalogs from directory trees
AppStream is a metadata specification which permits software components to
provide information about themselves to automated systems and end-users
before the software is actually installed.
This permits informative displays of new applications to users in software
centers, as well as allowing a system to make decisions on which new software
a user might want to install (e.g. missing firmware or media handlers).
.
This package extends the `appstreamcli` utility with a `compose` subcommand
to generate AppStream metadata and media files from directory trees.
Package: libappstream5
Architecture: any
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Library to access AppStream services
AppStream is a metadata specification which permits software components to
provide information about themselves to automated systems and end-users
before the software is actually installed.
This permits informative displays of new applications to users in software
centers, as well as allowing a system to make decisions on which new software
a user might want to install (e.g. missing firmware or media handlers).
.
This package contains a GObject-based library to access AppStream
services, like the software component metadata pool.
It also contains functions for reading, writing and transforming AppStream
metadata.
Package: libappstream-dev
Architecture: any
Section: libdevel
Multi-Arch: same
Depends: gir1.2-appstream-1.0 (= ${binary:Version}),
libappstream5 (= ${binary:Version}),
libglib2.0-dev,
${gir:Depends},
${misc:Depends}
Provides: ${gir:Provides}
Description: Library to access AppStream services (development files)
AppStream is a metadata specification which permits software components to
provide information about themselves to automated systems and end-users
before the software is actually installed.
This permits informative displays of new applications to users in software
centers, as well as allowing a system to make decisions on which new software
a user might want to install (e.g. missing firmware or media handlers).
.
This package contains development files necessary to develop
software management tools which use the AppStream library.
Package: gir1.2-appstream-1.0
Architecture: any
Section: introspection
Multi-Arch: same
Depends: libappstream5 (= ${binary:Version}),
${gir:Depends},
${misc:Depends}
Description: Library to access AppStream services (introspection data)
AppStream is a metadata specification which permits software components to
provide information about themselves to automated systems and end-users
before the software is actually installed.
This permits informative displays of new applications to users in software
centers, as well as allowing a system to make decisions on which new software
a user might want to install (e.g. missing firmware or media handlers).
.
This package contains introspection data for the AppStream library.
Package: libappstreamqt3
Architecture: any
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Qt6 library to access AppStream services
AppStream is a metadata specification which permits software components to
provide information about themselves to automated systems and end-users
before the software is actually installed.
This permits informative displays of new applications to users in software
centers, as well as allowing a system to make decisions on which new software
a user might want to install (e.g. missing firmware or media handlers).
.
This package contains a Qt-based library to access AppStream
services, like the software component metadata pool.
Package: libappstreamqt-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libappstreamqt3 (= ${binary:Version}),
qt6-base-dev,
${misc:Depends}
Description: Qt6 library to access AppStream services (development files)
AppStream is a metadata specification which permits software components to
provide information about themselves to automated systems and end-users
before the software is actually installed.
This permits informative displays of new applications to users in software
centers, as well as allowing a system to make decisions on which new software
a user might want to install (e.g. missing firmware or media handlers).
.
This package contains development files necessary to develop
software management tools which use the Qt-based AppStream library.
Package: libappstream-compose0
Architecture: amd64 arm64 armel armhf i386 loong64 mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64 x32
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Building blocks to compose AppStream metadata
AppStream is a metadata specification which permits software components to
provide information about themselves to automated systems and end-users
before the software is actually installed.
This permits informative displays of new applications to users in software
centers, as well as allowing a system to make decisions on which new software
a user might want to install (e.g. missing firmware or media handlers).
.
This package contains a GObject-based library of high-level functions
to compose AppStream metadata and auxiliary data (like font renderings,
icons, etc.).
Package: libappstream-compose-dev
Architecture: amd64 arm64 armel armhf i386 loong64 mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64 x32
Section: libdevel
Multi-Arch: same
Depends: gir1.2-appstreamcompose-1.0 (= ${binary:Version}),
libappstream-compose0 (= ${binary:Version}),
libappstream-dev (= ${binary:Version}),
libgdk-pixbuf-2.0-dev,
${gir:Depends},
${misc:Depends}
Provides: ${gir:Provides}
Suggests: appstream-generator
Description: Building blocks to compose AppStream metadata (development files)
AppStream is a metadata specification which permits software components to
provide information about themselves to automated systems and end-users
before the software is actually installed.
This permits informative displays of new applications to users in software
centers, as well as allowing a system to make decisions on which new software
a user might want to install (e.g. missing firmware or media handlers).
.
This package contains development files necessary to develop applications
using the AppStream compose library.
Package: gir1.2-appstreamcompose-1.0
Architecture: amd64 arm64 armel armhf i386 loong64 mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sparc64 x32
Section: introspection
Multi-Arch: same
Depends: libappstream-compose0 (= ${binary:Version}),
${gir:Depends},
${misc:Depends}
Description: Building blocks to compose AppStream metadata (introspection data)
AppStream is a metadata specification which permits software components to
provide information about themselves to automated systems and end-users
before the software is actually installed.
This permits informative displays of new applications to users in software
centers, as well as allowing a system to make decisions on which new software
a user might want to install (e.g. missing firmware or media handlers).
.
This package contains introspection data for the AppStream compose library.
Package: appstream-doc
Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: libjs-highlight.js,
${misc:Depends}
Suggests: appstream
Description: Developer documentation for AppStream
AppStream is a metadata specification which permits software components to
provide information about themselves to automated systems and end-users
before the software is actually installed.
This permits informative displays of new applications to users in software
centers, as well as allowing a system to make decisions on which new software
a user might want to install (e.g. missing firmware or media handlers).
.
This package provides developer documentation for AppStream.
Package: apt-config-icons
Architecture: all
Multi-Arch: foreign
Section: misc
Depends: appstream,
${misc:Depends}
Description: APT configuration snippet to enable icon downloads
This package contains an APT configuration snippet that enables the
download of an icon tarball containing application icons for display in
software centers.
Icons get downloaded directly from the archive via regular cache updates,
and match the software currently available in the respective archive suites.
.
This snippet enables icons of the default icon size set in the AppStream
specification for software centers, 64x64px. It also enables downloads
of smaller 48x48px icons.
Package: apt-config-icons-hidpi
Architecture: all
Multi-Arch: foreign
Section: misc
Depends: apt-config-icons,
${misc:Depends}
Description: APT configuration snippet to enable HiDPI icon downloads
This package contains an APT configuration snippet that enables the
download of an icon tarball containing application icons for display in
software centers.
Icons get downloaded directly from the archive via regular cache updates,
and match the software currently available in the respective archive suites.
.
This snippet enables icons in the size of 64x64@2, that are suitable for
HiDPI displays.
Package: apt-config-icons-large
Architecture: all
Multi-Arch: foreign
Section: misc
Depends: apt-config-icons,
${misc:Depends}
Description: APT configuration snippet to enable large icon downloads
This package contains an APT configuration snippet that enables the
download of an icon tarball containing application icons for display in
software centers.
Icons get downloaded directly from the archive via regular cache updates,
and match the software currently available in the respective archive suites.
.
This snippet enables icon tarball downloads in large, 128x128px size.
If these bigger icons are not downloaded by APT, a software center may
decide to fetch them on-demand from a web location.
Package: apt-config-icons-large-hidpi
Architecture: all
Multi-Arch: foreign
Section: misc
Depends: apt-config-icons-large,
${misc:Depends}
Description: APT configuration snippet to enable large HiDPI icon downloads
This package contains an APT configuration snippet that enables the
download of an icon tarball containing application icons for display in
software centers.
Icons get downloaded directly from the archive via regular cache updates,
and match the software currently available in the respective archive suites.
.
This snippet enables icon tarball downloads in large, 128x128@2 size that
are also suitable for HiDPI displays.
If these bigger icons are not downloaded by APT, a software center may
decide to fetch them on-demand from a web location.
|