[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51207] [PATCH 9/9] gnu: Add julia-media.
From: |
zimoun |
Subject: |
[bug#51207] [PATCH 9/9] gnu: Add julia-media. |
Date: |
Thu, 14 Oct 2021 17:59:05 +0200 |
* gnu/packages/julia-xyz.scm (julia-media): New variable.
---
gnu/packages/julia-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index da8a3140d5..737e8bb733 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2865,6 +2865,32 @@ (define-public julia-measures
resolving them into absolute units.")
(license license:expat)))
+(define-public julia-media
+ (package
+ (name "julia-media")
+ (version "0.5.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JunoLab/Media.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "05jq9j3vs8yfj2lwz3sh1vk5rha06xdcikp9s2q3dn316vryy6di"))))
+ (build-system julia-build-system)
+ ;; Package without Project.toml
+ (arguments
+ '(#:julia-package-name "Media"))
+ (propagated-inputs
+ `(("julia-macrotools" ,julia-macrotools)))
+ (home-page "https://github.com/JunoLab/Media.jl")
+ (synopsis "Unified measure and coordinates types")
+ (description "This package provides a display system which enables the
+user handle multiple input/output devices and decide what media types get
+displayed where.")
+ (license license:expat)))
+
(define-public julia-missings
(package
(name "julia-missings")
--
2.32.0
- [bug#51207] [PATCH 0/9] More Julia packages toward Flux, zimoun, 2021/10/14
- [bug#51207] [PATCH 1/9] gnu: julia-coordinatetransformations: Enable tests., zimoun, 2021/10/14
- [bug#51207] [PATCH 8/9] gnu: Add julia-codeczlib., zimoun, 2021/10/14
- [bug#51207] [PATCH 4/9] gnu: julia-paddedviews: Enable tests., zimoun, 2021/10/14
- [bug#51207] [PATCH 7/9] gnu: Add julia-transcodingstreams., zimoun, 2021/10/14
- [bug#51207] [PATCH 6/9] gnu: Add julia-functors., zimoun, 2021/10/14
- [bug#51207] [PATCH 9/9] gnu: Add julia-media.,
zimoun <=
- [bug#51207] [PATCH 5/9] gnu: julia-stackviews: Enable tests., zimoun, 2021/10/14
- [bug#51207] [PATCH 2/9] gnu: julia-colortypes: Enable tests., zimoun, 2021/10/14
- [bug#51207] [PATCH 3/9] gnu: julia-irtools: Enable tests., zimoun, 2021/10/14
- bug#51207: [PATCH 0/9] More Julia packages toward Flux, Efraim Flashner, 2021/10/19