diff --git a/pkgs/deb/clapper.dsc b/pkgs/deb/clapper.dsc index ee643819..c6f79981 100644 --- a/pkgs/deb/clapper.dsc +++ b/pkgs/deb/clapper.dsc @@ -1,18 +1,28 @@ -Format: 3.0 (native) +Format: 3.0 (quilt) Source: clapper Binary: clapper -Architecture: all +Architecture: any Version: 0.0.0 Maintainer: Rafostar 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, + brz, + libfontconfig1-dev, + libpam-systemd Package-List: - clapper deb gnome optional arch=all + clapper deb gnome optional arch=any +Files: + 0 0 debian.tar.xz Description: Simple and modern GNOME media player A GNOME media player built using GJS with GTK4 toolkit and powered by GStreamer with OpenGL rendering. diff --git a/pkgs/deb/debian/control b/pkgs/deb/debian/control index fc6db7d1..fdca70b5 100644 --- a/pkgs/deb/debian/control +++ b/pkgs/deb/debian/control @@ -2,18 +2,24 @@ Source: clapper Section: gnome Priority: optional Maintainer: Rafostar +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. diff --git a/pkgs/deb/debian/source/format b/pkgs/deb/debian/source/format index 89ae9db8..163aaf8d 100644 --- a/pkgs/deb/debian/source/format +++ b/pkgs/deb/debian/source/format @@ -1 +1 @@ -3.0 (native) +3.0 (quilt)