[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/75: gnu: libvpx: Use 'modify-phases'.
From: |
Mark H. Weaver |
Subject: |
10/75: gnu: libvpx: Use 'modify-phases'. |
Date: |
Wed, 24 Feb 2016 16:51:30 +0000 |
mhw pushed a commit to branch media-updates
in repository guix.
commit 0e47b4e7690c1c8dd2d4ec9056215c99653fe40b
Author: Efraim Flashner <address@hidden>
Date: Tue Jan 19 07:24:28 2016 +0200
gnu: libvpx: Use 'modify-phases'.
* gnu/packages/video.scm (libvpx)[arguments]: Use 'modify-phases'.
---
gnu/packages/video.scm | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 04aca2c..49ce2e5 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -785,20 +785,20 @@ projects while introducing many more.")
"15v7qw0ydyxn08ksb6lxn1l51pxgpwgshdwd3275yrr5hs86fv9h"))))
(build-system gnu-build-system)
(arguments
- `(#:phases (alist-replace
- 'configure
- (lambda* (#:key outputs #:allow-other-keys)
- (setenv "CONFIG_SHELL" (which "bash"))
- (let ((out (assoc-ref outputs "out")))
- (setenv "LDFLAGS"
- (string-append "-Wl,-rpath=" out "/lib"))
- (zero? (system* "./configure"
- "--enable-shared"
- "--as=yasm"
- ;; Limit size to avoid CVE-2015-1258
- "--size-limit=16384x16384"
- (string-append "--prefix=" out)))))
- %standard-phases)
+ `(#:phases
+ (modify-phases %standard-phases
+ (replace 'configure
+ (lambda* (#:key outputs #:allow-other-keys)
+ (setenv "CONFIG_SHELL" (which "bash"))
+ (let ((out (assoc-ref outputs "out")))
+ (setenv "LDFLAGS"
+ (string-append "-Wl,-rpath=" out "/lib"))
+ (zero? (system* "./configure"
+ "--enable-shared"
+ "--as=yasm"
+ ;; Limit size to avoid CVE-2015-1258
+ "--size-limit=16384x16384"
+ (string-append "--prefix=" out)))))))
#:tests? #f)) ; no check target
(native-inputs
`(("perl" ,perl)
- 14/75: gnu: libinput: Update to 1.1.902., (continued)
- 14/75: gnu: libinput: Update to 1.1.902., Mark H. Weaver, 2016/02/24
- 17/75: gnu: iceauth: Update to 1.0.7., Mark H. Weaver, 2016/02/24
- 15/75: gnu: bdftopcf: Update to 1.0.5., Mark H. Weaver, 2016/02/24
- 13/75: gnu: libwacom: Propagate glib input., Mark H. Weaver, 2016/02/24
- 20/75: gnu: libfontenc: Update to 1.1.3., Mark H. Weaver, 2016/02/24
- 07/75: gnu: Add gst-plugins-bad., Mark H. Weaver, 2016/02/24
- 19/75: gnu: libxshmfence: Update to 1.2., Mark H. Weaver, 2016/02/24
- 23/75: gnu: libxkbfile: Update to 1.0.9., Mark H. Weaver, 2016/02/24
- 22/75: gnu: libxdmcp: Update to 1.1.2., Mark H. Weaver, 2016/02/24
- 03/75: gnu: gst-plugins-base: Update to 1.6.3., Mark H. Weaver, 2016/02/24
- 10/75: gnu: libvpx: Use 'modify-phases'.,
Mark H. Weaver <=
- 06/75: gnu: gst-libav: Update to 1.6.3., Mark H. Weaver, 2016/02/24
- 27/75: gnu: setxkbmap: Update to 1.3.1., Mark H. Weaver, 2016/02/24
- 26/75: gnu: sessreg: Update to 1.1.0., Mark H. Weaver, 2016/02/24
- 31/75: gnu: xdpyinfo: Update to 1.3.2., Mark H. Weaver, 2016/02/24
- 30/75: gnu: xcmsdb: Update to 1.0.5., Mark H. Weaver, 2016/02/24
- 21/75: gnu: libfs: Update to 1.0.7., Mark H. Weaver, 2016/02/24
- 24/75: gnu: mkfontscale: Update to 1.1.2., Mark H. Weaver, 2016/02/24
- 28/75: gnu: smproxy: Update to 1.0.6., Mark H. Weaver, 2016/02/24
- 09/75: gnu: libvpx: Update to 1.5.0., Mark H. Weaver, 2016/02/24
- 29/75: gnu: x11perf: Update to 1.6.0., Mark H. Weaver, 2016/02/24