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

@@ -15,4 +15,4 @@ Build-Depends: debhelper (>= 10),
Package-List:
clapper deb gnome optional arch=all
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.