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.
This commit is contained in:
parent
9ae87870bf
commit
1debba19db
@ -3216,7 +3216,7 @@ alpha blending etc).")
|
|||||||
(define-public frei0r-plugins
|
(define-public frei0r-plugins
|
||||||
(package
|
(package
|
||||||
(name "frei0r-plugins")
|
(name "frei0r-plugins")
|
||||||
(version "1.6.1")
|
(version "1.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -3224,23 +3224,25 @@ alpha blending etc).")
|
|||||||
"frei0r-plugins-" version ".tar.gz"))
|
"frei0r-plugins-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pji26fpd0dqrx1akyhqi6729s394irl73dacnyxk58ijqq4dhp0"))))
|
"0fjji3060r4fwr7vn91lwfzl80lg3my9lkp94kbyw8xwz7qgh7qv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'autotools
|
(add-after 'unpack 'patch-Makefile
|
||||||
(lambda _
|
(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.
|
;; TODO: opencv for additional face detection filters.
|
||||||
(inputs
|
(inputs
|
||||||
`(("gavl" ,gavl)
|
`(("gavl" ,gavl)
|
||||||
("cairo" ,cairo)))
|
("cairo" ,cairo)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)))
|
||||||
("libtool" ,libtool)
|
|
||||||
("automake" ,automake)
|
|
||||||
("autoconf" ,autoconf)))
|
|
||||||
(home-page "https://www.dyne.org/software/frei0r/")
|
(home-page "https://www.dyne.org/software/frei0r/")
|
||||||
(synopsis "Minimalistic plugin API for video effects")
|
(synopsis "Minimalistic plugin API for video effects")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user