Package: ring / 20230206.0~ds2-1.1

Metadata

Package Version Patches format
ring 20230206.0~ds2-1.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1000 appstream categories.patch | (download)

daemon/net.jami.daemon.metainfo.xml.in | 2 0 2 - 0 !
1 file changed, 2 deletions(-)

 remove appstream metadata categories not recognized by validator
 The Communication and Productivity categories are not listed in the
 XDG Menu Specification.
1010 cmake options.patch | (download)

CMakeLists.txt | 22 9 13 - 0 !
1 file changed, 9 insertions( ), 13 deletions(-)

 [patch] cmake: change two variables into proper options.
2000 jsoncpp rename.patch | (download)

daemon/src/archiver.cpp | 2 1 1 - 0 !
daemon/src/im/message_engine.cpp | 2 1 1 - 0 !
2 files changed, 2 insertions( ), 2 deletions(-)

 fix jsoncpp include path
 See the libjsoncpp package's debian/README.Debian for more details:
 https://salsa.debian.org/debian/libjsoncpp/-/raw/master/debian/README.Debian
2010 dont build gnutls.patch | (download)

daemon/contrib/src/pjproject/rules.mak | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 disable pjproject's dependency on gnutls to avoid building it.
2020 dont build msgpack.patch | (download)

daemon/contrib/src/msgpack/rules.mak | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 mark msgpack as found, to avoid building it.
 We recently switched our msgpack dependency from libmsgpack-dev to
 libmsgpack-cxx-dev; but unfortunately the latter does not ship a
 pkg-config file.  As such, the daemon contrib system fails to find it
 and tries to download and build it, which will fail because we call
 the contrib bootstrap script with '--disable-downloads'.