guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: openscenegraph: Update to 3.6.4 and build JPEG plugin.


From: guix-commits
Subject: 01/02: gnu: openscenegraph: Update to 3.6.4 and build JPEG plugin.
Date: Tue, 24 Sep 2019 13:23:10 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 24f7bac02a70257a7cd1bb2e1ec35d7cc753057e
Author: Pierre Neidhardt <address@hidden>
Date:   Tue Sep 24 19:18:58 2019 +0200

    gnu: openscenegraph: Update to 3.6.4 and build JPEG plugin.
    
    * gnu/packages/graphics.scm (openscenegraph): Update to 3.6.4.
    [inputs]: Add libjpeg.
---
 gnu/packages/graphics.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index cd33ea2..d4e9adb 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -15,6 +15,7 @@
 ;;; Copyright © 2019 Carlo Zancanaro <address@hidden>
 ;;; Copyright © 2019 Steve Sprang <address@hidden>
 ;;; Copyright © 2019 John Soo <address@hidden>
+;;; Copyright © 2019 Pierre Neidhardt <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -510,7 +511,7 @@ visual effects work for film.")
 (define-public openscenegraph
   (package
     (name "openscenegraph")
-    (version "3.6.3")
+    (version "3.6.4")
     (source
      (origin
        (method git-fetch)
@@ -519,7 +520,7 @@ visual effects work for film.")
              (commit (string-append "OpenSceneGraph-" version))))
        (sha256
         (base32
-         "0h32z15sa8sbq276j0iib0n707m8bs4p5ji9z2ah411446paad9q"))
+         "0x8hdbzw0b71j91fzp9cwmy9a7ava8v8wwyj8nxijq942vdx1785"))
        (file-name (git-file-name name version))))
     (properties
      `((upstream-name . "OpenSceneGraph")))
@@ -538,6 +539,7 @@ visual effects work for film.")
        ("unzip" ,unzip)))
     (inputs
      `(("giflib" ,giflib)
+       ("libjpeg" ,libjpeg)             ; Required for the JPEG texture plugin.
        ("jasper" ,jasper)
        ("librsvg" ,librsvg)
        ("libxrandr" ,libxrandr)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]