mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Changes: * Require the same GStreamer 1.18+ for all plugins * Remove gst-plugins-gtk4 dependency where build is unavailable
22 lines
646 B
Plaintext
22 lines
646 B
Plaintext
pkgbase = clapper-git
|
|
pkgdesc = 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.
|
|
pkgver = 0.0.0
|
|
pkgrel = 1
|
|
url = https://github.com/Rafostar/clapper
|
|
arch = any
|
|
license = GPL-3.0
|
|
makedepends = meson
|
|
makedepends = gjs
|
|
depends = gjs
|
|
depends = gst-plugins-base-libs
|
|
depends = gst-plugins-good
|
|
depends = gst-plugins-bad-libs
|
|
optdepends = gst-libav: Additional Codecs,
|
|
optdepends = gstreamer-vaapi: Hardware acceleration
|
|
provides = clapper
|
|
source = clapper-0.0.0::git+https://github.com/Rafostar/clapper.git
|
|
md5sums = SKIP
|
|
|
|
pkgname = clapper-git
|
|
|