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 From 8f23e8b1abb8f99e3e926edb6f7321b61c544c17 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 6 Apr 2024 09:14:31 -0400 Subject: try qt6 stuff for obs --- mediaelch/debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mediaelch/debian/control') diff --git a/mediaelch/debian/control b/mediaelch/debian/control index 9e194ac..9d31e14 100644 --- a/mediaelch/debian/control +++ b/mediaelch/debian/control @@ -1,7 +1,8 @@ Source: mediaelch Section: misc Priority: optional -Maintainer: Andre Meyering +Maintainer: B. Stack +XSBC-Original-Maintainer: Andre Meyering Standards-Version: 4.6.2 Build-Depends: debhelper-compat (= 13), cmake, -- cgit From 7890405f80dbd8bc062368185ae1cf9ebcef1c81 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 6 Apr 2024 11:00:51 -0400 Subject: mediaelch: qt6-base-dev obsoletes libqt6opengl6-dev --- mediaelch/debian/control | 1 - 1 file changed, 1 deletion(-) (limited to 'mediaelch/debian/control') diff --git a/mediaelch/debian/control b/mediaelch/debian/control index 9d31e14..f6f2c9d 100644 --- a/mediaelch/debian/control +++ b/mediaelch/debian/control @@ -7,7 +7,6 @@ Standards-Version: 4.6.2 Build-Depends: debhelper-compat (= 13), cmake, libmediainfo-dev, - libqt6opengl6-dev, libquazip1-qt6-dev, libxkbcommon-dev, libzen-dev, -- cgit