https://sources.debian.org/data/main/b/beancount/2.2.0-3/debian/patches/0001-Remove-fonts.googleapis.com-links-for-the-bean-web-t.patch From: Nicolas Dandrimont Date: Tue, 1 May 2018 04:49:55 +0200 Subject: Remove fonts.googleapis.com links for the bean-web template --- beancount/web/web.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/beancount/web/web.html b/beancount/web/web.html index 3995ce2..ec9e707 100644 --- a/beancount/web/web.html +++ b/beancount/web/web.html @@ -3,10 +3,6 @@ - - - - {{title}}: {{pagetitle}} 7beb9256'>refslogtreecommitdiff
path: root/gnu/packages/jami.scm
AgeCommit message (Expand)Author
2020-08-06gnu: jami: Always remove contrib tarballs from the sources of Jami....The origin used as the "sfl-patches" input contained bundled library tarballs, and weighed 217 MiB. After this change, it weighs 3.3 MiB. * gnu/packages/jami.scm (jami-source): Rename #:without-daemon to \#:keep-contrib-patches. Delete the daemon/contrib/tarballs sub-directory even when keeping the patches. Delete extraneous code. (%sfl-patches, %jami-sources): New variables. (pjproject-jami, ffmpeg-jami, libring): Adjust to use the above variables. Maxim Cournoyer
2020-08-03gnu: pjproject-jami: Reuse more of the base pjproject....Now that the base pjproject is built as a shared library, the cost of adding dependencies shared with Jami is minimal. The pjproject-jami now differs only by its added patches. * gnu/packages/jami.scm (pjproject-jami)[arguments]: Use the substitute-keyword-arguments macro to reuse the base pjproject package arguments, adding only the 'apply-patches phase. Maxim Cournoyer
2020-08-03gnu: pjproject: Fix problem in pkg-config file....* gnu/packages/patches/pjproject-correct-the-cflags-field.patch: Add patch. * gnu/packages/patches/pjproject-fix-pkg-config-ldflags.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Register the new patches. * gnu/packages/telephony.scm (pjproject): Use them. * gnu/packages/jami.scm (pjproject-jami): Remove a patch from pjproject-jami that is already applied against pjproject. Maxim Cournoyer
2020-07-12gnu: pjproject-jami: Build without debugging assertions....This fixes a bug where Jami crashes while disconnecting from an audio call. * gnu/packages/jami.scm (pjproject-jami)[arguments]: Use -DNDEBUG flag. Signed-off-by: Christopher Baines <mail@cbaines.net> Jan Wielkiewicz
2020-07-12gnu: jami: Update to 20200710.1.6bd18d2....* gnu/packages/jami.scm (%jami-version): Update to 20200710.1.6bd18d2. (jami-source)[origin]: Adjust the hash. (pjproject-jami)[arguments]: Add new patches. (libring)[inputs]: Add libarchive. Signed-off-by: Christopher Baines <mail@cbaines.net> Jan Wielkiewicz
2020-07-12gnu: jami-client-gnome: Remove deprecated package....As this package has been deprecated for over a year. * gnu/packages/jami.scm (jami-client-gnome): Remove variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Jan Wielkiewicz