From 99cb3db28949507637c23e37482901c30f42e2e4 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 21 Jun 2023 22:26:59 -0400 Subject: jellyfin-media-player 1.9.1 attempt 1 --- jellyfin-media-player/debian/control | 57 ++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 jellyfin-media-player/debian/control (limited to 'jellyfin-media-player/debian/control') diff --git a/jellyfin-media-player/debian/control b/jellyfin-media-player/debian/control new file mode 100644 index 0000000..1948886 --- /dev/null +++ b/jellyfin-media-player/debian/control @@ -0,0 +1,57 @@ +Source: jellyfin-media-player +Section: video +Priority: optional +Maintainer: B. Stack +XSBC-Original-Maintainer: Ian Walton , Joshua Boniface +Build-Depends: debhelper (>= 12), + autoconf, + automake, + libtool, + libharfbuzz-dev, + libfreetype-dev | libfreetype6-dev, + libfontconfig-dev | libfontconfig1-dev, + libx11-dev, + libxrandr-dev, + libvdpau-dev, + libva-dev, + mesa-common-dev, + libegl1-mesa-dev, + yasm, + libasound2-dev, + libpulse-dev, + libuchardet-dev, + zlib1g-dev, + libfribidi-dev, + git, + libgnutls28-dev, + libgl-dev | libgl1-mesa-dev, + libsdl2-dev, + cmake, + wget, + python3, + g++, + qtwebengine5-dev, + qtquickcontrols2-5-dev, + libqt5x11extras5-dev, + libcec-dev, + libmpv-dev, + wget, + unzip, + qtbase5-private-dev +Standards-Version: 3.9.4 +Homepage: https://jellyfin.org/ +Vcs-Git: https://github.org/jellyfin/jellyfin-media-player.git +Vcs-Browser: https://github.org/jellyfin/jellyfin-media-player + +Package: jellyfin-media-player +Architecture: any +Depends: libmpv1 | libmpv2, + libqt5webengine5, + libcec4 | libcec6, + qml-module-qtwebengine, + qml-module-qtwebchannel, + qml-module-qtquick-controls, + libqt5x11extras5, + libqt5xml5 +Description: Jellyfin is the Free Software Media System. + This package provides the Jellyfin desktop media player. -- cgit