From 31f9322e6fdecc6addcf8a67e0200bf1f457a7d7 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Fri, 13 Dec 2013 11:32:25 +0100 Subject: gnu: ffmpeg: Check via "make fate". * gnu/packages/patches/ffmpeg-check.patch: Drop patch. * gnu-system.am (dist_patch_DATA): Unregister patch. * gnu/packages/video.scm (ffmpeg): Drop patch and use "fate" as test target as recommended at http://trac.ffmpeg.org/ticket/3177#comment:11 . * gnu/packages/video.scm --- gnu/packages/video.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'gnu/packages/video.scm') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 563ff3cb77..199f7c2c74 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -21,7 +21,6 @@ #:use-module (guix packages) #:use-module (guix download) #:use-module (guix build-system gnu) - #:use-module (gnu packages) #:use-module (gnu packages algebra) #:use-module (gnu packages compression) #:use-module (gnu packages fontutils) @@ -42,9 +41,7 @@ version ".tar.bz2")) (sha256 (base32 - "1qnspbpwa6cflsb6mkm84ay4nfx60ism6d7lgvnasidck9dmxydy")) - ;; from upstream, drop with next release - (patches (list (search-patch "ffmpeg-check.patch"))))) + "1qnspbpwa6cflsb6mkm84ay4nfx60ism6d7lgvnasidck9dmxydy")))) (build-system gnu-build-system) (inputs `(("bc" ,bc) @@ -60,7 +57,8 @@ ("yasm" ,yasm) ("zlib", zlib))) (arguments - `(#:phases + `(#:test-target "fate" + #:phases (alist-replace 'configure ;; configure does not work followed by "SHELL=..." and -- cgit v1.2.3