2.3'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/aidc.scm
AgeCommit message (Expand)Author
2022-11-06gnu: fmt: Update to 9.1.0....* gnu/packages/pretty-print.scm (fmt): Update to 9.1.0. (fmt-8): New variable. * gnu/packages/hyperledger.scm (hyperledger-iroha) [snippet]: Delete trailing #t. [native-inputs]: Re-indent. Replace fmt with fmt-8. * gnu/packages/networking.scm (opendht) [inputs]: Replace fmt with fmt-8. * gnu/packages/storage.scm (ceph): Likewise. * gnu/packages/video.scm (mkvtoolnix): Likewise. * gnu/packages/aidc.scm (zxing-cpp): Likewise. * gnu/packages/wm.scm (waybar): Likewise. * gnu/packages/geo.scm (osm2pgsql): Likewise. * gnu/packages/graphics.scm (openimageio): Likewise. * gnu/packages/build-tools.scm (bear): Likewise. * gnu/packages/networking.scm (restinio): Likewise. Maxim Cournoyer
2022-07-17gnu: libdmtx: Omit static library....* gnu/packages/aidc.scm (libdmtx)[arguments]: Add "--disable-static" to #:configure-flags. Tobias Geerinckx-Rice
2022-07-17gnu: libdmtx: Update to 0.7.7....* gnu/packages/aidc.scm (libdmtx): Update to 0.7.7. [arguments]: Re-enable tests. Tobias Geerinckx-Rice
2021-12-18gnu: barcode: Fix build with GCC 10....Reported by bdju on #guix. * gnu/packages/aidc.scm (barcode)[arguments]: Build with -fcommon. Leo Famulari
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-11-11gnu: zxing-cpp: Update to 1.2.0-0.00783db....* gnu/packages/aidc.scm (zxing-cpp): Update to 1.2.0-0.00783db. [version]: Use git-version. [source]: Adjust accordingly. [native-inputs]: Replace googletest-source by the regular googletest package. Add fmt. [arguments]: Remove field. (zxing-cpp-1.2): New variable. * gnu/packages/gstreamer.scm (gst-plugins-bad): Skip failing test. [inputs]: Use zxing-cpp-1.2. Maxim Cournoyer
2021-11-11Revert gstreamer update to 1.19.2....This reverts commits from e49190cf2befec56246c2baa8697e30c7ba491ac to b2fe4c44e39f66d203d99b16aeed3bb69ccca6c8. Reason: 1.19 is an unstable (development) release rather than a stable one. Maxim Cournoyer
2021-11-11gnu: zxing-cpp: Update to 1.2.0....* gnu/packages/aidc.scm (zxing-cpp): Update to 1.2.0. Remove trailing #t. [native-inputs]: Remove field. [out-of-source?]: Remove argument. [tests?]: Set to #f. [configure-flags]: New argument. [phases]: Remove argument. Maxim Cournoyer
2021-06-19Merge branch 'master' into core-updates...Note: this merge actually changes the 'curl' and 'python-attrs' derivations, as part of solving caf4a7a2770ef4d05a6e18f40d602e51da749ddc and 12964df69a99de6190422c752fef65ef813f3b6b respectively. 4604d43c0e (gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it cannot currently be tested. Conflicts: gnu/local.mk gnu/packages/aidc.scm gnu/packages/boost.scm gnu/packages/curl.scm gnu/packages/nettle.scm gnu/packages/networking.scm gnu/packages/python-xyz.scm gnu/packages/tls.scm Marius Bakke
2021-06-14gnu: Rename qtbase to qtbase-5....This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit. Maxim Cournoyer
2021-04-19gnu: zbar: Update to 0.23.90....* gnu/packages/aidc.scm (zbar)[version]: Update to 0.23.90. [source]: Switch to git repository. [native-inputs]: Add autoconf, automake, gettext-minimal, libtool and python-wrapper. Move gobject-introspection to here from ... [inputs]: ... here. Add dbus and perl. Move gtk+ and qtbase to ... [propagated-inputs]: ... here. Add glib. Raghav Gururajan
2021-03-29gnu: qrencode: Enable tests....* gnu/packages/aidc.scm (qrencode)[arguments]: Add configure-flag to build tests. Use custom 'check phase to run tests. Efraim Flashner
2021-03-29gnu: qrencode: Update to 4.1.1....* gnu/packages/aidc.scm (qrencode): Update to 4.1.1. Efraim Flashner