guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: wine-staging: Add ffmpeg support.


From: guix-commits
Subject: 01/01: gnu: wine-staging: Add ffmpeg support.
Date: Sun, 6 Jan 2019 04:56:45 -0500 (EST)

rhelling pushed a commit to branch master
in repository guix.

commit a51ac7af7f4ce3553758e644c71817a04e067878
Author: Rutger Helling <address@hidden>
Date:   Sun Jan 6 10:53:56 2019 +0100

    gnu: wine-staging: Add ffmpeg support.
    
    * gnu/packages/wine.scm (wine-staging)[inputs]: Add ffmpeg.
---
 gnu/packages/wine.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 6eb98ec..17e0b85 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2014, 2015 Sou Bunnbu <address@hidden>
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016, 2017, 2018 Efraim Flashner <address@hidden>
-;;; Copyright © 2017, 2018 Rutger Helling <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Rutger Helling <address@hidden>
 ;;; Copyright © 2017 Nicolas Goaziou <address@hidden>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
@@ -283,6 +283,7 @@ integrate Windows applications into your desktop.")
                (base32
                 "0nx5ahahfnmimd2b7zh2wx36b877vad10i2kr2zib9m9b2w8wyfd"))))
     (inputs `(("autoconf" ,autoconf) ; for autoreconf
+              ("ffmpeg" ,ffmpeg)
               ("gtk+" ,gtk+)
               ("libva" ,libva)
               ("python" ,python)



reply via email to

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