mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
recipes-graphics: Add missing HOMEPAGE and DESCRIPTION for recipes.
Fixes: [YOCTO #13471] (From OE-Core rev: 4041267ed54a005f904af7a326b3465e40602ec2) Signed-off-by: Ida Delphine <idadelm@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 24eac1fef8892484cc3dede1853d180e0c235120) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1b4969ae59
commit
7d393acfda
@@ -1,5 +1,9 @@
|
||||
SUMMARY = "GStreamer integration library for Clutter"
|
||||
DESCRIPTION = "Clutter-Gst is an integration library for using GStreamer with Clutter. \
|
||||
It provides a GStreamer sink to upload frames to GL and an actor that \
|
||||
implements the ClutterGstPlayer interface using playbin."
|
||||
HOMEPAGE = "http://www.clutter-project.org/"
|
||||
BUGTRACKER = "https://gitlab.gnome.org/GNOME/clutter-gst/-/issues"
|
||||
LICENSE = "LGPLv2+"
|
||||
|
||||
inherit clutter features_check upstream-version-is-even gobject-introspection
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
SUMMARY = "Library for embedding a Clutter canvas in a GTK+ application"
|
||||
DESCRIPTION = "Clutter-GTK is a library providing facilities to integrate Clutter into GTK+ \
|
||||
applications and vice versa. It provides a GTK+ widget, GtkClutterEmbed, for embedding the \
|
||||
a Clutter stage into any GtkContainer; and GtkClutterActor, a Clutter \
|
||||
actor for embedding any GtkWidget inside a Clutter stage."
|
||||
HOMEPAGE = "http://www.clutter-project.org/"
|
||||
BUGTRACKER = "https://gitlab.gnome.org/GNOME/clutter/-/issues"
|
||||
LICENSE = "LGPLv2+"
|
||||
|
||||
CLUTTERBASEBUILDCLASS = "meson"
|
||||
|
||||
Reference in New Issue
Block a user