From 283a933f19932485938b7c31f32ac0a89b2f91cb Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 5 Apr 2024 21:01:54 -0400 Subject: add mediaelch --- mediaelch/debian/control | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 mediaelch/debian/control (limited to 'mediaelch/debian/control') 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 +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. -- cgit