1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Gabriel Wicki
2024-11-05 23:23:50 +01:00
committed by Vagrant Cascadian
parent 3ba56d011e
commit 2159d8fc03

View File

@@ -351,7 +351,7 @@ build tree Yggdrasil.")
julia-x265-jll julia-x265-jll
julia-zlib-jll)) julia-zlib-jll))
(home-page "https://github.com/JuliaBinaryWrappers/FFMPEG_jll.jl") (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.") (description "This package provides a wrapper for ffmpeg.")
(license license:expat))) (license license:expat)))
@@ -989,7 +989,7 @@ used in autogenerated packages via @code{BinaryBuilder.jl}.")
(propagated-inputs (propagated-inputs
(list julia-jllwrappers julia-libgpg-error-jll)) (list julia-jllwrappers julia-libgpg-error-jll))
(home-page "https://github.com/JuliaBinaryWrappers/Libgcrypt_jll.jl") (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.") (description "This package provides a wrapper for the libgcrypt library.")
(license license:expat))) (license license:expat)))
@@ -1063,7 +1063,7 @@ used in autogenerated packages via @code{BinaryBuilder.jl}.")
(propagated-inputs (propagated-inputs
(list julia-jllwrappers)) (list julia-jllwrappers))
(home-page "https://github.com/JuliaBinaryWrappers/Libgpg_error_jll.jl") (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.") (description "This package provides a wrapper for the libgpg-error library.")
(license license:expat))) (license license:expat)))
@@ -1837,7 +1837,7 @@ build tree Yggdrasil.")
(propagated-inputs (propagated-inputs
(list julia-jllwrappers)) (list julia-jllwrappers))
(home-page "https://github.com/JuliaBinaryWrappers/x264_jll.jl") (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.") (description "This package provides a wrapper for the x264 video library.")
(license license:expat))) (license license:expat)))
@@ -1873,7 +1873,7 @@ build tree Yggdrasil.")
(propagated-inputs (propagated-inputs
(list julia-jllwrappers)) (list julia-jllwrappers))
(home-page "https://github.com/JuliaBinaryWrappers/x265_jll.jl") (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.") (description "This package provides a wrapper for the x265 video library.")
(license license:expat))) (license license:expat)))
@@ -2422,7 +2422,7 @@ build tree Yggdrasil.")
(propagated-inputs (propagated-inputs
(list julia-jllwrappers julia-xorg-libx11-jll)) (list julia-jllwrappers julia-xorg-libx11-jll))
(home-page "https://github.com/JuliaBinaryWrappers/Xorg_libXrender_jll.jl") (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.") (description "This package provides a wrapper for the libXrender library.")
(license license:expat))) (license license:expat)))
@@ -2638,7 +2638,7 @@ build tree Yggdrasil.")
(propagated-inputs (propagated-inputs
(list julia-jllwrappers julia-xorg-libxkbfile-jll)) (list julia-jllwrappers julia-xorg-libxkbfile-jll))
(home-page "https://github.com/JuliaBinaryWrappers/Xorg_xkbcomp_jll.jl") (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.") (description "This package provides a wrapper for the xkbcomp library.")
(license license:expat))) (license license:expat)))
@@ -2710,7 +2710,7 @@ build tree Yggdrasil.")
(propagated-inputs (propagated-inputs
(list julia-jllwrappers)) (list julia-jllwrappers))
(home-page "https://github.com/JuliaBinaryWrappers/Xorg_xtrans_jll.jl") (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.") (description "This package provides a wrapper for the xtrans library.")
(license license:expat))) (license license:expat)))