diff options
author | Gabriel Wicki <gabriel@erlikon.ch> | 2024-11-05 23:23:50 +0100 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2024-12-10 22:35:04 -0800 |
commit | 2159d8fc03487da400e6694d522a41b934a2a1aa (patch) | |
tree | c474ea435438c6f2bf8809ae20b445f74ef9f6c0 | |
parent | 3ba56d011e5b568f653c5d1cc54e407e2e9062da (diff) | |
download | guix-2159d8fc03487da400e6694d522a41b934a2a1aa.tar.gz guix-2159d8fc03487da400e6694d522a41b934a2a1aa.zip |
gnu: Fix synopsis in various julia packages.
* gnu/packages/julia-jll.scm (julia-ffmpeg-jll): Fix synopsis.
(julia-libgcrypt-jll): Fix synopsis. (julia-libgpg-error-jll): Fix synopsis.
(julia-x264-jll): Fix synopsis. (julia-x265-jll): Fix synopsis.
(julia-xorg-libxrender-jll): Fix synopsis. (julia-xorg-xkbcomp-jll): Fix
synopsis. (julia-xorg-xtrans-jll): Fix synopsis.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
-rw-r--r-- | gnu/packages/julia-jll.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/julia-jll.scm b/gnu/packages/julia-jll.scm index 50bbd40a84..215e3127a1 100644 --- a/gnu/packages/julia-jll.scm +++ b/gnu/packages/julia-jll.scm @@ -351,7 +351,7 @@ build tree Yggdrasil.") julia-x265-jll julia-zlib-jll)) (home-page "https://github.com/JuliaBinaryWrappers/FFMPEG_jll.jl") - (synopsis "ffmpeg library wrappers") + (synopsis "Library wrappers for ffmpeg") (description "This package provides a wrapper for ffmpeg.") (license license:expat))) @@ -989,7 +989,7 @@ used in autogenerated packages via @code{BinaryBuilder.jl}.") (propagated-inputs (list julia-jllwrappers julia-libgpg-error-jll)) (home-page "https://github.com/JuliaBinaryWrappers/Libgcrypt_jll.jl") - (synopsis "libgcrypt library wrappers") + (synopsis "Library wrappers for libgcrypt") (description "This package provides a wrapper for the libgcrypt library.") (license license:expat))) @@ -1063,7 +1063,7 @@ used in autogenerated packages via @code{BinaryBuilder.jl}.") (propagated-inputs (list julia-jllwrappers)) (home-page "https://github.com/JuliaBinaryWrappers/Libgpg_error_jll.jl") - (synopsis "libgpg-error library wrappers") + (synopsis "Library wrappers for libgpg-error") (description "This package provides a wrapper for the libgpg-error library.") (license license:expat))) @@ -1837,7 +1837,7 @@ build tree Yggdrasil.") (propagated-inputs (list julia-jllwrappers)) (home-page "https://github.com/JuliaBinaryWrappers/x264_jll.jl") - (synopsis "x264 library wrappers") + (synopsis "Library wrappers for x264") (description "This package provides a wrapper for the x264 video library.") (license license:expat))) @@ -1873,7 +1873,7 @@ build tree Yggdrasil.") (propagated-inputs (list julia-jllwrappers)) (home-page "https://github.com/JuliaBinaryWrappers/x265_jll.jl") - (synopsis "x265 library wrappers") + (synopsis "Library wrappers for x265") (description "This package provides a wrapper for the x265 video library.") (license license:expat))) @@ -2422,7 +2422,7 @@ build tree Yggdrasil.") (propagated-inputs (list julia-jllwrappers julia-xorg-libx11-jll)) (home-page "https://github.com/JuliaBinaryWrappers/Xorg_libXrender_jll.jl") - (synopsis "libXrender library wrappers") + (synopsis "Library wrappers libXrender") (description "This package provides a wrapper for the libXrender library.") (license license:expat))) @@ -2638,7 +2638,7 @@ build tree Yggdrasil.") (propagated-inputs (list julia-jllwrappers julia-xorg-libxkbfile-jll)) (home-page "https://github.com/JuliaBinaryWrappers/Xorg_xkbcomp_jll.jl") - (synopsis "xkbcomp library wrappers") + (synopsis "Library wrappers for xkbcomp") (description "This package provides a wrapper for the xkbcomp library.") (license license:expat))) @@ -2710,7 +2710,7 @@ build tree Yggdrasil.") (propagated-inputs (list julia-jllwrappers)) (home-page "https://github.com/JuliaBinaryWrappers/Xorg_xtrans_jll.jl") - (synopsis "xtrans library wrappers") + (synopsis "Library wrappers for xtrans") (description "This package provides a wrapper for the xtrans library.") (license license:expat))) |