[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: etl: Update to 1.4.4.
From: |
guix-commits |
Subject: |
01/06: gnu: etl: Update to 1.4.4. |
Date: |
Tue, 3 Jan 2023 18:32:31 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 7957fdb88c450c0802664f42d0d58b4d87de2b94
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 3 23:09:51 2023 +0100
gnu: etl: Update to 1.4.4.
* gnu/packages/animation.scm (etl): Update to 1.4.4.
[inputs]: Add glibmm-2.64.
[native-inputs]: Add pkg-config.
---
gnu/packages/animation.scm | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm
index 9901e34b5f..a7f0702ac0 100644
--- a/gnu/packages/animation.scm
+++ b/gnu/packages/animation.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015, 2017 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2015, 2017, 2023 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Pkill -9 <pkill9@runbox.com>
;;; Copyright © 2020, 2021, 2022 Vinicius Monego <monego@posteo.net>
@@ -92,7 +92,7 @@ rendering vector based animations and art in realtime.")
(license license:expat)))
;; ETL, synfig, and Synfig Studio are updated in tandem.
-(define synfig-version "1.2.2")
+(define synfig-version "1.4.4")
(define-public etl
(package
@@ -100,12 +100,15 @@ rendering vector based animations and art in realtime.")
(version synfig-version)
(source (origin
(method url-fetch)
- (uri (string-append "mirror://sourceforge/synfig/releases/"
- version "/source/ETL-" version ".tar.gz"))
+ (uri (string-append "https://github.com/synfig/synfig"
+ "/releases/download/v" version
+ "/ETL-" version ".tar.gz"))
(sha256
(base32
- "12sd8pz8l5xcxcmapkvih3brihdhdb6xmxisr9a415lydid9rh8d"))))
+ "1jnahpxvrdxrll7b7av3zxabm5j3nlz6m3vg4sib2278v1wf91yc"))))
(build-system gnu-build-system)
+ (inputs (list glibmm-2.64))
+ (native-inputs (list pkg-config))
(home-page "https://www.synfig.org")
(synopsis "Extended C++ template library")
(description
- branch master updated (2361086b7c -> 4a487941ad), guix-commits, 2023/01/03
- 03/06: gnu: synfigstudio: Use gexp., guix-commits, 2023/01/03
- 04/06: gnu: synfigstudio: Update to 1.4.4., guix-commits, 2023/01/03
- 02/06: gnu: synfig: Update to 1.4.4., guix-commits, 2023/01/03
- 01/06: gnu: etl: Update to 1.4.4.,
guix-commits <=
- 06/06: gnu: r-qs: Add missing inputs., guix-commits, 2023/01/03
- 05/06: gnu: Add r-multidplyr., guix-commits, 2023/01/03