[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: mlt: Update to 6.12.0.
From: |
guix-commits |
Subject: |
07/10: gnu: mlt: Update to 6.12.0. |
Date: |
Sun, 17 Feb 2019 19:20:32 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 7acc52f98bf471e7bd3858ac821f6080613d87be
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Feb 17 21:23:17 2019 +0100
gnu: mlt: Update to 6.12.0.
* gnu/packages/video.scm (mlt): Update to 6.12.0.
[arguments]: Re-indent.
---
gnu/packages/video.scm | 28 +++++++++++-----------------
1 file changed, 11 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b7f79aa..12eb933 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2039,7 +2039,7 @@ from sites like Twitch.tv and pipes them into a video
player of choice.")
(define-public mlt
(package
(name "mlt")
- (version "6.10.0")
+ (version "6.12.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2048,16 +2048,10 @@ from sites like Twitch.tv and pipes them into a video
player of choice.")
(file-name (git-file-name name version))
(sha256
(base32
- "0ki86yslr5ywa6sz8pjrgd9a4rn2rr4mss2zkmqi7pq8prgsm1fr"))
- (modules '((guix build utils)))
- (snippet '(begin
- ;; As of glibc 2.26, <xlocale.h> no longer is.
- (substitute* "src/framework/mlt_property.h"
- (("xlocale\\.h") "locale.h"))
- #t))))
+ "0pzm3mjbbdl2rkbswgyfkx552xlxh2qrwzsi2a4dicfr92rfgq6w"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f ; no tests
+ `(#:tests? #f ; no tests
#:make-flags '("CC=gcc" "CXX=g++ -std=gnu++11")
#:configure-flags
(list "--enable-gpl3"
@@ -2065,14 +2059,14 @@ from sites like Twitch.tv and pipes them into a video
player of choice.")
#:phases
(modify-phases %standard-phases
(add-after
- 'configure 'override-LDFLAGS
- (lambda* (#:key outputs #:allow-other-keys)
- (substitute* "config.mak"
- (("LDFLAGS\\+=")
- (string-append "LDFLAGS+=-Wl,-rpath="
- (assoc-ref outputs "out")
- "/lib ")))
- #t)))))
+ 'configure 'override-LDFLAGS
+ (lambda* (#:key outputs #:allow-other-keys)
+ (substitute* "config.mak"
+ (("LDFLAGS\\+=")
+ (string-append "LDFLAGS+=-Wl,-rpath="
+ (assoc-ref outputs "out")
+ "/lib ")))
+ #t)))))
(inputs
`(("alsa-lib" ,alsa-lib)
("ffmpeg" ,ffmpeg-3.4)
- branch master updated (ff33c38 -> a9e9c73), guix-commits, 2019/02/17
- 04/10: gnu: eid-mw: Update to 4.4.13., guix-commits, 2019/02/17
- 08/10: gnu: youtube-viewer: Update to 3.5.2., guix-commits, 2019/02/17
- 07/10: gnu: mlt: Update to 6.12.0.,
guix-commits <=
- 02/10: gnu: beep: Update to 1.4.3., guix-commits, 2019/02/17
- 06/10: gnu: lsyncd: Don't use unstable tarball., guix-commits, 2019/02/17
- 05/10: gnu: python-qrcode: Update to 6.1., guix-commits, 2019/02/17
- 01/10: gnu: beep: Don't use NAME in source URI., guix-commits, 2019/02/17
- 03/10: gnu: i3-wm: Epand description., guix-commits, 2019/02/17
- 09/10: gnu: you-get: Update to 0.4.1210., guix-commits, 2019/02/17
- 10/10: gnu: motion: Update to 4.2.2., guix-commits, 2019/02/17