summaryrefslogtreecommitdiff
path: root/mediaelch/debian/control
blob: f6f2c9d0975dd8a426df383184add0fc3e9ecd43 (plain)
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
Source: mediaelch
Section: misc
Priority: optional
Maintainer: B. Stack <bgstack15@gmail.com>
XSBC-Original-Maintainer: Andre Meyering <info@andremeyering.de>
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 13),
               cmake,
               libmediainfo-dev,
               libquazip1-qt6-dev,
               libxkbcommon-dev,
               libzen-dev,
               qt6-base-dev,
               qt6-multimedia-dev,
               qt6-svg-dev,
               qt6-tools-dev,
Homepage: https://mediaelch.github.io/mediaelch-doc/
Rules-Requires-Root: no
Vcs-Browser: https://github.com/Komet/MediaElch/
Vcs-Git: https://github.com/Komet/MediaElch.git

Package: mediaelch
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libmediainfo0v5,
         libzen0v5,
Description: Media Manager for Kodi
 MediaElch is your Media Manager for handling movies, TV shows, concerts and
 music in Kodi. It is designed to gather information from various movie
 databases on the internet and store these information directly to Kodis
 database or in nfo files. MediaElch is also downloading movie posters,
 backdrops, fan arts and pictures of the actors.
bgstack15