Remove app usage as a pre-made widget

This seemed like a good idea when the app still used GTK3, but GTK4 already has a built-in video widget. Maintaning this single functionality would be hard and I cannot promise a stable API anyway. The app main and only purpose will be a video player from now on.
This commit is contained in:
Rafostar
2021-01-18 20:35:32 +01:00
parent 4c0a0da18f
commit fca7966ece
10 changed files with 15 additions and 136 deletions

View File

@@ -22,7 +22,7 @@
pkgname=clapper
pkgver=0.0.0
pkgrel=1
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."
pkgdesc="A GNOME media player built using GJS with GTK4 toolkit and powered by GStreamer with OpenGL rendering."
arch=(any)
url="https://github.com/Rafostar/clapper"
license=("GPL-3.0")