[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/11: gnu: frei0r-plugins: Update to 1.7.0.
From: |
guix-commits |
Subject: |
03/11: gnu: frei0r-plugins: Update to 1.7.0. |
Date: |
Tue, 10 Dec 2019 19:14:16 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 1debba19db18cafa189ada576f65b4d78933add7
Author: Marius Bakke <address@hidden>
Date: Tue Dec 10 21:03:28 2019 +0100
gnu: frei0r-plugins: Update to 1.7.0.
* gnu/packages/video.scm (frei0r-plugins): Update to 1.7.0.
[native-inputs]: Remove LIBTOOL, AUTOCONF and AUTOMAKE.
[arguments]: Remove 'autotools' phase. Add 'patch-Makefile' phase.
---
gnu/packages/video.scm | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f337d5f..289cc29 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3216,7 +3216,7 @@ alpha blending etc).")
(define-public frei0r-plugins
(package
(name "frei0r-plugins")
- (version "1.6.1")
+ (version "1.7.0")
(source
(origin
(method url-fetch)
@@ -3224,23 +3224,25 @@ alpha blending etc).")
"frei0r-plugins-" version ".tar.gz"))
(sha256
(base32
- "0pji26fpd0dqrx1akyhqi6729s394irl73dacnyxk58ijqq4dhp0"))))
+ "0fjji3060r4fwr7vn91lwfzl80lg3my9lkp94kbyw8xwz7qgh7qv"))))
(build-system gnu-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
- (add-after 'unpack 'autotools
+ (add-after 'unpack 'patch-Makefile
(lambda _
- (invoke "sh" "autogen.sh"))))))
+ ;; XXX: The 1.7.0 Makefile looks for files that have slightly
different
+ ;; names in the tarball. Try removing this for future versions.
+ (substitute* "Makefile.in"
+ (("README\\.md ChangeLog TODO AUTHORS")
+ "README.txt ChangeLog.txt TODO.txt AUTHORS.txt"))
+ #t)))))
;; TODO: opencv for additional face detection filters.
(inputs
`(("gavl" ,gavl)
("cairo" ,cairo)))
(native-inputs
- `(("pkg-config" ,pkg-config)
- ("libtool" ,libtool)
- ("automake" ,automake)
- ("autoconf" ,autoconf)))
+ `(("pkg-config" ,pkg-config)))
(home-page "https://www.dyne.org/software/frei0r/")
(synopsis "Minimalistic plugin API for video effects")
(description
- branch master updated (296ac36 -> 615d8c8), guix-commits, 2019/12/10
- 01/11: gnu: elogind: Update to 241.4., guix-commits, 2019/12/10
- 03/11: gnu: frei0r-plugins: Update to 1.7.0.,
guix-commits <=
- 02/11: gnu: libsoup: Update to 2.68.3., guix-commits, 2019/12/10
- 04/11: gnu: dav1d: Update to 0.5.2., guix-commits, 2019/12/10
- 05/11: gnu: re2: Update to 2019-12-01., guix-commits, 2019/12/10
- 08/11: gnu: shadow: Update to 4.8., guix-commits, 2019/12/10
- 10/11: gnu: Remove duplicate copyright line., guix-commits, 2019/12/10
- 06/11: gnu: OpenAL: Update to 1.20.0., guix-commits, 2019/12/10
- 07/11: gnu: OpenAL: Update home page., guix-commits, 2019/12/10
- 09/11: gnu: strace: Update to 5.4., guix-commits, 2019/12/10
- 11/11: gnu: xf86-video-intel: Update to 2.99.917-15.f66d395., guix-commits, 2019/12/10