[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/27: gnu: openscenegraph: Update to 3.6.5.
From: |
guix-commits |
Subject: |
17/27: gnu: openscenegraph: Update to 3.6.5. |
Date: |
Sun, 16 Feb 2020 16:59:28 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 1788bb9016a98d9c9412bc1611156d33f3f731d0
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Feb 16 21:02:04 2020 +0100
gnu: openscenegraph: Update to 3.6.5.
* gnu/packages/graphics.scm (openscenegraph): Update to 3.6.5.
---
gnu/packages/graphics.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index f723e00..f437c26 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -441,7 +441,7 @@ visual effects work for film.")
(define-public openscenegraph
(package
(name "openscenegraph")
- (version "3.6.4")
+ (version "3.6.5")
(source
(origin
(method git-fetch)
@@ -449,14 +449,13 @@ visual effects work for film.")
(url "https://github.com/openscenegraph/OpenSceneGraph")
(commit (string-append "OpenSceneGraph-" version))))
(sha256
- (base32
- "0x8hdbzw0b71j91fzp9cwmy9a7ava8v8wwyj8nxijq942vdx1785"))
+ (base32 "00i14h82qg3xzcyd8p02wrarnmby3aiwmz0z43l50byc9f8i05n1"))
(file-name (git-file-name name version))))
(properties
`((upstream-name . "OpenSceneGraph")))
(build-system cmake-build-system)
(arguments
- `(#:tests? #f ; no test target available
+ `(#:tests? #f ; no test target available
;; Without this flag, 'rd' will be added to the name of the
;; library binaries and break linking with other programs.
#:build-type "Release"
@@ -469,7 +468,7 @@ visual effects work for film.")
("unzip" ,unzip)))
(inputs
`(("giflib" ,giflib)
- ("libjpeg" ,libjpeg) ; Required for the JPEG texture plugin.
+ ("libjpeg" ,libjpeg) ; required by the JPEG texture plugin
("jasper" ,jasper)
("librsvg" ,librsvg)
("libxrandr" ,libxrandr)
- 04/27: gnu: noise-repellent: Update to 0.1.5., (continued)
- 04/27: gnu: noise-repellent: Update to 0.1.5., guix-commits, 2020/02/16
- 11/27: gnu: lttoolbox: Remove redundant FILE-NAME., guix-commits, 2020/02/16
- 13/27: gnu: sbsigntools: Update to 0.9.3., guix-commits, 2020/02/16
- 14/27: gnu: fasm: Update to 1.73.22., guix-commits, 2020/02/16
- 15/27: gnu: fio: Update to 3.18., guix-commits, 2020/02/16
- 20/27: gnu: libmicrohttpd: Update to 0.9.70., guix-commits, 2020/02/16
- 18/27: gnu: openscenegraph: Fix typo in description., guix-commits, 2020/02/16
- 12/27: gnu: libasr: Update to 1.0.4., guix-commits, 2020/02/16
- 10/27: gnu: lttoolbox: Update to 3.5.1., guix-commits, 2020/02/16
- 16/27: gnu: flashrom: Update to 1.2., guix-commits, 2020/02/16
- 17/27: gnu: openscenegraph: Update to 3.6.5.,
guix-commits <=
- 19/27: gnu: freeorion: Update to 0.4.9., guix-commits, 2020/02/16
- 21/27: gnu: wabt: Use Texinfo mark-up., guix-commits, 2020/02/16
- 22/27: gnu: r-rocr: Use HTTPS home page., guix-commits, 2020/02/16
- 27/27: gnu: python-reno: Update home page., guix-commits, 2020/02/16
- 25/27: gnu: python2-enum: Use HTTPS home page., guix-commits, 2020/02/16
- 26/27: gnu: autoconf: Use HTTPS home page., guix-commits, 2020/02/16
- 23/27: gnu: r-tcltk2: Use HTTPS home page., guix-commits, 2020/02/16
- 24/27: gnu: r-sdmtools: Use HTTPS home page., guix-commits, 2020/02/16