gnu: eog: Update to 3.34.1.
* gnu/packages/gnome.scm (eog): Update to 3.34.1. [inputs]: Replace librsvg with librsvg-next. (cherry picked from commit 904227e94edbe97f4c28871a9d2e899936c08692)master
parent
720aa20f35
commit
0c9031fa1b
|
@ -5015,7 +5015,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.")
|
||||||
(define-public eog
|
(define-public eog
|
||||||
(package
|
(package
|
||||||
(name "eog")
|
(name "eog")
|
||||||
(version "3.32.2")
|
(version "3.34.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -5023,7 +5023,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bcxpqgzlk2cy4wfb3b5h66mhpj2fhrk1rrb5qqcv5xrr62ik5xy"))))
|
"0b7ld4azs9xbdjsk9b91ywhdzvxgajhndiwiivxjzbr0hjgp7c7x"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -5063,7 +5063,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.")
|
||||||
("libexif" ,libexif)
|
("libexif" ,libexif)
|
||||||
("libpeas" ,libpeas)
|
("libpeas" ,libpeas)
|
||||||
("libjpeg" ,libjpeg-turbo)
|
("libjpeg" ,libjpeg-turbo)
|
||||||
("librsvg" ,librsvg)
|
("librsvg" ,librsvg-next)
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||||
("gtk+" ,gtk+)))
|
("gtk+" ,gtk+)))
|
||||||
(home-page "https://wiki.gnome.org/Apps/EyeOfGnome")
|
(home-page "https://wiki.gnome.org/Apps/EyeOfGnome")
|
||||||
|
|
Reference in New Issue