[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: Add julia-media.
From: |
guix-commits |
Subject: |
09/09: gnu: Add julia-media. |
Date: |
Tue, 19 Oct 2021 03:22:45 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 14f8d58752c2f44b039e4f3b6e7f094ecd0ff1dd
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Oct 14 17:59:05 2021 +0200
gnu: Add julia-media.
* gnu/packages/julia-xyz.scm (julia-media): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
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 a87c9d1..58f58f3 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2865,6 +2865,32 @@ expressions involving differing types of units that are
then evaluated,
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")
- branch master updated (f3b64ad -> 14f8d58), guix-commits, 2021/10/19
- 02/09: gnu: julia-colortypes: Enable tests., guix-commits, 2021/10/19
- 05/09: gnu: julia-stackviews: Enable tests., guix-commits, 2021/10/19
- 09/09: gnu: Add julia-media.,
guix-commits <=
- 01/09: gnu: julia-coordinatetransformations: Enable tests., guix-commits, 2021/10/19
- 07/09: gnu: Add julia-transcodingstreams., guix-commits, 2021/10/19
- 04/09: gnu: julia-paddedviews: Enable tests., guix-commits, 2021/10/19
- 08/09: gnu: Add julia-codeczlib., guix-commits, 2021/10/19
- 03/09: gnu: julia-irtools: Enable tests., guix-commits, 2021/10/19
- 06/09: gnu: Add julia-functors., guix-commits, 2021/10/19