[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/71: gnu: Add julia-libvorbis-jll.
From: |
guix-commits |
Subject: |
19/71: gnu: Add julia-libvorbis-jll. |
Date: |
Sun, 30 May 2021 05:57:34 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 92e817ea15c08654f8961d75fbd879266c3c9dad
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun May 30 11:02:30 2021 +0300
gnu: Add julia-libvorbis-jll.
* gnu/packages/julia-jll.scm (julia-libvorbis-jll): New variable.
---
gnu/packages/julia-jll.scm | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/julia-jll.scm b/gnu/packages/julia-jll.scm
index 1cf9b7d..9e542fb 100644
--- a/gnu/packages/julia-jll.scm
+++ b/gnu/packages/julia-jll.scm
@@ -513,6 +513,44 @@ used in autogenerated packages via
@code{BinaryBuilder.jl}.")
(description "This package provides a wrapper for libtiff")
(license license:expat)))
+(define-public julia-libvorbis-jll
+ (package
+ (name "julia-libvorbis-jll")
+ (version "1.3.6+4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaBinaryWrappers/libvorbis_jll.jl")
+ (commit (string-append "libvorbis-v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1zmwhpjy6gr865psjn600g6ickskp4sq34qf1qg8ji6x4v09pzrh"))))
+ (build-system julia-build-system)
+ (arguments
+ '(#:tests? #f ; no runtests
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'override-binary-path
+ (lambda* (#:key inputs #:allow-other-keys)
+ (map
+ (lambda (wrapper)
+ (substitute* wrapper
+ (("artifact\"libvorbis\"")
+ (string-append "\"" (assoc-ref inputs "libvorbis") "\""))))
+ ;; There's a Julia file for each platform, override them all
+ (find-files "src/wrappers/" "\\.jl$")))))))
+ (inputs
+ `(("libvorbis" ,libvorbis)))
+ (propagated-inputs
+ `(("julia-jllwrappers" ,julia-jllwrappers)
+ ("julia-ogg-jll" ,julia-ogg-jll)))
+ (home-page "https://github.com/JuliaBinaryWrappers/libvorbis_jll.jl")
+ (synopsis "Libvorbis library wrappers")
+ (description
+ "This package provides a wrapper for the libvorbis audio library.")
+ (license license:expat)))
+
(define-public julia-mbedtls-jll
(package
(name "julia-mbedtls-jll")
- 04/71: gnu: julia-jpegturbo-jll: Move to (gnu packages julia-jll)., (continued)
- 04/71: gnu: julia-jpegturbo-jll: Move to (gnu packages julia-jll)., guix-commits, 2021/05/30
- 05/71: gnu: julia-mbedtls-jll: Move to (gnu packages julia-jll)., guix-commits, 2021/05/30
- 06/71: gnu: julia-openspecfun-jll: Move to (gnu packages julia-jll)., guix-commits, 2021/05/30
- 07/71: gnu: julia-zlib-jll: Move to (gnu packages julia-jll)., guix-commits, 2021/05/30
- 09/71: gnu: julia-libpng-jll: Move to (gnu packages julia-jll)., guix-commits, 2021/05/30
- 12/71: gnu: Add julia-x264-jll., guix-commits, 2021/05/30
- 08/71: gnu: julia-zstd-jll: Move to (gnu packages julia-jll)., guix-commits, 2021/05/30
- 11/71: gnu: julia-imagemagick-jll: Move to (gnu packages julia-jll)., guix-commits, 2021/05/30
- 14/71: gnu: Add julia-fribidi-jll., guix-commits, 2021/05/30
- 17/71: gnu: Add julia-lame-jll., guix-commits, 2021/05/30
- 19/71: gnu: Add julia-libvorbis-jll.,
guix-commits <=
- 10/71: gnu: julia-libtiff-jll: Move to (gnu packages julia-jll)., guix-commits, 2021/05/30
- 13/71: gnu: Add julia-bzip2-jll., guix-commits, 2021/05/30
- 15/71: gnu: Add julia-freetype2-jll., guix-commits, 2021/05/30
- 16/71: gnu: Add julia-libfdk-aac-jll., guix-commits, 2021/05/30
- 18/71: gnu: Add julia-ogg-jll., guix-commits, 2021/05/30
- 20/71: gnu: Add julia-x265-jll., guix-commits, 2021/05/30
- 21/71: gnu: Add julia-openssl-jll., guix-commits, 2021/05/30
- 22/71: gnu: Add julia-opus-jll., guix-commits, 2021/05/30
- 26/71: gnu: Add julia-libiconv-jll., guix-commits, 2021/05/30
- 27/71: gnu: Add julia-libffi-jll., guix-commits, 2021/05/30