File: control

package info (click to toggle)
medialibrary 0.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,264 kB
  • sloc: cpp: 43,321; sql: 15,435; ansic: 3,236; sh: 46; python: 36; makefile: 4
file content (48 lines) | stat: -rw-r--r-- 1,570 bytes parent folder | download
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
Source: medialibrary
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libsqlite3-dev,
 libxxhash-dev,
 meson,
 ninja-build,
 pkg-config,
Standards-Version: 4.6.1
Section: libs
Homepage: https://code.videolan.org/videolan/medialibrary
Vcs-Browser: https://salsa.debian.org/multimedia-team/medialibrary
Vcs-Git: https://salsa.debian.org/multimedia-team/medialibrary.git
Rules-Requires-Root: no

Package: libmedialibrary-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libmedialibrary0 (= ${binary:Version}),
 libsqlite3-dev,
 libxxhash-dev,
 ${misc:Depends}
Description: library for managing media files in a media library (development files)
 Medialibrary provides tools for media applications to manage their media
 libraries. It supports media discovery, metadata handling, and a database
 backend. The latter provides ways to easily search and browse the media
 library.
 .
 This package contains the development files for medialibrary.

Package: libmedialibrary0
Architecture: any
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends}
Description: library for managing media files in a media library (shared library)
 Medialibrary provides tools for media applications to manage their media
 libraries. It supports media discovery, metadata handling, and a database
 backend. The latter provides ways to easily search and browse the media
 library.
 .
 This package contains the shared library.