summaryrefslogtreecommitdiff
path: root/mediaelch/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-04-05 21:01:54 -0400
committerB. Stack <bgstack15@gmail.com>2024-04-05 21:01:54 -0400
commit283a933f19932485938b7c31f32ac0a89b2f91cb (patch)
treed612aeeca8e2f5f5a577053333f98a662f252391 /mediaelch/debian/control
parentfluxbox: fix dsc (diff)
downloadstackrpms-283a933f19932485938b7c31f32ac0a89b2f91cb.tar.gz
stackrpms-283a933f19932485938b7c31f32ac0a89b2f91cb.tar.bz2
stackrpms-283a933f19932485938b7c31f32ac0a89b2f91cb.zip
add mediaelch
Diffstat (limited to 'mediaelch/debian/control')
-rw-r--r--mediaelch/debian/control33
1 files changed, 33 insertions, 0 deletions
diff --git a/mediaelch/debian/control b/mediaelch/debian/control
new file mode 100644
index 0000000..9e194ac
--- /dev/null
+++ b/mediaelch/debian/control
@@ -0,0 +1,33 @@
+Source: mediaelch
+Section: misc
+Priority: optional
+Maintainer: Andre Meyering <info@andremeyering.de>
+Standards-Version: 4.6.2
+Build-Depends: debhelper-compat (= 13),
+ cmake,
+ libmediainfo-dev,
+ libqt6opengl6-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