gnu: Remove zxing-cpp-1.2a.
* gnu/packages/aidc.scm (zxing-cpp-1.2a): Delete variable.
Fixes: guix/guix#2259
Change-Id: I13c71132e1ee47c39b38af654881f57ca4036ca6
Revert "tests: Use lower-oci-image-state in container tests."
This reverts commit cc07ecd7ccc52540113414eaebafc0fb218ef9ff, which breaks
'guix pull', for to-be-investigated reasons.
Fixes: #2252
Change-Id: Idd02dd2e0cd93034e636030845996a9ab3748839
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
gnu: soci: Apply patch to resolve a bug in liblinphone.
* gnu/packages/patches/soci-mysql-ddl-types.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/databases.scm (soci) [source]: Apply it.
Change-Id: I3840850c650d614f65ee398f948cea6206b03641
Fixes: https://issues.guix.gnu.org/47641
gnu: soci: Use gexps and remove inputs labels.
* gnu/packages/databases.scm (soci) [propagated-inputs]: Remove labels.
[configure-flags]: Use gexps.
Change-Id: I7e96296255c41ca46a1cb1e4c9b1e73fbbc286d8
gnu: linphone-desktop: Update to 5.2.6.
* gnu/packages/patches/linphone-desktop-without-sdk.patch: Delete file.
* gnu/packages/patches/linphone-desktop-ispell.patch: New file.
* gnu/packages/patches/linphone-desktop-qtkeychain.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
* gnu/packages/linphone.scm (linphone-desktop): Update to 5.2.6.
[source]: Remove linphone-desktop-without-sdk.patch patch. Add
linphone-desktop-cmake-belcard.patch,
linphone-desktop-cmake-find-modules.patch, linphone-desktop-ispell.patch and
linphone-desktop-qtkeychain.patch patches.
[arguments] <configure-flags>: Add -DLINPHONEAPP_VERSION,
-DLinphoneCxx_TARGET=liblinphone++ and -DLINPHONE_QT_ONLY=YES and
-DCMAKE_INSTALL_INCLUDEDIR flags. Remove -DCMAKE_INSTALL_PREFIX flag.
<phases>: Remove pre-configure phase.
[inputs]: Remove belr. Add ispell-for-linphone, qtkeychain and
qtmultimedia-5.
Fixes: #1836
Change-Id: I8cbee339c02367a4fb1a3019700702743caaf983
gnu: Add ispell-for-linphone.
* gnu/packages/aspell.scm (ispell-for-linphone): New variable.
Change-Id: I1d4e09c87cd7315c588b24805ca16db91f748c7a
* gnu/packages/patches/ispell-for-linphone-cmake.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Change-Id: Ife043854144fbce52b9cf69631d80a885b9f7b42
gnu: msopenh264: Update to 5.2.0-0.041b07a.
* gnu/packages/linphone.scm (msopenh264): Update to 5.2.0-0.041b07a.
[arguments] <configure-flags>: Replace -DENABLE_STATIC=NO with
-DBUILD_SHARED_LIBS=ON.
<phases>: New patch-Mediastreamer2_PLUGINS_DIR phase.
Change-Id: I11aa6f99b7a9b060b7209a5ee61476e027e0d1e1
gnu: mssilk: Update to 1.2.0-0.0c6893f.
* gnu/packages/linphone.scm (mssilk): Update to 1.2.0-0.0c6893f.
[arguments] <configure-flags>: Replace -DENABLE_STATIC=NO with
-DBUILD_SHARED_LIBS=ON.
<phases>: New patch-Mediastreamer2_PLUGINS_DIR phase.
Change-Id: I3cd400e81a2c9a83f690e06c11e90fd4e7aac878
gnu: mswebrtc: Update to 1.1.2.
* gnu/packages/patches/mswebrtc-b64-refactor.patch: New patch.
* gnu/packages/patches/mswebrtc-cmake.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/linphone.scm (mswebrtc): Update to 1.1.2.
[source]: Apply patches.
Change-Id: I9ff3ce3b26179f365d8a36ed7a6106b7fcd9e4fb
gnu: msamr: Update to 1.1.4-1.129fc98.
* gnu/packages/linphone.scm (msamr): Update to 1.1.4-1.129fc98.
[arguments]: Use gexps. Replace -DENABLE_STATIC=NO with -DBUILD_SHARED_LIBS=YES.
<phases>: New keyword argument.
[inputs]: Remove labels.
Change-Id: Ia55c5d3f892b7bfa79ea0cbc7ea9c8ae82828b9c
gnu: liblinphone: Update to 5.3.57.
* gnu/packages/patches/liblinphone-jsoncpp.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/linphone.scm (liblinphone): Update to 5.3.57.
[source]: Apply patch.
[configure-flags]: Use gexps. Remove -DENABLE_FLEXIAPI=NO. Replace
-DENABLE_STATIC=NO with -DBUILD_SHARED_LIBS=ON.
[phases] {separate-outputs}: Adjust for renamed test commands.
[native-inputs]: Add pkg-config.
[inputs]: Move belle-sip, lime, libxml2, mediastreamer2, ortp
and sqlite to...
[propagated-inputs]: ... here. Add jsoncpp.
Change-Id: Ied23a4d60212f0e45a13ff42701106cdb3d154be
gnu: lime: Update to 5.3.57.
* gnu/packages/linphone.scm (lime): Update to 5.3.57.
[arguments]: Use gexps.
<configure-flags>: Replace -DENABLE_STATIC=NO with -DBUILD_SHARED_LIBS=ON.
[native-inputs]: Remove labels.
[inputs]: Add belr.
Change-Id: I6ae003aabcf6341ee81cd30fc17112775542a51d
gnu: belle-sip: Update to 5.3.57.
* gnu/packages/linphone.scm (belle-sip): Update to 5.3.57.
[configure-flags]: Replace -DENABLE_STATIC=NO with -DBUILD_SHARED_LIBS=ON.
[phases] {separate-outputs, check}: Adjust tester file name.
Change-Id: Ie6f4fb108ae7ab1e6866608d9305f6534ed57d96
gnu: mediastreamer2: Enable AV1 support via dav1d.
* gnu/packages/patches/mediastreamer2-cmake-findgsm.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/linphone.scm (mediastreamer2) [source]: Apply it.
[inputs]: Add dav1d.
Change-Id: I420342281f89a9d1569ffd8e6de87aac55be7491
gnu: mediastreamer2: Update to 5.3.57.
* gnu/packages/linphone.scm (mediastreamer2): Update to 5.3.57.
[arguments] <phases>: Update tester binary file name in separate-outputs,
check phases.
[inputs]: Sort.
Change-Id: I784f973bcc436d71690fcdd4f6237e5890cb8d01
gnu: bcg729: Update to 1.1.1-1.8bec1e5.
* gnu/packages/linphone.scm (bcg729): Update to 1.1.1-1.8bec1e5.
[#:phases] <check> Honor #:tests?.
Change-Id: I30e5732ce1d24a37f6a4a8ee1b55fb5db861b932
gnu: libsrtp: Update to 2.6.0.
* gnu/packages/telephony.scm (libsrtp): Update to 2.6.0.
[phases]: Use gexps. Remove trailing #t.
Change-Id: Ie059562f8744e62e6592193c562625fa393420ea
gnu: bzrtp: Update to 5.3.57 and disable tests.
* gnu/packages/linphone.scm (bzrtp): Update to 5.3.57.
[arguments]: Use gexps.
<#:configure-flags>: Replace -DENABLE_STATIC=NO with -DBUILD_SHARED_LIBS=YES.
Remove -DENABLE_TESTS=YES. Add -DENABLE_DOC=YES.
<#:tests?>: New argument.
[inputs]: Move sqlite to...
[propagated-inputs]: ... here.
Change-Id: I81b6401a70621b07b3a495c7ab28088265a7f632
gnu: bcmatroska2: Update to 5.3.57.
* gnu/packages/linphone.scm (bcmatroska2): Update to 5.3.57.
[arguments]: Delete phases argument.
<configure-flags>: Replace -DENABLE_STATIC=NO with -DBUILD_SHARED_LIBS=ON.
Change-Id: Id26fb6a285cbb46a2347190c0b91ff22db8bca98
gnu: ortp: Update to 5.3.57.
* gnu/packages/linphone.scm (ortp): Update to 5.3.57.
[configure-flags]: Replace -DENABLE_STATIC=OFF with -DBUILD_SHARED_LIBS=ON.
Change-Id: I8aeb5660356f31ab464b74e113cbb47f19c3c464