Update debian build files

This commit is contained in:
Rafostar
2021-02-06 15:33:00 +01:00
parent 607d414968
commit 214e2f1d7f
3 changed files with 37 additions and 21 deletions

View File

@@ -2,18 +2,24 @@ Source: clapper
Section: gnome
Priority: optional
Maintainer: Rafostar <rafostar.github@gmail.com>
Standards-Version: 4.4.0
Build-Depends: debhelper (>= 10),
desktop-file-utils,
gjs (>= 1.50),
hicolor-icon-theme,
meson (>= 0.50),
gjs,
gobject-introspection,
libgtk-4-dev (>= 4.0.0),
libgstreamer1.0-dev (>= 1.18),
libgstreamer-plugins-base1.0-dev (>= 1.18),
libgstreamer-gl1.0-0 (>= 1.18),
libgles-dev,
libglib2.0-dev,
libglib2.0-bin,
meson (>= 0.50),
brz
desktop-file-utils,
hicolor-icon-theme
Package: clapper
Architecture: all
Depends: gjs (>= 1.50),
Architecture: any
Depends: gjs,
gir1.2-gtk-4.0 (>= 4.0.0),
hicolor-icon-theme,
libgstreamer1.0-0 (>= 1.18),
@@ -21,11 +27,11 @@ Depends: gjs (>= 1.50),
gstreamer1.0-plugins-good (>= 1.18),
gstreamer1.0-plugins-bad (>= 1.18),
gstreamer1.0-gl (>= 1.18)
Recommends: gstreamer1.0-libav (>= 1.18),
gstreamer1.0-pulseaudio (>= 1.18)
Suggests: gstreamer-plugins-ugly,
gstreamer-vaapi
Recommends: gstreamer1.0-libav,
gstreamer1.0-pulseaudio
Suggests: gstreamer1.0-plugins-ugly,
gstreamer1.0-vaapi
Description: Simple and modern GNOME media player
A GNOME media player built using GJS and powered by GStreamer with OpenGL rendering. Can also be used as a pre-made widget for GTK apps.
A GNOME media player built using GJS with GTK4 toolkit and powered by GStreamer with OpenGL rendering.
.
More codecs/features and video acceleration can be enabled by installing the suggested packages.

View File

@@ -1 +1 @@
3.0 (native)
3.0 (quilt)