aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/smalltalk.scm
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2019-03-05 17:04:00 -0500
committerLeo Famulari <leo@famulari.name>2019-03-05 18:29:20 -0500
commit84eb265eb8076876d2b569bcdff1e44b44b4b295 (patch)
tree5879d0400d8a3ef9c53afdad3c40809c7862b0fd /gnu/packages/smalltalk.scm
parenta7afa45401164b78757536bbe95ecc70100d62ac (diff)
downloadguix-84eb265eb8076876d2b569bcdff1e44b44b4b295.tar.gz
guix-84eb265eb8076876d2b569bcdff1e44b44b4b295.zip
gnu: FFmpeg: Build with AV1 support.
* gnu/packages/video.scm (ffmpeg)[inputs]: Add libaom. [arguments]: Pass '--enable-libaom' to #:configure-flags. (ffmpeg-3.4)[inputs, arguments]: Filter out libaom.
Diffstat (limited to 'gnu/packages/smalltalk.scm')
0 files changed, 0 insertions, 0 deletions
Likewise. (go-package-synopsis): Likewise. (fetch-go.mod): Use the memoized http-fetch*. (parse-go.mod): Adjust to receive content as a string. (fetch-module-meta-data): Adjust to use http-fetch*. (go-module->guix-package): Adjust to the modified fetch-go.mod return value. [inputs]: Use propagated inputs, which is the most common situations for Go libraries. [description]: Beautify description. [licenses]: Do no check for #f. The result of the license parsing is always a list. * tests/go.scm: Adjust following above changes. Maxim Cournoyer 2021-03-10import: go: Compute the hash of Git checkouts....* guix/import/go.scm (vcs-file?, file-hash, git-checkout-hash): New procedures. (vcs->origin): Use 'git-checkout-hash' in the 'git case. Ludovic Courtès 2021-03-10import: Add Go importer....This patch adds a 'guix import go' command. * doc/guix.texi (Requirements): Mention Guile-Lib dependency. (Invoking guix import): Document 'guix import go'. * gnu/packages/package-management.scm (guix)[inputs, propagated-inputs]: Add GUILE-LIB. * guix/self.scm (compiled-guix)[guile-lib]: New variable. [dependencies]: Add it. (specification->package): Add "guile-lib". * guix/build-system/go.scm (go-version->git-ref): New procedure. * guix/import/go.scm, guix/scripts/import/go.scm, tests/go.scm: New files. * guix/scripts/import.scm: Declare subcommand guix import go * po/guix/POTFILES.in: Add 'guix/scripts/import/go.scm'. * Makefile.am (MODULES): Add 'guix/import/go.scm' and 'guix/scripts/import/go.scm'. (SCM_TESTS): Add 'tests/go.scm'. Co-Authored-By: Helio Machado <0x2b3bfa0@gmail.com> Co-Authored-By: Francois Joulaud <francois.joulaud@radiofrance.com> Co-Authored-By: Maxim Cournoyer <maxim.cournoyer@gmail.com> Co-Authored-by: Ludovic Courtès <ludo@gnu.org> Katherine Cox-Buday