mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
gnome:calls: initial add recipe
This commit is contained in:
parent
57d6cf0f1d
commit
87521e521b
16
recipes-extended/gom/gom_0.4.bb
Normal file
16
recipes-extended/gom/gom_0.4.bb
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
SUMMARY = "libgom - GObject Data Mapper."
|
||||||
|
LICENSE="LGPL-2.1"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||||
|
|
||||||
|
GNOMEBASEBUILDCLASS = "meson"
|
||||||
|
|
||||||
|
DEPENDS = "sqlite3 glib-2.0 gdk-pixbuf python3-pygobject-native"
|
||||||
|
|
||||||
|
inherit gnomebase pkgconfig gobject-introspection
|
||||||
|
GIR_MESON_OPTION = ""
|
||||||
|
|
||||||
|
SRC_URI = "https://download.gnome.org/sources/gom/${PV}/gom-${PV}.tar.xz;name=archive"
|
||||||
|
SRC_URI[archive.sha256sum] = "68d08006aaa3b58169ce7cf1839498f45686fba8115f09acecb89d77e1018a9d"
|
||||||
|
|
||||||
|
FILES:${PN} += "${datadir} ${libdir}"
|
||||||
|
|
19
recipes-extended/sofia-sip/sofia-sip_1.13.7 .bb
Normal file
19
recipes-extended/sofia-sip/sofia-sip_1.13.7 .bb
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
DESCRIPTION = "RFC3261 compliant SIP User-Agent library."
|
||||||
|
HOMEPAGE = "https://github.com/freeswitch/sofia-sip"
|
||||||
|
SECTION = "libs"
|
||||||
|
|
||||||
|
DEPENDS = "glib-2.0 dbus-glib openssl"
|
||||||
|
|
||||||
|
LICENSE = "LGPL-2.1"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=03068f550c635f6520e0f0252da412fc"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
SRCREV = "1607ade8b6d1c4f82379c7489e7573a769b61994"
|
||||||
|
PV = "1.13.7"
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/freeswitch/sofia-sip.git;protocol=https;branch=master"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
EXTRA_OECONF += "--with-glib"
|
||||||
|
#EXTRA_OEMAKE += "HAVE_GLIB=1"
|
32
recipes-gtk/calls/calls_41.1.bb
Normal file
32
recipes-gtk/calls/calls_41.1.bb
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
SUMMARY = "A phone dialer and call handler."
|
||||||
|
LICENSE="GPLv3+"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
|
||||||
|
|
||||||
|
GNOMEBASEBUILDCLASS = "meson"
|
||||||
|
|
||||||
|
DEPENDS = " \
|
||||||
|
callaudiod \
|
||||||
|
evolution-data-server \
|
||||||
|
feedbackd \
|
||||||
|
folks \
|
||||||
|
glib-2.0 \
|
||||||
|
glibmm \
|
||||||
|
gom \
|
||||||
|
gstreamer1.0 \
|
||||||
|
gstreamer1.0-plugins-good \
|
||||||
|
libhandy \
|
||||||
|
libpeas \
|
||||||
|
libsecret \
|
||||||
|
libsoup-2.4 \
|
||||||
|
libxml2 \
|
||||||
|
modemmanager \
|
||||||
|
openldap \
|
||||||
|
sofia-sip \
|
||||||
|
"
|
||||||
|
|
||||||
|
inherit gnomebase vala pkgconfig mime-xdg
|
||||||
|
|
||||||
|
SRC_URI[archive.sha256sum] = "0ddbe9aa6fce409988cafd0d2fcb6d96dd0034eabbaf8400bc9fc8a6bf33bb07"
|
||||||
|
|
||||||
|
FILES:${PN} += "${datadir}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user