mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
3ba56d011e
commit
2159d8fc03
1 changed files with 8 additions and 8 deletions
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue