guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: blender: Build against ffmpeg 2.8.


From: Ludovic Courtès
Subject: 01/01: gnu: blender: Build against ffmpeg 2.8.
Date: Wed, 27 Apr 2016 12:18:09 +0000

civodul pushed a commit to branch master
in repository guix.

commit f0b8689884d913fa8af8f2c7a7962ab6dbd78bd3
Author: Ludovic Courtès <address@hidden>
Date:   Wed Apr 27 14:15:46 2016 +0200

    gnu: blender: Build against ffmpeg 2.8.
    
    Reported by Danny Milosavljevic <address@hidden>.
    
    * gnu/packages/graphics.scm (blender)[inputs]: Use FFMPEG-2.8 instead of
    FFMPEG.
---
 gnu/packages/graphics.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index c01eb39..f46dee3 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015 Ludovic Courtès <address@hidden>
+;;; Copyright © 2015, 2016 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Tomáš Čech <address@hidden>
 ;;; Copyright © 2016 Leo Famulari <address@hidden>
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
@@ -118,7 +118,7 @@
        ("libjpeg" ,libjpeg)
        ("libpng" ,libpng)
        ("libtiff" ,libtiff)
-       ("ffmpeg" ,ffmpeg)
+       ("ffmpeg-2.8" ,ffmpeg-2.8) 
;<https://lists.gnu.org/archive/html/guix-devel/2016-04/msg01019.html>
        ("fftw" ,fftw)
        ("jack" ,jack-1)
        ("libsndfile" ,libsndfile)



reply via email to

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