diff options
-rw-r--r-- | meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb b/meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb new file mode 100644 index 0000000000..58089c0a2d --- /dev/null +++ b/meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb | |||
@@ -0,0 +1,43 @@ | |||
1 | SUMMARY = "A Gtk client and libraries for SPICE remote desktop servers." | ||
2 | HOMEPAGE = "https://spice-space.org" | ||
3 | LICENSE = "LGPL-2.1-only" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
5 | |||
6 | SRCREV = "74e673d7c3d9cd281d85c691fbc520107066da01" | ||
7 | |||
8 | SRC_URI = "gitsm://gitlab.freedesktop.org/spice/spice-gtk.git;protocol=https;branch=master" | ||
9 | |||
10 | S = "${WORKDIR}/git" | ||
11 | |||
12 | DEPENDS = " \ | ||
13 | ${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)} \ | ||
14 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland wayland-native wayland-protocols', '', d)} \ | ||
15 | acl \ | ||
16 | cyrus-sasl \ | ||
17 | gstreamer1.0 \ | ||
18 | gstreamer1.0-plugins-base \ | ||
19 | gstreamer1.0-vaapi \ | ||
20 | gtk+3 \ | ||
21 | jpeg \ | ||
22 | json-glib \ | ||
23 | libcap-ng \ | ||
24 | libepoxy \ | ||
25 | libopus \ | ||
26 | libusb1 \ | ||
27 | lz4 \ | ||
28 | pixman \ | ||
29 | python3-pyparsing-native \ | ||
30 | python3-six-native \ | ||
31 | spice-protocol \ | ||
32 | usbredir \ | ||
33 | usbutils \ | ||
34 | zlib \ | ||
35 | " | ||
36 | |||
37 | RDEPENDS:${PN} = "python3-pyparsing python3-six" | ||
38 | |||
39 | inherit meson pkgconfig vala gobject-introspection | ||
40 | |||
41 | EXTRA_OEMESON = "-Dpie=true -Dvapi=enabled -Dintrospection=enabled" | ||
42 | |||
43 | FILES:${PN} += "${datadir}" | ||