gnu: gnome-video-effects: Update to 0.5.0.
* gnu/packages/gnome.scm (gnome-video-effects): Update to 0.5.0. [build-system]: Changed to meson-build-system. [arguments]: Removed. [native-inputs]: Removed glib:bin and intltool. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
7230f6d5dd
commit
382ac0e4f5
1 changed files with 4 additions and 8 deletions
|
@ -10023,7 +10023,7 @@ automatically and it can stream songs from online music services and charts.")
|
||||||
(define-public gnome-video-effects
|
(define-public gnome-video-effects
|
||||||
(package
|
(package
|
||||||
(name "gnome-video-effects")
|
(name "gnome-video-effects")
|
||||||
(version "0.4.3")
|
(version "0.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -10031,14 +10031,10 @@ automatically and it can stream songs from online music services and charts.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06c2f1kihyhawap1s3zg5w7q7fypsybkp7xry4hxkdz4mpsy0zjs"))))
|
"1j6h98whgkcxrh30bwvnxvyqxrxchgpdgqhl0j71xz7x72dqxijd"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
|
||||||
`(#:out-of-source? #f))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin")
|
`(("gettext" ,gettext-minimal)
|
||||||
("intltool" ,intltool)
|
|
||||||
("gettext" ,gettext-minimal)
|
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://wiki.gnome.org/Projects/GnomeVideoEffects")
|
(home-page "https://wiki.gnome.org/Projects/GnomeVideoEffects")
|
||||||
(synopsis "Video effects for Cheese and other GNOME applications")
|
(synopsis "Video effects for Cheese and other GNOME applications")
|
||||||
|
|
Reference in a new issue