diff --git a/recipes-extended/gom/gom_0.4.bb b/recipes-extended/gom/gom_0.4.bb new file mode 100644 index 0000000..c1daaa7 --- /dev/null +++ b/recipes-extended/gom/gom_0.4.bb @@ -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}" + diff --git a/recipes-extended/sofia-sip/sofia-sip_1.13.7 .bb b/recipes-extended/sofia-sip/sofia-sip_1.13.7 .bb new file mode 100644 index 0000000..04abb63 --- /dev/null +++ b/recipes-extended/sofia-sip/sofia-sip_1.13.7 .bb @@ -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" diff --git a/recipes-gtk/calls/calls_41.1.bb b/recipes-gtk/calls/calls_41.1.bb new file mode 100644 index 0000000..3701bc9 --- /dev/null +++ b/recipes-gtk/calls/calls_41.1.bb @@ -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}" +